From c3f7d90ba503b2fbe1add201f392eb9f2a745f1a4725a4a8c1f701a055f560c6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 3 Aug 2021 11:37:00 +0000 Subject: [PATCH] Accepting request 909950 from home:polslinux:branches:devel:languages:perl - Update to version 12.29: * Added a few new Nikon and Olympus lenses (thanks LibRaw) * Improved a QuickTime "File format error" message to be more meaningful, and made it a minor error * Changed PNG writer to add EXIF before IDAT * Some changes the way JUMBF metadata is handled * Patched to read timed GPS from a different type of INSV videos * Patched a security issue * Fixed problem where ExifTool could hang when processing mebx timed metadata * Added read support for Leica Image File (LIF) images * Added a new Olympus LensType (thanks LibRaw) * Decode another Panasonic tag (thanks LibRaw) * Decode more timed metadata from Sony MP4 videos * Attempt to shorten tag names for metadata in CZI files * Allow full QuickTime Keys tag ID's in UserDefined tags * Patched to handle special characters in Torrent tag values * Added two new Nikon LensID values (thanks Daniel) * Added a new Pentax RawDevelopmentProcess value * Added a few new Sony LensType values (thanks Jos Roost) * Added warning if IPTCDigest is not current * Decode a couple more Pentax tags (thanks LibRaw) * Decode streaming GPS from Novatek INNOVV MP4 and TS videos * Improved tag names in confi_files/covert_regions.config * Changed MIME types for MS Office macro-enabled formats to add the .12 * Patched Canon LensID logic to properly identify the Canon RF 24-105mm F4 L IS USM lens * Patched decoding of camm6 GPSDateTime to use a flexible epoch because other apps don't seem to use a consistent time zero * Fixed family 7 group names for QuickTime Keys tags * Fixed problem reading BeatsPerMinute from some MP4 files * Fixed hemisphere problem when extracting GPS from 70mai dashcam videos * Added support for JPEG Stereo (JPS) images * Added a new Sony LensType (thanks LibRaw) * Added a new PentaxModelID (thanks LibRaw) * Changed ExifTool namespace URI to use exiftool.org instead of exiftool.ca in the -X option output (exiftool.ca is still recognized when reading XML) * Improved handling of large-array warnings in -htmldump output * Changed handling of escaped characters in #[CSTR] lines of -@ argfile * Patched security vulnerability in argument of -lang option * Fixed problem which could cause a "Wide character" warning and generate a corrupted output file when writing some illegal values OBS-URL: https://build.opensuse.org/request/show/909950 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=91 --- Image-ExifTool-12.25.tar.gz | 3 --- Image-ExifTool-12.29.tar.gz | 3 +++ perl-Image-ExifTool.changes | 51 +++++++++++++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 55 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.25.tar.gz create mode 100644 Image-ExifTool-12.29.tar.gz diff --git a/Image-ExifTool-12.25.tar.gz b/Image-ExifTool-12.25.tar.gz deleted file mode 100644 index 3371781..0000000 --- a/Image-ExifTool-12.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97821df046ef24c04e1dd5855847a9db768193c9e6471fbd5145e1e6e3a37887 -size 4931048 diff --git a/Image-ExifTool-12.29.tar.gz b/Image-ExifTool-12.29.tar.gz new file mode 100644 index 0000000..757675a --- /dev/null +++ b/Image-ExifTool-12.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256d5e46a8c73a202c7e56da2a2bd85e97adfc4c59672e49ca38df1c21ffda27 +size 4943412 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index c714e1f..b71b425 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Aug 3 10:09:12 UTC 2021 - Paolo Stivanin + +- Update to version 12.29: +* Added a few new Nikon and Olympus lenses (thanks LibRaw) +* Improved a QuickTime "File format error" message to be more + meaningful, and made it a minor error +* Changed PNG writer to add EXIF before IDAT +* Some changes the way JUMBF metadata is handled +* Patched to read timed GPS from a different type of INSV videos +* Patched a security issue +* Fixed problem where ExifTool could hang when processing mebx + timed metadata +* Added read support for Leica Image File (LIF) images +* Added a new Olympus LensType (thanks LibRaw) +* Decode another Panasonic tag (thanks LibRaw) +* Decode more timed metadata from Sony MP4 videos +* Attempt to shorten tag names for metadata in CZI files +* Allow full QuickTime Keys tag ID's in UserDefined tags +* Patched to handle special characters in Torrent tag values +* Added two new Nikon LensID values (thanks Daniel) +* Added a new Pentax RawDevelopmentProcess value +* Added a few new Sony LensType values (thanks Jos Roost) +* Added warning if IPTCDigest is not current +* Decode a couple more Pentax tags (thanks LibRaw) +* Decode streaming GPS from Novatek INNOVV MP4 and TS videos +* Improved tag names in confi_files/covert_regions.config +* Changed MIME types for MS Office macro-enabled formats + to add the .12 +* Patched Canon LensID logic to properly identify the + Canon RF 24-105mm F4 L IS USM lens +* Patched decoding of camm6 GPSDateTime to use a flexible epoch + because other apps don't seem to use a consistent time zero +* Fixed family 7 group names for QuickTime Keys tags +* Fixed problem reading BeatsPerMinute from some MP4 files +* Fixed hemisphere problem when extracting GPS from 70mai + dashcam videos +* Added support for JPEG Stereo (JPS) images +* Added a new Sony LensType (thanks LibRaw) +* Added a new PentaxModelID (thanks LibRaw) +* Changed ExifTool namespace URI to use exiftool.org + instead of exiftool.ca in the -X option output (exiftool.ca + is still recognized when reading XML) +* Improved handling of large-array warnings in -htmldump output +* Changed handling of escaped characters in #[CSTR] lines + of -@ argfile +* Patched security vulnerability in argument of -lang option +* Fixed problem which could cause a "Wide character" warning + and generate a corrupted output file when writing + some illegal values + ------------------------------------------------------------------- Mon May 3 06:01:58 UTC 2021 - Luigi Baldoni diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index e6eddec..7df7198 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.25 +Version: 12.29 Release: 0 Summary: Perl module to read and write meta information License: Artistic-1.0 OR GPL-1.0-or-later