1
0

Accepting request 889920 from home:alois:branches:devel:languages:perl

- Update to version 12.25 fixes (boo#1185547)
  * JPEG XL support is now official
  * Added read support for Medical Research Council (MRC) image
    files
  * Added ability to write a number of 3gp tags in video files
  * Added a new Sony PictureProfile value (thanks Jos Roost)
  * Added a new Sony LensType (thanks LibRaw)
  * Added a new Nikon LensID (thanks Niels Kristian Bech Jensen)
  * Added a new Canon LensType
  * Decode more GPS information from Blackvue dashcam videos
  * Decode a couple of new NikonSettings tags (thanks Warren
    Hatch)
  * Decode a few new RIFF tags
  * Improved Validate option to add minor warning if standard
    XMP is missing xpacket wrapper
  * Avoid decoding some large arrays in DNG images to improve
    performance unless the -m option is used
  * Patched bug that could give runtime warning when trying to
    write an empty XMP structure
  * Fixed decoding of ImageWidth/Height for JPEG XL images
  * Fixed problem were Microsoft Xtra tags couldn't be deleted
  version 12.24:
  * Added a new PhaseOne RawFormat value (thanks LibRaw)
  * Decode a new Sony tag (thanks Jos Roost)
  * Decode a few new Panasonic and FujiFilm tags (thanks LibRaw
    and Greybeard)
  * Patched security vulnerability in DjVu reader
  * Updated acdsee.config in distribution (thanks StarGeek)
  * Recognize AutoCAD DXF files
  * More work on experimental JUMBF read support
  * More work on experimental JPEG XL read/write support
  version 12.23:
  * Added support for Olympus ORI files
  * Added experimental read/write support for JPEG XL images
  * Added experimental read support for JUMBF metadata in JPEG
    and Jpeg2000 images
  * Added built-in support for parsing GPS track from Denver
    ACG-8050 videos
    with the -ee option
  * Added a some new Sony lenses (thanks Jos Roost and LibRaw)
  * Changed priority of Samsung trailer tags so the first
    DepthMapImage takes
    precedence when -a is not used
  * Improved identification of M4A audio files
  * Patched to avoid escaping ',' in "Binary data" message when
    -struct is used
  * Removed Unknown flag from MXF VideoCodingSchemeID tag
  * Fixed -forcewrite=EXIF to apply to EXIF in binary header of
    EPS files
  * API Changes:
    + Added BlockExtract option
  version 12.22:
  * Added a few new Sony LensTypes and a new SonyModelID (thanks
    Jos Roost and LibRaw)
  * Added Extra BaseName tag
  * Added a new CanonModelID (thanks LibRaw)
  * Decode timed GPS from unlisted programs in M2TS videos with
    the -ee3 option
  * Decode more Sony rtmd tags
  * Decode some tags for the Sony ILME-FX3 (thanks Jos Roost)
  * Allow negative values to be written to XMP-aux:LensID
  * Recognize HEVC video program in M2TS files
  * Enhanced -b option so --b suppresses tags with binary data
  * Improved flexibility when writing GPS coordinates:
    + Now pulls latitude and longitude from a combined
      GPSCoordinates string
    + Recognizes the full word "South" and "West" to write
      negative coordinates
  * Improved warning when trying to write an integer QuickTime
    date/time tag and Time::Local is not available
  * Convert GPSSpeed from mph to km/h in timed GPS from Garmin
    MP4 videos
  version 12.21:
  * Added a few new iOS QuickTime tags
  * Decode a couple more Sony rtmd tags
  * Patch to avoid possible "Use of uninitialized value" warning
    when attempting to write QuickTime date/time tags with an
    invalid value
  * Fixed problem writing Microsoft Xtra tags
  * Fixed Windows daylight savings time patch for file times
    that was broken in 12.19 (however directory times will not
    yet handle DST properly)
  version 12.20:
  * Added ability to write some Microsoft Xtra tags in MOV/MP4
    videos
  * Added two new Canon LensType values (thanks Norbert Wasser)
  * Added a new Nikon LensID
  * Fixed problem reading FITS comments that start before column
    11
  version 12.19:
  * Added -list_dir option
  * Added the "ls-l" Shortcut tag
  * Extract Comment and History from FITS files
  * Enhanced FilePermissions to include device type (similar to
    "ls -l")
  * Changed the name of Apple ContentIdentifier tag to
    MediaGroupUUID (thanks Neal Krawetz)
  * Fixed a potential "substr outside of string" runtime error
    when reading corrupted EXIF
  * Fixed edge case where NikonScanIFD may not be copied
    properly when copying MakerNotes to another file
  * API Changes:
    + Added ability to read/write System tags of directories
    + Enhanced GetAllGroups() to support family 7 and take
      optional ExifTool reference
    + Changed QuickTimeHandler option default to 1
  version 12.18:
  * Added a new SonyModelID
  * Decode a number of Sony tags for the ILCE-1 (thanks Jos
    Roost)
  * Decode a couple of new Canon tags (thanks LibRaw)
  * Patched to read differently formatted UserData:Keywords as
    written by iPhone
  * Patched to tolerate out-of-order Nikon MakerNote IFD entries
    when obtaining tags necessary for decryption
  * Fixed a few possible Condition warnings for some
    NikonSettings tags
  version 12.17:
  * Added a new Canon FocusMode value
  * Added a new FujiFilm FilmMode value
  * Added a number of new XMP-crs tags (thanks Herb)
  * Decode a new H264 MDPM tag
  * Allow non-conforming lower-case XMP boolean "true" and
    "false" values to be written, but only when print conversion
    is disabled
  * Improved Validate option to warn about non-capitalized
    boolean XMP values
  * Improved logic for setting GPSLatitude/LongitudeRef values
    when writing
  * Changed -json and -php options so the -a option is implied
    even without the -g option
  * Avoid extracting audio/video data from AVI videos when -ee
    -u is used
  * Patched decoding of Canon ContinuousShootingSpeed for newer
    firmware versions of the EOS-1DXmkIII
  * Re-worked LensID patch of version 12.00 (github issue #51)
  * Fixed a few typos in newly-added NikonSettings tags (thanks
    Herb)
  * Fixed problem where group could not be specified for
    PNG-pHYs tags when writing
  version 12.16:
  * Extract another form of video subtitle text
  * Enhanced -ee option with -ee2 and -ee3 to allow parsing of
    the H264 video stream in MP4 files
  * Changed a Nikon FlashMode value
  * Fixed problem that caused a failed DPX test on Strawberry
    Perl
  * API Changes:
    + Enhanced ExtractEmbedded option
  version 12.15:
  * Added a couple of new Sony LensType values (thanks LibRaw
    and Jos Roost)
  * Added a new Nikon FlashMode value (thanks Mike)
  * Decode NikonSettings (thanks Warren Hatch)
  * Decode thermal information from DJI RJPEG images
  * Fixed extra newline in -echo3 and -echo4 outputs added in
    version 12.10
  * Fixed out-of-memory problem when writing some very large PNG
    files under Windows
  version 12.14:
  * Added support for 2 more types of timed GPS in video files
    (that makes 49 different formats now supported)
  * Added validity check for PDF trailer dictionary Size
  * Added a new Pentax LensType
  * Extract metadata from Jpeg2000 Association box
  * Changed -g:XX:YY and -G:XX:YY options to show empty strings
    for non-existent groups
  * Patched to issue warning and avoid writing date/time values
    with a zero month or day number
  * Patched to avoid runtime warnings if trying to set FileName
    to an empty string
  * Fixed issue that could cause GPS test number 12 to fail on
    some systems
  * Fixed problem extracting XML as a block from Jpeg2000
    images, and extract XML tags in the XML group instead of XMP
- Update URL

OBS-URL: https://build.opensuse.org/request/show/889920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=89
This commit is contained in:
Dirk Stoecker 2021-05-04 09:38:15 +00:00 committed by Git OBS Bridge
parent 50447afd68
commit 1954aa18ae
4 changed files with 187 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16c26ea078f432d12bbc38aaff24c279a58698c006fb3e27261070573860174f
size 4858357

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97821df046ef24c04e1dd5855847a9db768193c9e6471fbd5145e1e6e3a37887
size 4931048

View File

@ -1,3 +1,183 @@
-------------------------------------------------------------------
Mon May 3 06:01:58 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 12.25 fixes (boo#1185547)
* JPEG XL support is now official
* Added read support for Medical Research Council (MRC) image
files
* Added ability to write a number of 3gp tags in video files
* Added a new Sony PictureProfile value (thanks Jos Roost)
* Added a new Sony LensType (thanks LibRaw)
* Added a new Nikon LensID (thanks Niels Kristian Bech Jensen)
* Added a new Canon LensType
* Decode more GPS information from Blackvue dashcam videos
* Decode a couple of new NikonSettings tags (thanks Warren
Hatch)
* Decode a few new RIFF tags
* Improved Validate option to add minor warning if standard
XMP is missing xpacket wrapper
* Avoid decoding some large arrays in DNG images to improve
performance unless the -m option is used
* Patched bug that could give runtime warning when trying to
write an empty XMP structure
* Fixed decoding of ImageWidth/Height for JPEG XL images
* Fixed problem were Microsoft Xtra tags couldn't be deleted
version 12.24:
* Added a new PhaseOne RawFormat value (thanks LibRaw)
* Decode a new Sony tag (thanks Jos Roost)
* Decode a few new Panasonic and FujiFilm tags (thanks LibRaw
and Greybeard)
* Patched security vulnerability in DjVu reader
* Updated acdsee.config in distribution (thanks StarGeek)
* Recognize AutoCAD DXF files
* More work on experimental JUMBF read support
* More work on experimental JPEG XL read/write support
version 12.23:
* Added support for Olympus ORI files
* Added experimental read/write support for JPEG XL images
* Added experimental read support for JUMBF metadata in JPEG
and Jpeg2000 images
* Added built-in support for parsing GPS track from Denver
ACG-8050 videos
with the -ee option
* Added a some new Sony lenses (thanks Jos Roost and LibRaw)
* Changed priority of Samsung trailer tags so the first
DepthMapImage takes
precedence when -a is not used
* Improved identification of M4A audio files
* Patched to avoid escaping ',' in "Binary data" message when
-struct is used
* Removed Unknown flag from MXF VideoCodingSchemeID tag
* Fixed -forcewrite=EXIF to apply to EXIF in binary header of
EPS files
* API Changes:
+ Added BlockExtract option
version 12.22:
* Added a few new Sony LensTypes and a new SonyModelID (thanks
Jos Roost and LibRaw)
* Added Extra BaseName tag
* Added a new CanonModelID (thanks LibRaw)
* Decode timed GPS from unlisted programs in M2TS videos with
the -ee3 option
* Decode more Sony rtmd tags
* Decode some tags for the Sony ILME-FX3 (thanks Jos Roost)
* Allow negative values to be written to XMP-aux:LensID
* Recognize HEVC video program in M2TS files
* Enhanced -b option so --b suppresses tags with binary data
* Improved flexibility when writing GPS coordinates:
+ Now pulls latitude and longitude from a combined
GPSCoordinates string
+ Recognizes the full word "South" and "West" to write
negative coordinates
* Improved warning when trying to write an integer QuickTime
date/time tag and Time::Local is not available
* Convert GPSSpeed from mph to km/h in timed GPS from Garmin
MP4 videos
version 12.21:
* Added a few new iOS QuickTime tags
* Decode a couple more Sony rtmd tags
* Patch to avoid possible "Use of uninitialized value" warning
when attempting to write QuickTime date/time tags with an
invalid value
* Fixed problem writing Microsoft Xtra tags
* Fixed Windows daylight savings time patch for file times
that was broken in 12.19 (however directory times will not
yet handle DST properly)
version 12.20:
* Added ability to write some Microsoft Xtra tags in MOV/MP4
videos
* Added two new Canon LensType values (thanks Norbert Wasser)
* Added a new Nikon LensID
* Fixed problem reading FITS comments that start before column
11
version 12.19:
* Added -list_dir option
* Added the "ls-l" Shortcut tag
* Extract Comment and History from FITS files
* Enhanced FilePermissions to include device type (similar to
"ls -l")
* Changed the name of Apple ContentIdentifier tag to
MediaGroupUUID (thanks Neal Krawetz)
* Fixed a potential "substr outside of string" runtime error
when reading corrupted EXIF
* Fixed edge case where NikonScanIFD may not be copied
properly when copying MakerNotes to another file
* API Changes:
+ Added ability to read/write System tags of directories
+ Enhanced GetAllGroups() to support family 7 and take
optional ExifTool reference
+ Changed QuickTimeHandler option default to 1
version 12.18:
* Added a new SonyModelID
* Decode a number of Sony tags for the ILCE-1 (thanks Jos
Roost)
* Decode a couple of new Canon tags (thanks LibRaw)
* Patched to read differently formatted UserData:Keywords as
written by iPhone
* Patched to tolerate out-of-order Nikon MakerNote IFD entries
when obtaining tags necessary for decryption
* Fixed a few possible Condition warnings for some
NikonSettings tags
version 12.17:
* Added a new Canon FocusMode value
* Added a new FujiFilm FilmMode value
* Added a number of new XMP-crs tags (thanks Herb)
* Decode a new H264 MDPM tag
* Allow non-conforming lower-case XMP boolean "true" and
"false" values to be written, but only when print conversion
is disabled
* Improved Validate option to warn about non-capitalized
boolean XMP values
* Improved logic for setting GPSLatitude/LongitudeRef values
when writing
* Changed -json and -php options so the -a option is implied
even without the -g option
* Avoid extracting audio/video data from AVI videos when -ee
-u is used
* Patched decoding of Canon ContinuousShootingSpeed for newer
firmware versions of the EOS-1DXmkIII
* Re-worked LensID patch of version 12.00 (github issue #51)
* Fixed a few typos in newly-added NikonSettings tags (thanks
Herb)
* Fixed problem where group could not be specified for
PNG-pHYs tags when writing
version 12.16:
* Extract another form of video subtitle text
* Enhanced -ee option with -ee2 and -ee3 to allow parsing of
the H264 video stream in MP4 files
* Changed a Nikon FlashMode value
* Fixed problem that caused a failed DPX test on Strawberry
Perl
* API Changes:
+ Enhanced ExtractEmbedded option
version 12.15:
* Added a couple of new Sony LensType values (thanks LibRaw
and Jos Roost)
* Added a new Nikon FlashMode value (thanks Mike)
* Decode NikonSettings (thanks Warren Hatch)
* Decode thermal information from DJI RJPEG images
* Fixed extra newline in -echo3 and -echo4 outputs added in
version 12.10
* Fixed out-of-memory problem when writing some very large PNG
files under Windows
version 12.14:
* Added support for 2 more types of timed GPS in video files
(that makes 49 different formats now supported)
* Added validity check for PDF trailer dictionary Size
* Added a new Pentax LensType
* Extract metadata from Jpeg2000 Association box
* Changed -g:XX:YY and -G:XX:YY options to show empty strings
for non-existent groups
* Patched to issue warning and avoid writing date/time values
with a zero month or day number
* Patched to avoid runtime warnings if trying to set FileName
to an empty string
* Fixed issue that could cause GPS test number 12 to fail on
some systems
* Fixed problem extracting XML as a block from Jpeg2000
images, and extract XML tags in the XML group instead of XMP
- Update URL
-------------------------------------------------------------------
Tue Dec 29 14:12:31 UTC 2020 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Image-ExifTool
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%define cpan_name Image-ExifTool
Name: perl-Image-ExifTool
Version: 12.13
Version: 12.25
Release: 0
Summary: Perl module to read and write meta information
License: GPL-1.0-or-later OR Artistic-1.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Languages/Perl
URL: https://exiftool.sourceforge.io/
URL: https://exiftool.org/
Source: https://downloads.sf.net/exiftool/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros