From 8f017fbb082cae828306393bb4904d11db9f2553472ec96173181035640f3582 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Sat, 12 Aug 2023 08:07:12 +0000 Subject: [PATCH] Accepting request 1103429 from home:jubalh:branches:devel:languages:perl - Update to 12.65: * Added a new QuickTime Keys tag * Added a new CanonModelID * Added a new Canon LensType * Added number in brackets to converted Samsung MCCData value * Decode a number of new Sony tags * Decode a few new FlashPix tags (github #217) * Improved decoding of Nikon Z9 firmware 4.0 tags * Improved parsing of PDF:Keywords to support semicolon-separated lists * Enhanced -api option to show list of available options if no argument is provided * Lowered priority of IFD1 tags in ARW images so IFD0/SubIFD take precedence * Changed QuickTime tag names for atID (AlbumTitleID to ArtistID) and plID (PlayListID to AlbumID) (github issue #216), and added cmID (ComposerID) * Changed Apple:MediaGroupUUID tag name back to ContentIdentifier * Patched the -d option to handle the %s format code internally when writing (avoids problems due to inconsistent behaviour of this format code in the strptime function on different systems) * Patched patch of version 12.32 to restore ability to read from named pipes * Fixed bug which could cause a hang when processing a corrupt BigTIFF image * Fixed document number for auxiliary image metadata in HEIC files * Fixed misspelt Apple tag name * API Changes: + Added AvailableOptions method OBS-URL: https://build.opensuse.org/request/show/1103429 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=119 --- Image-ExifTool-12.64.tar.gz | 3 --- Image-ExifTool-12.65.tar.gz | 3 +++ perl-Image-ExifTool.changes | 26 ++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.64.tar.gz create mode 100644 Image-ExifTool-12.65.tar.gz diff --git a/Image-ExifTool-12.64.tar.gz b/Image-ExifTool-12.64.tar.gz deleted file mode 100644 index 19042d3..0000000 --- a/Image-ExifTool-12.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8368034ec7a984823e30a7df6fb980090098b2648dda69d8069f4b06283d9f43 -size 5244559 diff --git a/Image-ExifTool-12.65.tar.gz b/Image-ExifTool-12.65.tar.gz new file mode 100644 index 0000000..69b55b7 --- /dev/null +++ b/Image-ExifTool-12.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616ca76444bee3f32462e79e37c637202eef2866f4c2400d51f20a8127032432 +size 5267669 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index 4570a39..65a9015 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Aug 11 05:00:34 UTC 2023 - Michael Vetter + +- Update to 12.65: + * Added a new QuickTime Keys tag + * Added a new CanonModelID + * Added a new Canon LensType + * Added number in brackets to converted Samsung MCCData value + * Decode a number of new Sony tags + * Decode a few new FlashPix tags (github #217) + * Improved decoding of Nikon Z9 firmware 4.0 tags + * Improved parsing of PDF:Keywords to support semicolon-separated lists + * Enhanced -api option to show list of available options if no argument is provided + * Lowered priority of IFD1 tags in ARW images so IFD0/SubIFD take precedence + * Changed QuickTime tag names for atID (AlbumTitleID to ArtistID) + and plID (PlayListID to AlbumID) (github issue #216), and added cmID (ComposerID) + * Changed Apple:MediaGroupUUID tag name back to ContentIdentifier + * Patched the -d option to handle the %s format code internally when writing (avoids problems due to + inconsistent behaviour of this format code in the strptime function on different systems) + * Patched patch of version 12.32 to restore ability to read from named pipes + * Fixed bug which could cause a hang when processing a corrupt BigTIFF image + * Fixed document number for auxiliary image metadata in HEIC files + * Fixed misspelt Apple tag name + * API Changes: + + Added AvailableOptions method + ------------------------------------------------------------------- Mon Jul 3 13:35:00 UTC 2023 - Michael Vetter diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 95dea05..b16f7bc 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.64 +Version: 12.65 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information