- 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
This commit is contained in:
Paolo Stivanin 2023-03-31 07:08:02 +00:00 committed by Git OBS Bridge
parent 1126373263
commit 0fd1684046
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b4a1ae778844739c2a3a0a03bb0988b42cd1985ceeeba27a3c9ddafbc5898ae
size 5196711

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd9af2514e11ed2b5c9d3382cabaccf54f1aea82075368a0b9d0b0a0ecebd24f
size 5202827

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Mar 31 07:07:12 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- 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 <info@paolostivanin.com> Tue Mar 21 08:08:51 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -19,7 +19,7 @@
%define cpan_name Image-ExifTool %define cpan_name Image-ExifTool
Name: perl-Image-ExifTool Name: perl-Image-ExifTool
Version: 12.58 Version: 12.59
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Read and write meta information Summary: Read and write meta information