From 50447afd6868a255f97b695c27ecde43c9129533abb3e9f614aeae5f7f4de406 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 4 Jan 2021 14:23:37 +0000 Subject: [PATCH] Accepting request 859238 from home:dirkmueller:branches:devel:languages:perl - update to 12.13: - Add time zone automatically to most string-based QuickTime date/time tags when writing unless the PrintConv option is disabled - Added -i HIDDEN option to ignore files with names that start with "." - Added a few new Nikon ShutterMode values (thanks Jan Skoda) - Added ability to write Google GCamera MicroVideo XMP tags - Decode a new Sony tag (thanks LibRaw) - Changed behaviour when writing only pseudo tags to return an error and avoid writing any other tags if writing FileName fails - Print "X image files read" message even if only 1 file is read when at least one other file has failed the -if condition - Added ability to geotag from DJI CSV log files - Added a new CanonModelID - Added a couple of new Sony LensType values (thanks LibRaw) - Enhanced -csvDelim option to allow "\t", "\n", "\r" and "\\" - Unescape "\b" and "\f" in imported JSON values - Fixed bug introduced in 12.10 which generated a "Not an integer" warning when attempting to shift some QuickTime date/time tags - Fixed shared-write permission problem with -@ argfile when using -stay_open and a filename containing special characters on Windows - Added -csvDelim option - Added new Canon and Olympus LensType values (thanks LibRaw) - Added a warning if ICC_Profile is deleted from an image (github issue #63) - EndDir() function for -if option now works when -fileOrder is used - Changed FileSize conversion to use binary prefixes since that is how the conversion is currently done (eg. MiB instead of MB) - Patched -csv option so columns aren't resorted when using -G option and one of the tags is missing from a file - Fixed incompatiblity with Google Photos when writing UserData:GPSCoordinates to MP4 videos OBS-URL: https://build.opensuse.org/request/show/859238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=87 --- Image-ExifTool-12.10.tar.gz | 3 --- Image-ExifTool-12.13.tar.gz | 3 +++ perl-Image-ExifTool.changes | 38 +++++++++++++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.10.tar.gz create mode 100644 Image-ExifTool-12.13.tar.gz diff --git a/Image-ExifTool-12.10.tar.gz b/Image-ExifTool-12.10.tar.gz deleted file mode 100644 index 4326cd1..0000000 --- a/Image-ExifTool-12.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da611df6b25e5f7750ebe34c6b565bb7a4027c4ca209f9de723555f9dc204976 -size 4850159 diff --git a/Image-ExifTool-12.13.tar.gz b/Image-ExifTool-12.13.tar.gz new file mode 100644 index 0000000..a90f171 --- /dev/null +++ b/Image-ExifTool-12.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c26ea078f432d12bbc38aaff24c279a58698c006fb3e27261070573860174f +size 4858357 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index 17f1ca5..ea6181e 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Dec 29 14:12:31 UTC 2020 - Dirk Müller + +- update to 12.13: + - Add time zone automatically to most string-based QuickTime date/time tags + when writing unless the PrintConv option is disabled + - Added -i HIDDEN option to ignore files with names that start with "." + - Added a few new Nikon ShutterMode values (thanks Jan Skoda) + - Added ability to write Google GCamera MicroVideo XMP tags + - Decode a new Sony tag (thanks LibRaw) + - Changed behaviour when writing only pseudo tags to return an error and avoid + writing any other tags if writing FileName fails + - Print "X image files read" message even if only 1 file is read when at least + one other file has failed the -if condition + - Added ability to geotag from DJI CSV log files + - Added a new CanonModelID + - Added a couple of new Sony LensType values (thanks LibRaw) + - Enhanced -csvDelim option to allow "\t", "\n", "\r" and "\\" + - Unescape "\b" and "\f" in imported JSON values + - Fixed bug introduced in 12.10 which generated a "Not an integer" warning + when attempting to shift some QuickTime date/time tags + - Fixed shared-write permission problem with -@ argfile when using -stay_open + and a filename containing special characters on Windows + - Added -csvDelim option + - Added new Canon and Olympus LensType values (thanks LibRaw) + - Added a warning if ICC_Profile is deleted from an image (github issue #63) + - EndDir() function for -if option now works when -fileOrder is used + - Changed FileSize conversion to use binary prefixes since that is how the + conversion is currently done (eg. MiB instead of MB) + - Patched -csv option so columns aren't resorted when using -G option and one + of the tags is missing from a file + - Fixed incompatiblity with Google Photos when writing UserData:GPSCoordinates + to MP4 videos + - Fixed problem where the tags available in a -p format string were limited to + the same as the -if[NUM] option when NUM was specified + - Fixed incorrect decoding of SourceFileIndex/SourceDirectoryIndex for Ricoh + models + ------------------------------------------------------------------- Mon Nov 16 06:43:22 UTC 2020 - Paolo Stivanin diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 6788657..7f234ca 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.10 +Version: 12.13 Release: 0 Summary: Perl module to read and write meta information License: GPL-1.0-or-later OR Artistic-1.0