forked from pool/perl-Image-ExifTool
Accepting request 1141123 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1141123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=62
This commit is contained in:
commit
2a63dce75b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c8aad4a9a17eebb5949a348dcdc1eba5ec877be0840cfe2e9abb7c159729443
|
||||
size 5315579
|
3
Image-ExifTool-12.74.tar.gz
Normal file
3
Image-ExifTool-12.74.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aedb28b1427c53205ab261fa31ff3feda73e7f17a0c181453651680e5666c48a
|
||||
size 5318136
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 06:48:19 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 12.74:
|
||||
* Added a couple of new Nikon lenses (thanks Chris)
|
||||
* Added write support for a few new QuickTime Keys tags
|
||||
* Decode ShutterCount for Canon EOS R5 (thanks John Moyer)
|
||||
* Improved error messages in the case of file read errors
|
||||
* Enhanced tag name strings (eg. -if option expressions) to allow
|
||||
values of multiple matching tags to be concatenated when a group
|
||||
name of "All" is specified
|
||||
* Enhanced -p option to add -p- feature which avoids adding trailing newline
|
||||
* Changed warning from "Shift results in negative time" to "Shift results in date before 1970"
|
||||
* Patched calculation of GPSDateTime for the timed metadata in
|
||||
Track3 of Garmin videos so the API QuickTimeUTC option is no longer required
|
||||
* Fixed conversion error when writing QuickTime:GoogleTrackDuration
|
||||
* Fixed misidentification of non-TIFF-format files containing DNGVersion tag
|
||||
* Fixed bug where Avoid-ed XMP structures could be created when writing another same-named structure
|
||||
* Internal Changes:
|
||||
+ Changed form of all new() calls to accommodate backward incompatibilities in recent versions of Perl
|
||||
+ Changed order of InsertTagValues() arguments
|
||||
+ DateFmt() now returns value of formatted date/time string
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 08:03:11 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 12.73
|
||||
Version: 12.74
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read and write meta information
|
||||
|
Loading…
Reference in New Issue
Block a user