forked from pool/perl-Image-ExifTool
- Update to 9.92.
- perl(Archive::Zip) is recommended by exiftool, not required. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=43
This commit is contained in:
parent
840a17fe6e
commit
1aa956f98c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d021164f5ffd603e8f01dc8db629fac5a4c957f5006bd6d6606682bee9da6b1
|
||||
size 3954259
|
3
Image-ExifTool-9.92.tar.gz
Normal file
3
Image-ExifTool-9.92.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c94a9cd810c4f225a60ee560c2d808e6953dca307964b49eb9a56694cb85e8a4
|
||||
size 3964880
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 08:22:43 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 9.92:
|
||||
* Add support for PRISM pmi and prm tags and update to PRISM 3.0.
|
||||
* Add read support for Audible .AA files.
|
||||
* Add support for Adobe XMP-creatorAtom tags.
|
||||
* Add a couple of new XMP-xmpDM tags.
|
||||
* Add a new CanonModelID and a new Ricoh WhiteBalance.
|
||||
* Add a new Olympus CameraType.
|
||||
* Add a new Nikon LensID.
|
||||
* Update to XMP PLUS 1.2.1 specification.
|
||||
* Enhance DOF calculation to use AverageFocusDistance or
|
||||
FocusDistanceUpper/Lower if available.
|
||||
* Patch to tolerate different version numbers in XMP namespace
|
||||
URI's.
|
||||
- perl(Archive::Zip) is recommended by exiftool, not required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 21:32:54 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 9.91
|
||||
Version: 9.92
|
||||
Release: 0
|
||||
Summary: Perl module to read and write meta information
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
@ -43,15 +43,14 @@ Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
||||
%package -n exiftool
|
||||
Summary: Highly Customizable Perl App for Reading and Writing Meta Information in Files
|
||||
Group: Productivity/Graphics/Other
|
||||
# Per http://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
|
||||
#Requires: perl(IO::Compress::Base)
|
||||
#Requires: perl(IO::Compress::Bzip2) perl(IO::Compress::Deflate)
|
||||
#Requires: perl(IO::Compress::Gzip) perl(IO::Compress::RawDeflate) perl(IO::Compress::Zip)
|
||||
#Requires: perl(Compress::Zlib)
|
||||
#Requires: perl(Digest::MD5)
|
||||
#Requires: perl(Digest::SHA)
|
||||
Requires: perl(Archive::Zip)
|
||||
Requires: perl(Image::ExifTool) = %{version}
|
||||
Recommends: perl(Archive::Zip)
|
||||
# Per http://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
|
||||
#Recommends: perl(Compress::Zlib)
|
||||
#Recommends: perl(Digest::MD5)
|
||||
#Recommends: perl(Digest::SHA)
|
||||
#Recommends: perl(IO::Compress::Bzip2)
|
||||
#Recommends: perl(Time::HiRes)
|
||||
|
||||
%description -n exiftool
|
||||
ExifTool is a a full-featured application for reading and writing
|
||||
|
Loading…
Reference in New Issue
Block a user