From 975bdfd43fe98f0164faedff296422732892ab9a8619ba17093761e127e4be31 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Tue, 13 Jun 2023 06:24:36 +0000 Subject: [PATCH] Accepting request 1092588 from home:gkenion:branches:devel:languages:perl - Update to 12.63: - Added ability to read/write/create Brotli-compressed metadata in JXL images (requires IO::Compress::Brotli) - Added partial support for Exif 3.0 specification: - Added new EXIF tags - Added MPF Original Preservation Image type - Support for reading 'utf8' values (but still write only as 'string') - Added support for Adobe HDR Gain Map (hdrgm) XMP tags - Added support for reading 7z files (thanks Amir Gooran, github #205) (but currently this doesn't work for the Windows .exe version because I haven't been able to install Compress::Raw::Lzma for ActivePerl) - Added XMP-panorama tags - Added warning if -csv is used with -p - Added warning if trying to geotag from a UTF-16 track log - Decode ImageWidth/Height from JXL images using partial codestreams - Decode more Sony tags for some newer models (thanks Jos Roost) - Extract GainMapImage (hrgm box) from JXL files - Extract Guano information from WAV files - Enhanced ImageDataMD5 feature and renamed to ImageDataHash (with ImageDataMD5 alias for backward compatibility) - Changed RARVersion tag name to FileVersion - Fixed bug introduced in 12.46 which could cause a hang when reading a corrupted RIFF-based file - Fixed writing of Composition:GPSPosition when -n is used - API Changes: - Added ImageHashType option OBS-URL: https://build.opensuse.org/request/show/1092588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=115 --- Image-ExifTool-12.62.tar.gz | 3 --- Image-ExifTool-12.63.tar.gz | 3 +++ perl-Image-ExifTool.changes | 32 ++++++++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-12.62.tar.gz create mode 100644 Image-ExifTool-12.63.tar.gz diff --git a/Image-ExifTool-12.62.tar.gz b/Image-ExifTool-12.62.tar.gz deleted file mode 100644 index 567f69d..0000000 --- a/Image-ExifTool-12.62.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4990a46c69b656888d7d5732baf4039da964688edddf7a1c2eeb51404999ec1d -size 5216215 diff --git a/Image-ExifTool-12.63.tar.gz b/Image-ExifTool-12.63.tar.gz new file mode 100644 index 0000000..a30b350 --- /dev/null +++ b/Image-ExifTool-12.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15162912ac37cdc6a7018498435a8348b5e6d7a10385f38b75e053695c9b5658 +size 5230736 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index 970ea51..0db2515 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Jun 12 11:20:08 UTC 2023 - Gus Kenion + +- Update to 12.63: + - Added ability to read/write/create Brotli-compressed metadata + in JXL images (requires IO::Compress::Brotli) + - Added partial support for Exif 3.0 specification: + - Added new EXIF tags + - Added MPF Original Preservation Image type + - Support for reading 'utf8' values (but still write only as + 'string') + - Added support for Adobe HDR Gain Map (hdrgm) XMP tags + - Added support for reading 7z files (thanks Amir Gooran, github + #205) (but currently this doesn't work for the Windows .exe + version because I haven't been able to install + Compress::Raw::Lzma for ActivePerl) + - Added XMP-panorama tags + - Added warning if -csv is used with -p + - Added warning if trying to geotag from a UTF-16 track log + - Decode ImageWidth/Height from JXL images using partial codestreams + - Decode more Sony tags for some newer models (thanks Jos Roost) + - Extract GainMapImage (hrgm box) from JXL files + - Extract Guano information from WAV files + - Enhanced ImageDataMD5 feature and renamed to ImageDataHash (with + ImageDataMD5 alias for backward compatibility) + - Changed RARVersion tag name to FileVersion + - Fixed bug introduced in 12.46 which could cause a hang when + reading a corrupted RIFF-based file + - Fixed writing of Composition:GPSPosition when -n is used + - API Changes: + - Added ImageHashType option + ------------------------------------------------------------------- Thu May 4 07:48:24 UTC 2023 - Paolo Stivanin diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 85946e3..ca67ba3 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.62 +Version: 12.63 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information