diff --git a/Image-ExifTool-12.76.tar.gz b/Image-ExifTool-12.97.tar.gz similarity index 38% rename from Image-ExifTool-12.76.tar.gz rename to Image-ExifTool-12.97.tar.gz index 1f5bf2e7e56b9f1af7380c4815180f2bbaf742e0..fa80f2a5069452233944d32dff762650dc877dc3 100644 Binary files a/Image-ExifTool-12.76.tar.gz and b/Image-ExifTool-12.97.tar.gz differ diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 2078f15556635cad52ea40398ea58232606ce4a1..19b16bd7065001be5d6e1474c21a70ae1af5b27a 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,7 +1,7 @@ Name: perl-Image-ExifTool -Version: 12.76 +Version: 12.97 Release: 1 -License: GPL+ or Artistic +License: GPL-1.0-or-later or Artistic-1.0 Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz @@ -26,7 +26,7 @@ Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon, and Sony. %prep -%setup -q -n Image-ExifTool-%{version} +%autosetup -n Image-ExifTool-%{version} -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -51,6 +51,19 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Sep 26 2024 yaoxin - 12.97-1 +- Update to 12.97: + * Added ability to ignore up to 4095 bytes of garbage at the end of an INDD + file with the -m option + * Added a new Canon RFLensType value (thanks Norbert Wasser) + * Added a new Nikon Z LensID + * Decode a number of new Nikon Z6_3 tags (thanks Warren Hatch) + * Decode a few more FujiFilm tags (thanks Greybeard) + * Enhanced %C format code to allow file-name collisions to be avoided by using + a colon instead of a decimal in the format modifier + * Fixed bug which could result in hang when using %C code in an output file name +- Please see log: https://exiftool.org/history.html + * Wed Feb 07 2024 woody2918 - 12.76-1 - Update version to 12.76 - Enhancement of the API