From 99621bda844338ad95cf3c3b658f510008284a98030a58dacbb1e30b27de767c Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 21 Apr 2017 12:27:20 +0000 Subject: [PATCH] - Update to version 10.50. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=58 --- Image-ExifTool-10.40.tar.gz | 3 - Image-ExifTool-10.50.tar.gz | 3 + perl-Image-ExifTool.changes | 106 ++++++++++++++++++++++++++++++++++++ perl-Image-ExifTool.spec | 2 +- 4 files changed, 110 insertions(+), 4 deletions(-) delete mode 100644 Image-ExifTool-10.40.tar.gz create mode 100644 Image-ExifTool-10.50.tar.gz diff --git a/Image-ExifTool-10.40.tar.gz b/Image-ExifTool-10.40.tar.gz deleted file mode 100644 index 9dc04e0..0000000 --- a/Image-ExifTool-10.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e3619e2f9c838b37f67ab55fd541b5472b328d5f464468442367292666a05dc -size 4220341 diff --git a/Image-ExifTool-10.50.tar.gz b/Image-ExifTool-10.50.tar.gz new file mode 100644 index 0000000..f656a35 --- /dev/null +++ b/Image-ExifTool-10.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339dd8f771f673fd6c448f4a4b36cf50fe8e3bf884da95aef6cec1d182c0885b +size 4247879 diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index c5e8f33..b3eb51c 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -1,3 +1,109 @@ +------------------------------------------------------------------- +Fri Apr 21 12:10:48 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 10.50 (changes since 10.40): + * Add an experimental metadata validation feature (invoked either + by requesting the new Extra Validate tag or by setting the + API Validate option). + * Add support for the PSDT file extension. + * Add age.config to the distribution. + * Add a new Sony lens. + * Add a new PentaxModelID. + * Enhance the -p option to allow files to be grouped in sections. + * Made the makernote offset warning minor. + * Relaxe parsing of NMEA GGA sentence so comma after the geoid + units is now optional. + * Patch the problem extracting value of an unsafe binary tag with + the -b option when specified using -TAG# instead of -TAG with -n. + * Add an ability to read/write PNG eXIF and zXIF chunks, and make + these the place where new EXIF is created in PNG images (zXIF + if the -z option is used, or eXIF otherwise). + * Add an ability to copy Photoshop OriginPathInfo with + photoshop_paths.config. + * Make FileUserID and FileGroupID writable. + * Change format for the Sony ImageCount tag. + * Improvements to the experimental Validate feature. + * Fix an incorrect XMP swf namespace URI. + * Fix a problem using new -p section feature when combined with + -w or -ee. + * Fix a formatting problem in -listx output when the -lang option + was used. + * Fix a problem where UserComment wasn't removed if found in IFD0 + when writing it to the correct IFD. + * Restrict writing of EXIF:FlashEnergy to a single value as per + EXIF spec. + * Revert format change of the Sony ImageCount tag. + * Change PNG new eXIF/zXIF chunk names to "exIf" and "zxIf" until + the proposed chunks are accepted (of course, while maintaining + backward compatibility for reading/updating the other chunks). + * Lower priority of XMP-pdf:Keywords so it doesn't take + precedence over PDF:Keywords when the Duplicates option is not + used. + * Improve config_files/convert_regions.config to handle the case + where the RegionInfoMP is missing a Rectangle. + * Add a few new CanonModelID values and a new Canon LensType. + * Add two new Nikon lenses. + * Add a few new Sony/Minolta lenses. + * Add two new Sony MeteringMode values. + * Improve verbose dump of Photoshop Layer information. + * Patch to allow "FileName encoding not specified" warnings to be + avoided by setting -charset filename="". + * Fix a problem in photoshop_paths.config printing some paths. + * Add an ability to write a number of macOS system tags (including + the file creation date!). + * Add an ability to extract macOS extended attributes + ("XAttr" tags). + * Move macOS System tags from the Extra table into a new macOS + group and add an ability to extract them by requesting the + macOS group. + * Update QuickTime GenreID list. + * Fix the "Invalid xref" problem when reading some PDF files. + * Fix an error in Minolta lens list. + * Fix a minor problem with the -U option generating Unknown tags + for some known bytes in variable-sized strings. + * Add read support for JSON-format files. + * Add two new Sony/Minolta lenses. + * Add a number of new Pentax tag values. + * Decode a new Canon CR2 tag. + * Decode WB information for Canon 800D. + * Improve config_files/photoshop_paths.config to indicate start + of paths. + * Experimental Validate feature no longer warns about Windows XP + tags. + * Fix a problem extracting layer information from very large + PSD/PSB files. + * Add some new FujiFlashMode values. + * Add a new Sony LensType. + * Add a new Canon LensType. + * Add a new CanonModelID and minor changes to some others. + * Decode two Pentax tags and add a number of new values for other + Pentax tags. + * Decode a new Sony tag. + * Improvements to the experimental Validate feature. + * Fix a problem which could cause hang when reading bad PPT + documents. + * Add a "DateFmt" utility function for use in advanced formatting + expressions. + * Add a new Sony/Minolta LensType. + * Decode a new Panasonic tag. + * Fix a problem decoding Sony VariableLowPassFilter values. + * Fix a problem setting XMP:About when creating new XMP in a file. + * Fix an incorect Pentax DriveMode value. + * Decode a new Pentax tag. + * Improve decoding of Olympus DriveMode. + * Improve handling of errors from utime when setting file times. + * Fix a potential hang problem when reading corrupted QuickTime + metadata. + * Fix a problem deleting duplicate EXIF tags when writing other + tags at the same time. + * API Changes: + + add an experimental Validate option; + + add an XAttrTags option; + + enhance the RequestAll option; + + enhance the RequestTags option to allow groups to be requested; + + allow access to the advanced formatting expression via a new ExifTool + "FMT_EXPR" member variable. + ------------------------------------------------------------------- Tue Feb 14 03:35:12 UTC 2017 - sor.alexei@meowr.ru diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index ef1fd0d..ac4ae20 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: 10.40 +Version: 10.50 Release: 0 Summary: Perl module to read and write meta information License: GPL-1.0+ or Artistic-1.0