Accepting request 489816 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/489816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2017-04-24 07:49:46 +00:00 committed by Git OBS Bridge
commit cfcf25cc36
4 changed files with 110 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e3619e2f9c838b37f67ab55fd541b5472b328d5f464468442367292666a05dc
size 4220341

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:339dd8f771f673fd6c448f4a4b36cf50fe8e3bf884da95aef6cec1d182c0885b
size 4247879

View File

@ -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

View File

@ -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