diff --git a/Image-ExifTool-13.00.tar.gz b/Image-ExifTool-13.00.tar.gz deleted file mode 100644 index 40c250f..0000000 --- a/Image-ExifTool-13.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4895788f34f834765f86be4a5ad5a32433f572d757160ecd7b612eaf5ed37e84 -size 7171446 diff --git a/Image-ExifTool-13.11.tar.gz b/Image-ExifTool-13.11.tar.gz new file mode 100644 index 0000000..09a0d77 --- /dev/null +++ b/Image-ExifTool-13.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bb379b8f8d7534792de229f25557a83300d46a2d7c3448f29eb3358998366d +size 7234155 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index f15c153..747c976 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,166 @@ +------------------------------------------------------------------- +Fri Jan 3 18:45:04 UTC 2025 - Michael Vetter + +- Update to 13.11: + * Added warning for an unknown DJI protobuf schema + * Decode timed GPS from the DJI Osmo Action 5 + * Decode yet another type of LIGOGPSINFO timed GPS from a dashcam video + * Made Matroska Keywords and Instruments List-type tags + * Fixed problem were EXIF couldn't be added to some AVIF files + * API Changes: + + Added GPSQuadrant option + +------------------------------------------------------------------- +Fri Jan 3 18:44:40 UTC 2025 - Michael Vetter + +- Update to 13.10: + * Added warnings for out-of-order entries in 'iinf' and 'ipma' boxes of HEIC images + * Added support for date/time formatting codes %f and %z in the inverse print conversion when writing tags + * Updated Geolocation databases from current geonames.org files + * Improved verbose output to show values stored with construction method 1 in MP4-based files + * Enhanced the date/time timezone format specifier %z so that %:z returns + the time zone with a colon separator (eg. "-05:00") + * Fixed bug where the existing tag wasn't being removed when writing + a new value for an Unknown QuickTime UserData or ItemList tag + +------------------------------------------------------------------- +Fri Jan 3 18:44:05 UTC 2025 - Michael Vetter + +- Update to 13.09: + * Added a new QuickTime tag (thanks Matti) + * Added a missing format check on a few tags when writing + * Decode a couple of new ICC_Profile tags + * Patched HEIC writer so newly added XMP or EXIF refers to the 'tmap' + item as well as the primary item of an HDRGainMap image (since iPhone 15 and 16 do it this way) + * Fixed compatibility issue where Apple Preview would no + longer show the gain map image after adding new XMP to an HEIC with an HDR gain map + +------------------------------------------------------------------- +Fri Jan 3 18:43:54 UTC 2025 - Michael Vetter + +- Update to 13.08: + * Decode ShutterCount for Canon EOS R6 Mark II (thanks Agoston Kapitany) + * Decode a few new Photoshop tags + * Suppress all duplicate Warning tags and add count to end of message + * Changed format of bitmask keys in -listx output + * Internal streamlining of LIGOGPSINFO decoding + * Fixed issue where some tags were incorrectly shown as writable in -listx output + * Fixed incorrect scaling for GPSSpeed in one LIGOGPSINFO variant + * Fixed an issue with filename encoding when the -L option is used + and the API WindowsLongPath option is active + +------------------------------------------------------------------- +Fri Jan 3 18:43:11 UTC 2025 - Michael Vetter + +- Update to 13.07: + * Decode a number of LIGOGPSINFO encrypted and enciphered timed + GPS types (long overdue, but it took me a couple of years to + acquire enough sample videos to have a good cross-section of the different formats) + * Fixed another place where FileSequence could be incremented twice when a -if condition was used + * Fixed a few places where character 0x7f may not have been escaped in string values + * API Changes: + + Changed default WindowsLongPath option back to 1 after adding a + patch to fix issue with piping from stdin + +------------------------------------------------------------------- +Fri Jan 3 18:42:30 UTC 2025 - Michael Vetter + +- Update to 13.06: + * Decode timed metadata from MP4 videos of yet another dashcam model + * Patched issue where FileSequence could increment twice for each + file when a -if condition was used + * API Changes: + + Revert default WindowsLongPath option to the pre-13.05 setting + until we can solve the pipe problem + +------------------------------------------------------------------- +Fri Jan 3 18:42:05 UTC 2025 - Michael Vetter + +- Update to 13.05: + * Added a new SonyModelID + * Added support for XMP HDRGainMap and apdi namespaces + * Decode DJI timed djmd and dbgi protobuf-format metadata + * Decode APP10 AROT HDRGainCurve and APP2 URN UniformResourceName + * Decode a couple of new GoPro tags + * API Changes: + + Changed default WindowsLongPath option to 1 + +------------------------------------------------------------------- +Fri Jan 3 18:41:46 UTC 2025 - Michael Vetter + +- Update to 13.04: + * Added the ability to write GPSDOP and GPSMeasureMode from the -geotag + option if hdop or pdop information exists in the input track file + * Added a few new Canon RFLensTypes (thanks Norbert Wasser) + * Decode timed GPS from GoPro Hero 13 videos + * Improved writing of GPSDestLatitudeRef and GPSDestLongitudeRef tags + to allow signed numbers to be written in the same way as GPSLatitudeRef and GPSLongitudeRef + * Warn if using an Image::ExifTool library that doesn't match the application version + * Renamed an Unknown Photoshop tag + * Convert GoPro GPSSpeed and GPSSpeed3D from m/s to km/h + * Patched to tolerate XML header in DOCX xml files + * Fixed incorrect file offsets for tags in some embedded files of -htmldump output + * Fixed -htmldump output to show the same names for unknown EXIF tags as with the -u option + +------------------------------------------------------------------- +Fri Jan 3 18:40:56 UTC 2025 - Michael Vetter + +- Update to 13.03: + * Added ability to include or exclude tags from CSV and JSON + imports (-csv=CSVFILE and -json=JSONFILE) by adding -TAG or --TAG options + * Added read/delete support for SEAL[2] metadata in JPG, TIFF, XMP, + PNG, WEBP, HEIC, PPM, MOV and MP4 files, and read support in PDF, MKV and WAV files + * Added support for user-defined application extensions in GIF images + * Added print conversion for QuickTime VideoFullRangeFlag + * Apply API LimitLongValues option to hex field in -j output + * Avoid extracting some large AES-encrypted data from PDF files for + performance reasons unless the -m option is used (current limits + are 100 kB for XMP and 10 kB for everything else) + * Fixed WindowsLongPath option to support wide characters (thanks Frank B) + * Fixed problem writing ICC_Profile to a GIF image which already had one + * Fixed problem writing Apple:FocusDistanceRange + * API Changes: + + Enchanced GlobalTimeShift option to allow the base tag to be + specified, otherwise use the first specified source date/time tag when copying tags + +------------------------------------------------------------------- +Fri Jan 3 18:40:15 UTC 2025 - Michael Vetter + +- Update to 13.02: + * Enhanced -j -l output to add optional "fmt" and "hex" fields + * Enhanced -geotag option to support Android "Export Timeline data" JSON format + * Changed ProductVersion of Windows launcher to match ExifTool version + * Patched to use empty group name instead of "Copy0" for family 4 + group name of missing tag when the -f option is used + * Patched to avoid showing "Unknown" for group of primary tag + when -g4 or -G4 was used with the -j or -csv option + * Patched to avoid using Encode module in Windows because it + can hang if run from a working directory with a long path name + * Patched to use -csv output if -j also used + * Fixed a few problems with the new WindowsLongPath option + * Fixed problem setting FileCreateDate with Xcode 16 command line + tools if the date/time contains a time zone + * Fixed problem in -csv output when combined with -g + * API Changes: + + Added SaveBin option + +------------------------------------------------------------------- +Fri Jan 3 18:39:22 UTC 2025 - Michael Vetter + +- Update to 13.01 + * NOTE: Please test the new API WindowsLongPath option because + the idea is to enable this by default if everything works out well + * Fixed bug which could result in runtime warning if when API + IgnoreTags option is set to "all" when reading a TXT file format + * Fixed problem reading some information from LNK files + * Fixed verbose output to show "Binary data" message for SCALAR values + * Fixed bug where part of the hex dump from a -v3 output could + go to stdout instead of the file specified by a -w option + * API Changes: + + Added WindowsLongPath option for testing + + Changed CharsetFileName option to automatically assume UTF8 + if the file name contains special characters and is valid UTF8 + ------------------------------------------------------------------- Wed Oct 30 08:38:03 UTC 2024 - Michael Vetter diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 30eadc8..dce090d 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Image-ExifTool # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Image-ExifTool Name: perl-Image-ExifTool -Version: 13.00 +Version: 13.11 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information