forked from perl/perl-Image-ExifTool
Accepting request 1189496 from home:jubalh:branches:devel:languages:perl
- Update to 12.92: * Removed -w from exiftool shebang - Update to 12.91: * Fixed 2 test files that were causing failed tests - Update to 12.90: * Added support for reading Samsung trailer from PNG images * Decode two more formats of timed GPS from MP4 videos * Decode a few more Samung trailer tags (thanks Neal Krawetz) * Decode Canon AntiFlicker tag * Drop Nikon ShotInfo record when copying MakerNotes from NEF to JPG if it is larger than 50000 bytes (then MakerNotes would be too large for a single JPEG segment) * Changed exiftool shebang from "#!/usr/bin/perl" to "#!/usr/bin/env perl" * Revert change of 12.84 to iterate through sub-documents with the -p option only if -ee is used OBS-URL: https://build.opensuse.org/request/show/1189496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=164
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7d4fa161b3e5f82d8a6bba41cf022c4b325d93b5c14c46ef9feefd3b73d1b86
|
|
||||||
size 7129475
|
|
3
Image-ExifTool-12.92.tar.gz
Normal file
3
Image-ExifTool-12.92.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa482def59d23c325a52783fce7aee3c62f6b8c27a1da329192da9b96a3451ed
|
||||||
|
size 7132005
|
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 25 05:27:47 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 12.92:
|
||||||
|
* Removed -w from exiftool shebang
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 25 05:27:27 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 12.91:
|
||||||
|
* Fixed 2 test files that were causing failed tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 25 05:26:47 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 12.90:
|
||||||
|
* Added support for reading Samsung trailer from PNG images
|
||||||
|
* Decode two more formats of timed GPS from MP4 videos
|
||||||
|
* Decode a few more Samung trailer tags (thanks Neal Krawetz)
|
||||||
|
* Decode Canon AntiFlicker tag
|
||||||
|
* Drop Nikon ShotInfo record when copying MakerNotes from NEF
|
||||||
|
to JPG if it is larger than 50000 bytes (then MakerNotes would
|
||||||
|
be too large for a single JPEG segment)
|
||||||
|
* Changed exiftool shebang from "#!/usr/bin/perl" to "#!/usr/bin/env perl"
|
||||||
|
* Revert change of 12.84 to iterate through sub-documents
|
||||||
|
with the -p option only if -ee is used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 15 04:18:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon Jul 15 04:18:44 UTC 2024 - 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.89
|
Version: 12.92
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user