From 507e1d87f57e406e610cf243b16822239b56dae47ce785940d915c40b7588c71 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Mon, 20 Nov 2023 06:24:32 +0000 Subject: [PATCH] Accepting request 1127580 from home:jubalh:branches:devel:languages:perl - Update to 12.70: * Added ability to read/delete C2PA CAI JUMBF metadata from TIFF-based images (eg. DNG), QuickTime-based files (eg. MP4) and WebP images, and read JUMBF from other RIFF-based files (eg. WAV, AVI), GIF images and ID3v2 metadata * Added read/write support for JPH images * Added ability to read Leica Q3 maker notes * Added ability to recognize and write FujiFilm M-RAW RAF images (multiple raw images in a single file) and the ability to read preview-less RAF images * Added support for reading a number of obscure Microsoft EXIF tags * Added a few new Sony lenses and support for the ILCE-9M3 * Added a couple of new Panasonic Leica lenses * Added a couple of new Canon RF lenses * Added a number of new CPUType values for ELF executables * Added some new Olympus CameraType values * Decode a few more ID3v2.2 tags (github #142) * Decode a few new Canon G5X Mark II tags * Decode WB_RGGBLevels for a few more Nikon cameras * Extract information from FujiFilm M-RAW header * Improved decoding of a few Nikon Z tags * Marked misspelt XMP-drone-dji:GPSLongtitude tag to Avoid when writing * Changed RIFF MaxDataRate conversion to use SI prefixes by default * Fixed decoding of unknown ColorBalance information for some Nikon models * Fixed an incorrect Nikon Z LensID * API Changes: + Added ByteUnit option OBS-URL: https://build.opensuse.org/request/show/1127580 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=125 --- Image-ExifTool-12.69.tar.gz | 3 --- Image-ExifTool-12.70.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.69.tar.gz create mode 100644 Image-ExifTool-12.70.tar.gz diff --git a/Image-ExifTool-12.69.tar.gz b/Image-ExifTool-12.69.tar.gz deleted file mode 100644 index 3125ed6..0000000 --- a/Image-ExifTool-12.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edc3ede628e014b4d8269976efd18b6a4d78b5b4026c689be402a119fda7c8c6 -size 5286324 diff --git a/Image-ExifTool-12.70.tar.gz b/Image-ExifTool-12.70.tar.gz new file mode 100644 index 0000000..4431b7d --- /dev/null +++ b/Image-ExifTool-12.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb2522445cc3e3f3bd13904c6aeaeada5fc5a5e2498d7abad2957dcb42caffe +size 5299446 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index 8abf763..a4545d1 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Nov 19 21:09:54 UTC 2023 - Michael Vetter + +- Update to 12.70: + * Added ability to read/delete C2PA CAI JUMBF metadata from + TIFF-based images (eg. DNG), QuickTime-based files + (eg. MP4) and WebP images, and read JUMBF from other RIFF-based + files (eg. WAV, AVI), GIF images and ID3v2 + metadata + * Added read/write support for JPH images + * Added ability to read Leica Q3 maker notes + * Added ability to recognize and write FujiFilm M-RAW RAF images + (multiple raw images in a single file) and the ability to read + preview-less RAF images + * Added support for reading a number of obscure Microsoft EXIF tags + * Added a few new Sony lenses and support for the ILCE-9M3 + * Added a couple of new Panasonic Leica lenses + * Added a couple of new Canon RF lenses + * Added a number of new CPUType values for ELF executables + * Added some new Olympus CameraType values + * Decode a few more ID3v2.2 tags (github #142) + * Decode a few new Canon G5X Mark II tags + * Decode WB_RGGBLevels for a few more Nikon cameras + * Extract information from FujiFilm M-RAW header + * Improved decoding of a few Nikon Z tags + * Marked misspelt XMP-drone-dji:GPSLongtitude tag to Avoid when writing + * Changed RIFF MaxDataRate conversion to use SI prefixes by default + * Fixed decoding of unknown ColorBalance information for some Nikon models + * Fixed an incorrect Nikon Z LensID + * API Changes: + + Added ByteUnit option + ------------------------------------------------------------------- Mon Oct 30 21:28:07 UTC 2023 - Michael Vetter diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 2278536..3d21463 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.69 +Version: 12.70 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read and write meta information