update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=38
This commit is contained in:
parent
b4653e9107
commit
38332f8ab4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58d926effd396d214b9d56faa5271cc84a4956f1d9a8e043d391e59ef5a531d7
|
|
||||||
size 3652421
|
|
3
Image-ExifTool-9.53.tar.gz
Normal file
3
Image-ExifTool-9.53.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35139b885e0f759faed0491ac69eb1b764a1e15fadad3271648bac074a06019c
|
||||||
|
size 3747390
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 7 09:32:31 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 9.53
|
||||||
|
|
||||||
|
- Added user-defined file types feature
|
||||||
|
- Added support for a few more XMP-expressionmedia tags
|
||||||
|
- Decode CameraTemperature from a few new Canon models
|
||||||
|
- Decode another Sony tag (thanks Jos Roost)
|
||||||
|
- Recognize the JXR extension
|
||||||
|
- Changed wording of IPTC "Unrecognized data" warning
|
||||||
|
- Patched round-off error problem in seconds of some date/time values
|
||||||
|
- Fixed problem creating EXV files with the -o option
|
||||||
|
- Fixed problem conditionally replacing Extra block-type tags
|
||||||
|
|
||||||
|
Feb. 17, 2014 - Version 9.52
|
||||||
|
|
||||||
|
- Fixed bug introduced in 9.44 which resulted in incorrect maker note offsets
|
||||||
|
when copying maker notes from DNG images of some Pentax models
|
||||||
|
|
||||||
|
Feb. 15, 2014 - Version 9.51
|
||||||
|
|
||||||
|
- Added a number of new CanonModelID values
|
||||||
|
- Added a new Sony/Minolta LensType (thanks Jos Roost)
|
||||||
|
- Added a new Panasonic BurstMode
|
||||||
|
- Added a new Pentax LensType
|
||||||
|
- Added new ColorSpaceTags shortcut
|
||||||
|
- Decode a number of new PanasonicRaw tags (thanks LibRaw)
|
||||||
|
- Decode ColorData tags for the new Canon EOS 1200D
|
||||||
|
- Improved Sony maker note decoding for some newer models (thanks Jos Roost)
|
||||||
|
- Fixed conversion of XMP:LensID for Pentax lenses on Ricoh-branded cameras
|
||||||
|
|
||||||
|
Feb. 8, 2014 - Version 9.50
|
||||||
|
|
||||||
|
- Added support for Exiv2 EXV metadata files
|
||||||
|
- Added ability to read/write/copy GeoTiff tags as a block
|
||||||
|
- Added ability to combine -b with -j to write base64-encoded binary data in
|
||||||
|
JSON output format
|
||||||
|
- Added a new Nikon LensID
|
||||||
|
- Added a new Sony/Minolta LensType (thanks Jos Roost)
|
||||||
|
- Added new Extra ProcessingTime tag
|
||||||
|
- Added a new Olympus CameraType
|
||||||
|
- Added header signature to .EXIF files
|
||||||
|
- Decode a new Olympus tag (thanks LibRaw)
|
||||||
|
- Improved conversion of some Canon RecordMode values
|
||||||
|
- Improved decoding of tags for Hasselblad Stellar (thanks Jos Roost)
|
||||||
|
- Fixed -htmlDump offsets for information extracted from some embedded images
|
||||||
|
- Fixed hemisphere problem in Composite GPS tags derived from
|
||||||
|
QuickTime:LocationInformation
|
||||||
|
- API Changes:
|
||||||
|
- Option names are now case insensitive
|
||||||
|
|
||||||
|
Feb. 1, 2014 - Version 9.49
|
||||||
|
|
||||||
|
- Added new Olympus and Samsung LensType values, and fixed an Olympus lens
|
||||||
|
name (thanks Niels Kristian Bech Jensen)
|
||||||
|
- Added another Polish tag translation (thanks Kacper Perschke)
|
||||||
|
- Added a new Panasonic ColorEffect value
|
||||||
|
- Decode a new FujiFilm tag (thanks LibRaw)
|
||||||
|
- Adjusted scaling factor for H264 ExposureTime values (thanks Francois)
|
||||||
|
|
||||||
|
.... see Changes for more
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 5 01:00:04 UTC 2013 - jengelh@inai.de
|
Mon Aug 5 01:00:04 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Image-ExifTool
|
# spec file for package perl-Image-ExifTool
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Image-ExifTool
|
Name: perl-Image-ExifTool
|
||||||
Version: 9.34
|
Version: 9.53
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Image-ExifTool
|
%define cpan_name Image-ExifTool
|
||||||
Summary: Perl module to read and write meta information
|
Summary: Perl module to read and write meta information
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Image-ExifTool/
|
Url: http://search.cpan.org/dist/Image-ExifTool/
|
||||||
|
Source: http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: http://www.sno.phy.queensu.ca/~phil/exiftool/%cpan_name-%version.tar.gz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user