From 13d869e7cb099527aaa286e7c1d55deac8d36dbf3f487885372205b1f50e165b Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Wed, 24 Jan 2024 06:54:27 +0000 Subject: [PATCH] Accepting request 1141122 from home:jubalh:branches:devel:languages:perl - 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 OBS-URL: https://build.opensuse.org/request/show/1141122 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=134 --- Image-ExifTool-12.73.tar.gz | 3 --- Image-ExifTool-12.74.tar.gz | 3 +++ perl-Image-ExifTool.changes | 23 +++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.73.tar.gz create mode 100644 Image-ExifTool-12.74.tar.gz diff --git a/Image-ExifTool-12.73.tar.gz b/Image-ExifTool-12.73.tar.gz deleted file mode 100644 index 88d1eb8..0000000 --- a/Image-ExifTool-12.73.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c8aad4a9a17eebb5949a348dcdc1eba5ec877be0840cfe2e9abb7c159729443 -size 5315579 diff --git a/Image-ExifTool-12.74.tar.gz b/Image-ExifTool-12.74.tar.gz new file mode 100644 index 0000000..b399562 --- /dev/null +++ b/Image-ExifTool-12.74.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedb28b1427c53205ab261fa31ff3feda73e7f17a0c181453651680e5666c48a +size 5318136 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index ac1c8cf..7f50dfe 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Jan 24 06:48:19 UTC 2024 - Michael Vetter + +- 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 diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 1e5b6ea..cf67776 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -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