Accepting request 1134587 from home:jubalh:branches:devel:languages:perl
- Update to 12.70: * Added a warning if there was an error reading an alternate file with the -fileNUM option * Added the ability to write QuickTime Keys:Encoder * Added a few new Canon LensType values * Added a new, obscure EXIF tag * Decode real-time metadata from Ricoh Theta videos * Decode SpecularWhiteLevel for more Canon models (github #232) * Decode Canon DualPixelRaw tag * Decode a few new Nikon tags * Decode more FujiFilm M-RAW tags * Improved generation of tag names for some JSON tag ID's containing colons * Fixed "Undefined subroutine" error when writing makernotes as a block * Fixed missing ID in family 7 group name for ID3 tags which are not valid for the specified ID3 version * Fixed bug where some tags from alternate files (with the -fileNUM option) could show up as "not defined" when used in expressions even though they did exist * API Changes: + Added NoMandatory option OBS-URL: https://build.opensuse.org/request/show/1134587 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=127
This commit is contained in:
parent
507e1d87f5
commit
63f8a98478
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4cb2522445cc3e3f3bd13904c6aeaeada5fc5a5e2498d7abad2957dcb42caffe
|
|
||||||
size 5299446
|
|
3
Image-ExifTool-12.71.tar.gz
Normal file
3
Image-ExifTool-12.71.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85eccaea606ef578f610c65a54fd6a44bd447b31bf27889cf3c81ab46632d232
|
||||||
|
size 5304051
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 22 06:49:17 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 12.70:
|
||||||
|
* Added a warning if there was an error reading an alternate file
|
||||||
|
with the -fileNUM option
|
||||||
|
* Added the ability to write QuickTime Keys:Encoder
|
||||||
|
* Added a few new Canon LensType values
|
||||||
|
* Added a new, obscure EXIF tag
|
||||||
|
* Decode real-time metadata from Ricoh Theta videos
|
||||||
|
* Decode SpecularWhiteLevel for more Canon models (github #232)
|
||||||
|
* Decode Canon DualPixelRaw tag
|
||||||
|
* Decode a few new Nikon tags
|
||||||
|
* Decode more FujiFilm M-RAW tags
|
||||||
|
* Improved generation of tag names for some JSON tag ID's containing colons
|
||||||
|
* Fixed "Undefined subroutine" error when writing makernotes as a block
|
||||||
|
* Fixed missing ID in family 7 group name for ID3 tags which are not valid
|
||||||
|
for the specified ID3 version
|
||||||
|
* Fixed bug where some tags from alternate files (with the -fileNUM option)
|
||||||
|
could show up as "not defined" when used in expressions even though they did exist
|
||||||
|
* API Changes:
|
||||||
|
+ Added NoMandatory option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 19 21:09:54 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
Sun Nov 19 21:09:54 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Image-ExifTool
|
%define cpan_name Image-ExifTool
|
||||||
Name: perl-Image-ExifTool
|
Name: perl-Image-ExifTool
|
||||||
Version: 12.70
|
Version: 12.71
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user