From 0fd16840464dd5810c3c325810a3f0260d5eafeb702595d7793fdf0aa6bb4817 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Fri, 31 Mar 2023 07:08:02 +0000 Subject: [PATCH] - Update to 12.59: * COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images to include all data from the SOS to the EOI (including the SOS marker but not the EOI marker) * Added new -fileNUM option to load tags from alternate files * Added family 8 groups for accessing tags from alternate files * Added new XMP-et:OriginalImageMD5 tag for storing ImageDataMD5 value * Added verbose ImageDataMD5 message for JPEG files * Added a new Nikon LensID (thanks Warren Hatch) * Decode a new Olympus tag and improved decoding of another (thanks Herb) * Decode a couple of new PanasonicRaw tags * Decode image coordinates for a couple more VNT object types * Enhanced ImageDataMD5 to also support MRW, CR3, PNG, MOV/MP4 and RIFF-based files * Improved verbose messages when deleting NikonApp trailer * Patched to avoid structure warnings when copying tags from Nikon files containing NKSC metadata * Fixed %-C filename format code to work properly with the -fileOrder and -progress options * Fixed new ImageDataMD5 tag to work properly with PhaseOne IIQ files * Fixed potential ValueConv warning when reading LIF files * API Changes: - Added SetAlternateFile method OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=109 --- Image-ExifTool-12.58.tar.gz | 3 --- Image-ExifTool-12.59.tar.gz | 3 +++ perl-Image-ExifTool.changes | 27 +++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.58.tar.gz create mode 100644 Image-ExifTool-12.59.tar.gz diff --git a/Image-ExifTool-12.58.tar.gz b/Image-ExifTool-12.58.tar.gz deleted file mode 100644 index 0bfcd70..0000000 --- a/Image-ExifTool-12.58.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b4a1ae778844739c2a3a0a03bb0988b42cd1985ceeeba27a3c9ddafbc5898ae -size 5196711 diff --git a/Image-ExifTool-12.59.tar.gz b/Image-ExifTool-12.59.tar.gz new file mode 100644 index 0000000..c8cc4d9 --- /dev/null +++ b/Image-ExifTool-12.59.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9af2514e11ed2b5c9d3382cabaccf54f1aea82075368a0b9d0b0a0ecebd24f +size 5202827 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index 6b5e547..d2cb381 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 31 07:07:12 UTC 2023 - Paolo Stivanin + +- Update to 12.59: + * COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images + to include all data from the SOS to the EOI (including the SOS marker but + not the EOI marker) + * Added new -fileNUM option to load tags from alternate files + * Added family 8 groups for accessing tags from alternate files + * Added new XMP-et:OriginalImageMD5 tag for storing ImageDataMD5 value + * Added verbose ImageDataMD5 message for JPEG files + * Added a new Nikon LensID (thanks Warren Hatch) + * Decode a new Olympus tag and improved decoding of another (thanks Herb) + * Decode a couple of new PanasonicRaw tags + * Decode image coordinates for a couple more VNT object types + * Enhanced ImageDataMD5 to also support MRW, CR3, PNG, MOV/MP4 and RIFF-based + files + * Improved verbose messages when deleting NikonApp trailer + * Patched to avoid structure warnings when copying tags from Nikon files + containing NKSC metadata + * Fixed %-C filename format code to work properly with the -fileOrder and + -progress options + * Fixed new ImageDataMD5 tag to work properly with PhaseOne IIQ files + * Fixed potential ValueConv warning when reading LIF files + * API Changes: + - Added SetAlternateFile method + ------------------------------------------------------------------- Tue Mar 21 08:08:51 UTC 2023 - Paolo Stivanin diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 4dfc1ed..3d3fcbb 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.58 +Version: 12.59 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information