diff --git a/Set-Object-1.19.tar.bz2 b/Set-Object-1.19.tar.bz2 deleted file mode 100644 index c4c6619..0000000 --- a/Set-Object-1.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a2bf93c4c801763934c5860b82b734e465ab54b8606efcec9a5f585386e0b1 -size 52840 diff --git a/Set-Object-1.20.tar.bz2 b/Set-Object-1.20.tar.bz2 new file mode 100644 index 0000000..638756b --- /dev/null +++ b/Set-Object-1.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abcb0af641117f23085d0fad87835301acd5c11a79c983a25f3b2b4cd999f76 +size 53708 diff --git a/perl-Set-Object-1.19-return_value.diff b/perl-Set-Object-1.20-return_value.diff similarity index 100% rename from perl-Set-Object-1.19-return_value.diff rename to perl-Set-Object-1.20-return_value.diff diff --git a/perl-Set-Object-1.20-test.diff b/perl-Set-Object-1.20-test.diff new file mode 100644 index 0000000..39a5bc0 --- /dev/null +++ b/perl-Set-Object-1.20-test.diff @@ -0,0 +1,14 @@ +--- t/misc/pod_coverage.t ++++ t/misc/pod_coverage.t +@@ -3,9 +3,8 @@ + BEGIN { + eval "use Test::Pod::Coverage tests => 2;"; + if ( $@ ) { +- require Test::More; +- Test::More::skip_all ("Test::Pod::Coverage required for " +- ."testing POD coverage"); ++ eval 'use Test::More skip_all => "Test::Pod::Coverage required for " ++ ."testing POD coverage"'; + exit; + } + } diff --git a/perl-Set-Object.changes b/perl-Set-Object.changes index b652230..56f7ed3 100644 --- a/perl-Set-Object.changes +++ b/perl-Set-Object.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 16 11:31:02 CET 2007 - anicka@suse.cz + +- update to 1.20 + * The C<-Ecompare> function was returning "disjoint" for empty + sets. + * Document lots of methods that were previously not documented. + * Fix C. It was not passing its + arguments to Cnew()>, which was very + broken. +- fix misc/pod_coverage.t + ------------------------------------------------------------------- Thu Jan 25 18:39:08 CET 2007 - anicka@suse.cz diff --git a/perl-Set-Object.spec b/perl-Set-Object.spec index f0eedc2..a8b02ee 100644 --- a/perl-Set-Object.spec +++ b/perl-Set-Object.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Set-Object (Version 1.19) +# spec file for package perl-Set-Object (Version 1.20) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,7 +11,7 @@ # norootforbuild Name: perl-Set-Object -Version: 1.19 +Version: 1.20 Release: 1 Requires: perl = %{perl_version} Autoreqprov: on @@ -21,6 +21,7 @@ URL: http://cpan.org/modules/by-module/Set Summary: Set of objects Source0: Set-Object-%{version}.tar.bz2 Patch: %{name}-%{version}-return_value.diff +Patch1: %{name}-%{version}-test.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -36,6 +37,7 @@ Authors: %prep %setup -q -n Set-Object-%{version} %patch +%patch1 %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" @@ -57,7 +59,16 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Set /var/adm/perl-modules/%{name} -%changelog -n perl-Set-Object +%changelog +* Fri Feb 16 2007 - anicka@suse.cz +- update to 1.20 + * The C<-Ecompare> function was returning "disjoint" for empty + sets. + * Document lots of methods that were previously not documented. + * Fix C. It was not passing its + arguments to Cnew()>, which was very + broken. +- fix misc/pod_coverage.t * Thu Jan 25 2007 - anicka@suse.cz - update to 1.19 * New class C, which all weak sets should get