Hello community, here is the log from the commit of package perl-Archive-Zip checked in at Thu Dec 14 14:40:22 CET 2006. -------- --- perl-Archive-Zip/perl-Archive-Zip.changes 2006-01-25 21:39:28.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-Archive-Zip/perl-Archive-Zip.changes 2006-12-14 13:23:57.000000000 +0100 @@ -1,0 +2,25 @@ +Thu Dec 14 11:43:05 CET 2006 - anicka@suse.cz + +- update to 1.18 + * Seperated the classes from the main file into seperate packages. + * Merged the Zip.pod into the main Zip.pm file. + * Applied default Perl::Tidy to all of the source files, + to improve the readability and maintainability of the files. + * Added license in Makefile.PL + * Added some additional entries to the realclean files + * Adding dependency on File::Which to deal with problems on systems + that lack zip and unzip programs. This really should + be a build-time dependency only, but ExtUtils::MakeMaker lacks + that capability. + * Upgraded all test scripts from Test.pm to Test::More + (removing Test.pm dependency) + * Removed MANIFEST and pod.t from repository + (will be auto-generated) + * Added SUPPORT section to docs + * Merged external TODO file into the POD as a more-common + TO DO section + * Added a BUGS section to the docs + * Moved crc32 to bin/crc32 in line with package layout conventions +- disable tests because they depend on File::Which + +------------------------------------------------------------------- Old: ---- Archive-Zip-1.16.tar.gz New: ---- Archive-Zip-1.18.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Archive-Zip.spec ++++++ --- /var/tmp/diff_new_pack.6itm4f/_old 2006-12-14 14:40:14.000000000 +0100 +++ /var/tmp/diff_new_pack.6itm4f/_new 2006-12-14 14:40:14.000000000 +0100 @@ -1,25 +1,26 @@ # -# spec file for package perl-Archive-Zip (Version 1.16) +# spec file for package perl-Archive-Zip (Version 1.18) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-Archive-Zip +URL: http://cpan.org/modules/by-module/Archive/ BuildRequires: perl-Compress-Zlib zip -Version: 1.16 +Version: 1.18 Release: 1 Requires: perl = %{perl_version} Autoreqprov: on Group: Development/Libraries/Perl License: Artistic License Summary: perl-Archive-Zip -Source: Archive-Zip-%{version}.tar.gz +Source: Archive-Zip-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -32,12 +33,13 @@ Ned Kon <zperl@bike-nomad.com> %prep -%setup -n Archive-Zip-%{version} +%setup -n Archive-Zip-%{version} -q %build perl Makefile.PL make -make test +# Test disabled: We do not have File::Which in distribution. +#make test %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT @@ -47,7 +49,7 @@ %files %defattr(-,root,root) -%doc Changes INSTALL MANIFEST README TODO docs examples +%doc Changes INSTALL MANIFEST README docs examples %doc %{_mandir}/man?/* %dir %{perl_vendorlib}/Archive %{perl_vendorlib}/Archive/Zip @@ -61,6 +63,28 @@ [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT %changelog -n perl-Archive-Zip +* Thu Dec 14 2006 - anicka@suse.cz +- update to 1.18 + * Seperated the classes from the main file into seperate packages. + * Merged the Zip.pod into the main Zip.pm file. + * Applied default Perl::Tidy to all of the source files, + to improve the readability and maintainability of the files. + * Added license in Makefile.PL + * Added some additional entries to the realclean files + * Adding dependency on File::Which to deal with problems on systems + that lack zip and unzip programs. This really should + be a build-time dependency only, but ExtUtils::MakeMaker lacks + that capability. + * Upgraded all test scripts from Test.pm to Test::More + (removing Test.pm dependency) + * Removed MANIFEST and pod.t from repository + (will be auto-generated) + * Added SUPPORT section to docs + * Merged external TODO file into the POD as a more-common + TO DO section + * Added a BUGS section to the docs + * Moved crc32 to bin/crc32 in line with package layout conventions +- disable tests because they depend on File::Which * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Jul 11 2005 - schubi@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org