1
0

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

- Update to 13.32:
  * Added a new Olympus CameraType
  * Added a new Sony LensType (github #335)
  * Added a new Nikon CropHiSpeed value
  * Added a warning if a tag value couldn't be packed for writing
    to a binary data structure
  * Decode more Ricoh/Pentax AF tags for some models
  * Decode Canon HDR-PQ tag (github #336)
  * Extract a couple more EXIF tags
  * Patched to allow a dot (.) in the name of a structure element when writing
  * Fixed "uninitialized value" bug when using -w with the -stay_open feature
  * Fixed bug in -file option when tag names were used to specify the
    name of the alternate file (the tags were taken only from the first
    input file unless a file name formatting code was also specified)

OBS-URL: https://build.opensuse.org/request/show/1290612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=200
This commit is contained in:
2025-07-04 07:37:00 +00:00
committed by Git OBS Bridge
parent aa6c3ccd38
commit 57889651e4
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jul 4 06:20:41 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 13.32:
* Added a new Olympus CameraType
* Added a new Sony LensType (github #335)
* Added a new Nikon CropHiSpeed value
* Added a warning if a tag value couldn't be packed for writing
to a binary data structure
* Decode more Ricoh/Pentax AF tags for some models
* Decode Canon HDR-PQ tag (github #336)
* Extract a couple more EXIF tags
* Patched to allow a dot (.) in the name of a structure element when writing
* Fixed "uninitialized value" bug when using -w with the -stay_open feature
* Fixed bug in -file option when tag names were used to specify the
name of the alternate file (the tags were taken only from the first
input file unless a file name formatting code was also specified)
-------------------------------------------------------------------
Tue Jun 24 11:19:56 UTC 2025 - Michael Vetter <mvetter@suse.com>