Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2012-10-03 08:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2012-09-27 10:26:37.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
    2012-10-03 08:47:23.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 29 21:36:35 UTC 2012 - greg.freem...@gmail.com
+
+- add perl-File-RandomAccess sub-package to match package in graphics
+- remove stale comments about doc files
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Image-ExifTool.spec ++++++
--- /var/tmp/diff_new_pack.6nPJSg/_old  2012-10-03 08:47:24.000000000 +0200
+++ /var/tmp/diff_new_pack.6nPJSg/_new  2012-10-03 08:47:24.000000000 +0200
@@ -27,9 +27,10 @@
 Source:         
http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Conflicts:      exiftool < %{version}
+Requires:       perl-File-RandomAccess = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+Conflicts:      exiftool < %{version}
 %{perl_requires}
 
 %description
@@ -133,6 +134,14 @@
 
 See html/index.html for more details about ExifTool features overall.
 
+%package -n perl-File-RandomAccess
+Summary:        Random Access Reads of Sequential File or Scalar
+Group:          Development/Libraries/Perl
+
+%description -n perl-File-RandomAccess
+Allows random access to sequential file by buffering the file if necessary.
+Also allows access to data in memory to be accessed as if it were a file.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -159,15 +168,22 @@
 %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
+%files
 %defattr(644,root,root,755)
 %exclude %{_bindir}/exiftool
 %exclude %{_mandir}/man1/exiftool.1.gz
-# No idea why this had such a long % doc list
-# % doc Changes exif2xmp.args ExifTool_config gps2xmp.args gpx.fmt gpx_wpt.fmt 
iptc2xmp.args kml.fmt perl-Image-ExifTool.spec README xmp2exif.args 
xmp2gps.args xmp2iptc.args
 %doc Changes ExifTool_config README html
+%{perl_vendorlib}/Image/ExifTool
+%doc %{_mandir}/man3/Image::ExifTool*.3*
+%{perl_vendorlib}/Image/ExifTool.pm
+%dir %{perl_vendorlib}/Image
+%doc %{perl_vendorlib}/Image/ExifTool.pod
+
+%files -n perl-File-RandomAccess
+%defattr(-,root,root)
+%dir %{perl_vendorlib}/File
 %{perl_vendorlib}/File/RandomAccess.pm
-%{perl_vendorlib}/Image/ExifTool/*
-%doc %{_mandir}/man3/*
+%doc %{perl_vendorlib}/File/RandomAccess.pod
+%doc %{_mandir}/man3/File::RandomAccess*.3*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to