From 4f79518d6f497c8582cd3ef4231ca5d72b086020f935fbde256b01592d6f7d71 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Thu, 28 Mar 2024 13:52:37 +0000 Subject: [PATCH] Accepting request 1163310 from home:jubalh:branches:devel:languages:perl - Update to 12.81: * Added ability to read EXIF and XMP from EXR images * Added ability to delete unknown trailer when writing MOV/MP4 videos * Added ability to write a couple of Stable Diffusion PNG tags * Added ability to write one of the Microsoft Xtra Description tags (#248) * Added support for using alternate city names in reverse Geolocation * Added support for reading timed GPS from DOD LS600W TS videos * Added support for new version of Canon DR4 files * Added a number of new iTunesInfo tags * Added a new Olympus LensType * Allow regular expressions to be used when writing Geolocate tag * Decode a number of new Nikon tags (thanks Warren Hatch) * Enhanced writing of Geolocate tag to also write Keys:LocationName * Cache the results of the last reverse geolocation search to speed batch processing when multiple files have the same search parameters * Patched problem that could cause runtime errors with some invaid tag names * Fixed a couple of newly added FujiFilm tags * Fixed decoding of FujiFilm AFAreaZoneSize * API Changes: + Added GeolocAltNames option OBS-URL: https://build.opensuse.org/request/show/1163310 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=148 --- Image-ExifTool-12.80.tar.gz | 3 --- Image-ExifTool-12.81.tar.gz | 3 +++ perl-Image-ExifTool.changes | 24 ++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.80.tar.gz create mode 100644 Image-ExifTool-12.81.tar.gz diff --git a/Image-ExifTool-12.80.tar.gz b/Image-ExifTool-12.80.tar.gz deleted file mode 100644 index fed7eaa..0000000 --- a/Image-ExifTool-12.80.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93d5229d6cb2fbe8064932bd1f53e1b7cd451f8843cc6eee6520528cb2d57906 -size 7497307 diff --git a/Image-ExifTool-12.81.tar.gz b/Image-ExifTool-12.81.tar.gz new file mode 100644 index 0000000..f648f87 --- /dev/null +++ b/Image-ExifTool-12.81.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c6d532b0e15dbbe0f27f504e1a7211f77ed810252700657c5106f60c871de2 +size 7512932 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index 7c34c47..733be93 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Mar 28 12:09:07 UTC 2024 - Michael Vetter + +- Update to 12.81: + * Added ability to read EXIF and XMP from EXR images + * Added ability to delete unknown trailer when writing MOV/MP4 videos + * Added ability to write a couple of Stable Diffusion PNG tags + * Added ability to write one of the Microsoft Xtra Description tags (#248) + * Added support for using alternate city names in reverse Geolocation + * Added support for reading timed GPS from DOD LS600W TS videos + * Added support for new version of Canon DR4 files + * Added a number of new iTunesInfo tags + * Added a new Olympus LensType + * Allow regular expressions to be used when writing Geolocate tag + * Decode a number of new Nikon tags (thanks Warren Hatch) + * Enhanced writing of Geolocate tag to also write Keys:LocationName + * Cache the results of the last reverse geolocation search to speed + batch processing when multiple files have the same search parameters + * Patched problem that could cause runtime errors with some invaid tag names + * Fixed a couple of newly added FujiFilm tags + * Fixed decoding of FujiFilm AFAreaZoneSize + * API Changes: + + Added GeolocAltNames option + ------------------------------------------------------------------- Wed Mar 20 08:42:25 UTC 2024 - Michael Vetter diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 32dae42..5e2955e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -18,7 +18,7 @@ %define cpan_name Image-ExifTool Name: perl-Image-ExifTool -Version: 12.80 +Version: 12.81 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information