From 5fd6ac332f780b95758afe59fcc85fc8feb0e7c7f7735806073f0f80db0c39e5 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Fri, 30 Sep 2022 08:13:11 +0000 Subject: [PATCH] Accepting request 1007174 from home:polslinux:branches:devel:languages:perl - Update to version 12.45: * Added new IPTC Video Metadata version 1.3 tags * Added a couple of new Canon lenses (thanks Norbert Wasser) * Added a new Sony LensType (thanks Jos Roost) * Added known Unknown value for IPTC ChromaticityColorant (thanks Herb) * Added new Nikon WhiteBalanceFineTune tag (thanks Milos Komarcevic) * Extract the raw thermal data from all frames of a SEQ file when -ee2 is used * Decode individual tags in QuickTime ColorRepresentation * Decode a new Matroska tag * Improved verbose "nothing changed" messages when writing * Patched -ee option to extract metadata after the first Cluster in MKV videos (previously only -U and -v did this) * Patched to differentiate Java bytecode .class files from Mach-O fat binaries * Patched to avoid "Use of uninitialized value" warning when deleting GPS coordinates via the newly writable Composite tags * Patched to avoid duplicating raw data when writing Sony ARW images where the raw data is double-referenced as both strips and tiles (affects ARW images from some newer models like the ILCE-1 when SonyRawFileType is "Lossless Compressed RAW 2") * Patched to avoid "fixing" the order of IFD entries in TIFF-based RAW files to improve compatibility with some RAW viewers * Minor change to Composite FileNumber to remove "-" when -n is used * Fixed problem extracting some timed metadata when "-api ignoretags=all" was used with "-api requesttags" to request the specific information * Fixed -validate feature to avoid incorrectly warning about non-capitalized boolean values in XMP OBS-URL: https://build.opensuse.org/request/show/1007174 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=99 --- Image-ExifTool-12.42.tar.gz | 3 --- Image-ExifTool-12.45.tar.gz | 3 +++ perl-Image-ExifTool.changes | 30 ++++++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.42.tar.gz create mode 100644 Image-ExifTool-12.45.tar.gz diff --git a/Image-ExifTool-12.42.tar.gz b/Image-ExifTool-12.42.tar.gz deleted file mode 100644 index 637887a..0000000 --- a/Image-ExifTool-12.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31d805ed59f2114f19c569f8a2aaffb89fa211453733d2c650d843a3e46236df -size 5042086 diff --git a/Image-ExifTool-12.45.tar.gz b/Image-ExifTool-12.45.tar.gz new file mode 100644 index 0000000..02fc98d --- /dev/null +++ b/Image-ExifTool-12.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c0ad1c881593e56f7a0ce508b240529d7da52583af1d553e107704e28cbe42 +size 5054482 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index fee007a..056f305 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Sep 30 07:26:22 UTC 2022 - Paolo Stivanin + +- Update to version 12.45: + * Added new IPTC Video Metadata version 1.3 tags + * Added a couple of new Canon lenses (thanks Norbert Wasser) + * Added a new Sony LensType (thanks Jos Roost) + * Added known Unknown value for IPTC ChromaticityColorant (thanks Herb) + * Added new Nikon WhiteBalanceFineTune tag (thanks Milos Komarcevic) + * Extract the raw thermal data from all frames of a SEQ file when -ee2 is used + * Decode individual tags in QuickTime ColorRepresentation + * Decode a new Matroska tag + * Improved verbose "nothing changed" messages when writing + * Patched -ee option to extract metadata after the first Cluster in MKV videos + (previously only -U and -v did this) + * Patched to differentiate Java bytecode .class files from Mach-O fat binaries + * Patched to avoid "Use of uninitialized value" warning when deleting GPS + coordinates via the newly writable Composite tags + * Patched to avoid duplicating raw data when writing Sony ARW images where the + raw data is double-referenced as both strips and tiles (affects ARW images + from some newer models like the ILCE-1 when SonyRawFileType is "Lossless + Compressed RAW 2") + * Patched to avoid "fixing" the order of IFD entries in TIFF-based RAW files + to improve compatibility with some RAW viewers + * Minor change to Composite FileNumber to remove "-" when -n is used + * Fixed problem extracting some timed metadata when "-api ignoretags=all" was + used with "-api requesttags" to request the specific information + * Fixed -validate feature to avoid incorrectly warning about non-capitalized + boolean values in XMP + ------------------------------------------------------------------- Mon Jul 4 07:12:23 UTC 2022 - Paolo Stivanin diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index fff4933..e5450ed 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -19,7 +19,7 @@ %define cpan_name Image-ExifTool Name: perl-Image-ExifTool -Version: 12.42 +Version: 12.45 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information