Hello community, here is the log from the commit of package perl-Image-Size for openSUSE:Factory checked in at 2013-06-13 17:39:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Image-Size (Old) and /work/SRC/openSUSE:Factory/.perl-Image-Size.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Image-Size" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Image-Size/perl-Image-Size.changes 2011-11-21 12:41:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Image-Size.new/perl-Image-Size.changes 2013-06-13 17:39:41.000000000 +0200 @@ -1,0 +2,33 @@ +Wed Jun 5 07:47:40 UTC 2013 - [email protected] + +- updated to 3.232 + * lib/Image/Size.pm + Removed the "!" flag in pack template for EMF. It was not + needed and it broke on earlier Perls. + + * lib/Image/Size.pm + Small change to swfmxsize for short-buffer issues. + + * lib/Image/Size.pm + Multiple changes in this commit: Abandoned AutoLoader; moved + POD to the end of the file now that all the per-format + subroutines are part of the file-proper; fixed cases where lack + of ImageMagick would cause the error message to be overwritten. + + * t/all.t + * t/kazeburo-bar.jpg (added) + New test (and image) for JPG tag-offset issue. + + * lib/Image/Size.pm + Applied patch from github user kazeburo: bug fix for some jpeg + files + + * imgsize + Fixed so that default output now catches errors. Previously, + you would get an "undefined" warning if there was an error in + parsing/sizing the input file. + + * lib/Image/Size.pm + Turns out the 4 bounding-box ints for EMF are signed. + +------------------------------------------------------------------- Old: ---- Image-Size-3.230.tar.gz New: ---- Image-Size-3.232.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Image-Size.spec ++++++ --- /var/tmp/diff_new_pack.WhB9BZ/_old 2013-06-13 17:39:41.000000000 +0200 +++ /var/tmp/diff_new_pack.WhB9BZ/_new 2013-06-13 17:39:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Image-Size # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,73 +15,55 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Image-Size -Summary: A Perl Module to deal with Dimensions of an Image in Several Popular Formats -Version: 3.230 -Release: 7 +Version: 3.232 +Release: 0 +%define cpan_name Image-Size +Summary: Read the dimensions of an image in several popular formats License: LGPL-2.1 or Artistic-1.0 -Url: http://search.cpan.org/perldoc?Image::Size Group: Development/Libraries/Perl -AutoReqProv: on -BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl-macros -BuildRequires: perl(Test::Pod) -BuildRequires: perl-Compress-Zlib -Recommends: perl-Compress-Zlib -Source: Image-Size-%{version}.tar.gz +Url: http://search.cpan.org/dist/Image-Size/ +Source: http://www.cpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz +# MANUAL LICENSE +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Module::Build) >= 0.4 +BuildRequires: perl(Test::More) >= 0.80 +#BuildRequires: perl(Compress::Zlib) +#BuildRequires: perl(Image::Size) +Requires: perl(Module::Build) >= 0.28 +Requires: perl(Test::More) >= 0.80 +Recommends: perl(Compress::Zlib) >= 2 %{perl_requires} %description -The Image::Size library is based upon the "wwwis" script written by -Alex Knowles *([email protected])*, a tool to examine HTML and add 'width' -and 'height' parameters to image tags. The sizes are cached internally -based on the file name, so multiple calls on the same file name (images -used in bulleted lists, for example) do not result in repeated -computations. - - - -Authors: --------- - Randy J. Ray <[email protected]> - Alex Knowles <[email protected]> - Andrew Tong <[email protected]> - and others +The *Image::Size* library is based upon the 'wwwis' script written by Alex +Knowles _([email protected])_, a tool to examine HTML and add 'width' and +'height' parameters to image tags. The sizes are cached internally based on +file name, so multiple calls on the same file name (such as images used in +bulleted lists, for example) do not result in repeated computations. %prep -%setup -n Image-Size-%{version} -q +%setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -perl Makefile.PL -make %{?jobs:-j%jobs} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -export TEST_SIGNATURE=1 -make test +%{__make} test %install %perl_make_install %perl_process_packlist -install -Dm755 imgsize %{buildroot}/%{_bindir}/imgsize -mv ex examples - -%clean -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT +%perl_gen_filelist -%files -%defattr(-, root, root) -%doc %{_mandir}/man?/* -%doc README ChangeLog examples -%{_bindir}/imgsize -%dir %{perl_vendorlib}/Image -%dir %{perl_vendorlib}/auto/Image -%dir %{perl_vendorarch}/auto/Image -%{perl_vendorlib}/Image/Size.pm -%{perl_vendorlib}/auto/Image/Size -%{perl_vendorarch}/auto/Image/Size +%files -f %{name}.files +%defattr(-,root,root,755) +%doc ChangeLog ChangeLog.xml etc ex imgsize README README.textile xt %changelog ++++++ Image-Size-3.230.tar.gz -> Image-Size-3.232.tar.gz ++++++ ++++ 2420 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
