Hello community,
here is the log from the commit of package perl-Image-ExifTool for
openSUSE:Factory checked in at 2012-09-27 10:26:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Image-ExifTool (Old)
and /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Image-ExifTool", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes
2011-12-21 15:02:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes
2012-09-27 10:26:37.000000000 +0200
@@ -1,0 +2,42 @@
+Mon Sep 24 19:01:51 UTC 2012 - [email protected]
+
+- Ran spec-cleaner
+- Added conflicts: exiftool < %{version} to perl-Image-ExifTool so that if the
module is upgraded, the app will be too
+- Upgrade to v9.01 (Production Release)
+ - Numerous new metadata fields added
+ - see http://owl.phy.queensu.ca/~phil/exiftool/history.html
+ - Changed -restore_original and -delete_original options to scan
directories only for writable file types
+ - Enhanced -srcfile option to allow multiple source files to be
specified
+
+ - API Changes:
+ Added GlobalTimeShift option
+ Added NoFlat option to SetNewValues()
+ Changed Struct option to allow copying of both structured and
flattened tags at the same time
+ Added XMPAutoConv option
+
+-------------------------------------------------------------------
+Tue Mar 6 20:51:22 UTC 2012 - [email protected]
+
+- Upgrade to v8.77
+
+ Added *.args and *.fmt convenience files to the %doc section. These
files have apparently been
+ in the tarball for a while, but not in the %doc section as they should
have been.
+
+ This package has been rapidly seeing small releases. There have been
12 releases since it was last updated
+ for openSUSE12.1 in Sept. 2011. Afew of the key updates are below.
See the Changes file in doc directory,
+ or http://cpansearch.perl.org/src/EXIFTOOL/Image-ExifTool-8.77/Changes
+
+ * Highlights of Changes for Versions 8.66 to 8.77
+
+ - IMPORTANT: Fixed bug which could corrupt GIF images when writing a
Comment
+ to a GIF image containing XMP metadata
+
+ API Changes:
+ Added Sort2 option and 'Descr' setting for Sort option
+ Added secondary sort option to GetFoundTags() and GetTagList()
+ Changed name of Sort 'Alpha' setting to 'Tag' (but 'Alpha'
still works for backward compatibility)
+ - Enhanced SetNewValue() AddValue option to allow this option to be
ignored for non-list tags
+ - Added ProtectSaved option to SetNewValue() and return save count
from SaveNewValues()
+ - Added CharsetEXIF and CharsetQuickTime options
+
+-------------------------------------------------------------------
Old:
----
Image-ExifTool-8.65.tar.gz
New:
----
Image-ExifTool-9.01.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Image-ExifTool.spec ++++++
--- /var/tmp/diff_new_pack.LTOizf/_old 2012-09-27 10:26:38.000000000 +0200
+++ /var/tmp/diff_new_pack.LTOizf/_new 2012-09-27 10:26:38.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Image-ExifTool
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,20 @@
#
-
Name: perl-Image-ExifTool
-Version: 8.65
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 9.01
+Release: 0
%define cpan_name Image-ExifTool
Summary: Perl module to read and write meta information
-Url: http://search.cpan.org/dist/Image-ExifTool/
+License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
+Url: http://search.cpan.org/dist/Image-ExifTool/
Source:
http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+Conflicts: exiftool < %{version}
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%{perl_requires}
%description
@@ -113,6 +113,7 @@
Requires: perl(Archive::Zip)
Requires: perl(Image::ExifTool) = %{version}
+# Below provided because the package was renamed from 8.40 => 8.65 upgrade
Obsoletes: exiftool < 8.65
Provides: exiftool = %{version}
@@ -132,16 +133,15 @@
See html/index.html for more details about ExifTool features overall.
-
%prep
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -149,12 +149,15 @@
%perl_gen_filelist
%clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
%files -n exiftool
%defattr(644,root,root,755)
%attr(755, root, root) %{_bindir}/exiftool
%doc %{_mandir}/man1/exiftool.1.gz
+%doc gpx.fmt gpx_wpt.fmt kml.fmt
+%doc exif2iptc.args exif2xmp.args gps2xmp.args iptc2exif.args iptc2xmp.args
iptcCore.args
+%doc pdf2xmp.args xmp2exif.args xmp2gps.args xmp2iptc.args xmp2pdf.args
%files -f %{name}.files
%defattr(644,root,root,755)
++++++ Image-ExifTool-8.65.tar.gz -> Image-ExifTool-9.01.tar.gz ++++++
++++ 112678 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]