Accepting request 1103429 from home:jubalh:branches:devel:languages:perl

- Update to 12.65:
  * Added a new QuickTime Keys tag
  * Added a new CanonModelID
  * Added a new Canon LensType
  * Added number in brackets to converted Samsung MCCData value
  * Decode a number of new Sony tags
  * Decode a few new FlashPix tags (github #217)
  * Improved decoding of Nikon Z9 firmware 4.0 tags
  * Improved parsing of PDF:Keywords to support semicolon-separated lists
  * Enhanced -api option to show list of available options if no argument is provided
  * Lowered priority of IFD1 tags in ARW images so IFD0/SubIFD take precedence
  * Changed QuickTime tag names for atID (AlbumTitleID to ArtistID)
    and plID (PlayListID to AlbumID) (github issue #216), and added cmID (ComposerID)
  * Changed Apple:MediaGroupUUID tag name back to ContentIdentifier
  * Patched the -d option to handle the %s format code internally when writing (avoids problems due to
    inconsistent behaviour of this format code in the strptime function on different systems)
  * Patched patch of version 12.32 to restore ability to read from named pipes
  * Fixed bug which could cause a hang when processing a corrupt BigTIFF image
  * Fixed document number for auxiliary image metadata in HEIC files
  * Fixed misspelt Apple tag name
  * API Changes:
    + Added AvailableOptions method

OBS-URL: https://build.opensuse.org/request/show/1103429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=119
This commit is contained in:
Paolo Stivanin 2023-08-12 08:07:12 +00:00 committed by Git OBS Bridge
parent daf921916c
commit 8f017fbb08
4 changed files with 30 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Aug 11 05:00:34 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 12.65:
* Added a new QuickTime Keys tag
* Added a new CanonModelID
* Added a new Canon LensType
* Added number in brackets to converted Samsung MCCData value
* Decode a number of new Sony tags
* Decode a few new FlashPix tags (github #217)
* Improved decoding of Nikon Z9 firmware 4.0 tags
* Improved parsing of PDF:Keywords to support semicolon-separated lists
* Enhanced -api option to show list of available options if no argument is provided
* Lowered priority of IFD1 tags in ARW images so IFD0/SubIFD take precedence
* Changed QuickTime tag names for atID (AlbumTitleID to ArtistID)
and plID (PlayListID to AlbumID) (github issue #216), and added cmID (ComposerID)
* Changed Apple:MediaGroupUUID tag name back to ContentIdentifier
* Patched the -d option to handle the %s format code internally when writing (avoids problems due to
inconsistent behaviour of this format code in the strptime function on different systems)
* Patched patch of version 12.32 to restore ability to read from named pipes
* Fixed bug which could cause a hang when processing a corrupt BigTIFF image
* Fixed document number for auxiliary image metadata in HEIC files
* Fixed misspelt Apple tag name
* API Changes:
+ Added AvailableOptions method
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 3 13:35:00 UTC 2023 - Michael Vetter <mvetter@suse.com> Mon Jul 3 13:35:00 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@ -18,7 +18,7 @@
%define cpan_name Image-ExifTool %define cpan_name Image-ExifTool
Name: perl-Image-ExifTool Name: perl-Image-ExifTool
Version: 12.64 Version: 12.65
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