commit perl-Image-Size for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Image-Size for openSUSE:Factory checked in at Fri Jul 24 16:52:43 CEST 2009. -------- --- perl-Image-Size/perl-Image-Size.changes 2008-03-03 12:13:19.000000000 +0100 +++ perl-Image-Size/perl-Image-Size.changes 2009-07-07 09:06:16.000000000 +0200 @@ -1,0 +2,14 @@ +Mon Jul 6 14:22:15 CEST 2009 - lrupp@suse.de + +- update to 3.2 + * Compress::Zlib is optional now + * Per RT ticket #43452, make the cache visible outside the + lexical scope of the module This allows the hash to be used + with packages like IPC::Shareable or IPC::MM to enable sharing + the cache between processes. Added extra documentation of this, + and a new section describing approaches to cache-sharing. + * new build/dist process +- add perl(Test::Pod::Coverage) and perl(Test::Pod) to BuildReq +- fix license + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Image-Size-3.1.1.tar.bz2 New: ---- Image-Size-3.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Image-Size.spec ++++++ --- /var/tmp/diff_new_pack.nqd0yQ/_old 2009-07-24 16:50:30.000000000 +0200 +++ /var/tmp/diff_new_pack.nqd0yQ/_new 2009-07-24 16:50:30.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Image-Size (Version 3.1.1) +# spec file for package perl-Image-Size (Version 3.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,16 +19,19 @@ Name: perl-Image-Size -License: Artistic License -BuildRequires: perl-Compress-Zlib perl-Module-Build +Summary: A Perl Module to deal with Dimensions of an Image in Several Popular Formats +Version: 3.2 +Release: 1 +License: LGPL 2.1 or Artistic License +Url: http://search.cpan.org/perldoc?Image::Size Group: Development/Libraries/Perl -Requires: perl = %{perl_version} AutoReqProv: on -Summary: A Perl Module to deal with Dimensions of an Image in Several Popular Formats -Version: 3.1.1 -Release: 42 +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) +BuildRequires: perl-Compress-Zlib +Recommends: perl-Compress-Zlib +Requires: perl = %{perl_version} Source: Image-Size-%{version}.tar.bz2 -Url: http://www.cpan.org/authors/id/R/RJ/RJRAY BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -52,28 +55,33 @@ %setup -n Image-Size-%{version} %build -perl Build.PL destdir=$RPM_BUILD_ROOT installdirs=vendor -./Build -./Build test +perl Makefile.PL +make %{?jobs:-j%jobs} + +%check +export TEST_SIGNATURE=1 +make test %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT -./Build 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 %files %defattr(-, root, root) -/usr/bin/imgsize +%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 -%doc %{_mandir}/man?/* -%doc README README.Win32 ex/* +/var/adm/perl-modules/%{name} %changelog ++++++ Image-Size-3.1.1.tar.bz2 -> Image-Size-3.2.tar.bz2 ++++++ ++++ 3037 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de