8
0
OBS User unknown
2007-02-16 17:41:52 +00:00
committed by Git OBS Bridge
parent c5ccc4bc07
commit dde3afa49f
6 changed files with 43 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94a2bf93c4c801763934c5860b82b734e465ab54b8606efcec9a5f585386e0b1
size 52840

3
Set-Object-1.20.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4abcb0af641117f23085d0fad87835301acd5c11a79c983a25f3b2b4cd999f76
size 53708

View File

@@ -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;
}
}

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 16 11:31:02 CET 2007 - anicka@suse.cz
- update to 1.20
* The C<-E<gt>compare> function was returning "disjoint" for empty
sets.
* Document lots of methods that were previously not documented.
* Fix C<Set::Object::Weak::set()>. It was not passing its
arguments to C<Set::Object::Weak-E<gt>new()>, which was very
broken.
- fix misc/pod_coverage.t
-------------------------------------------------------------------
Thu Jan 25 18:39:08 CET 2007 - anicka@suse.cz

View File

@@ -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<-E<gt>compare> function was returning "disjoint" for empty
sets.
* Document lots of methods that were previously not documented.
* Fix C<Set::Object::Weak::set()>. It was not passing its
arguments to C<Set::Object::Weak-E<gt>new()>, which was very
broken.
- fix misc/pod_coverage.t
* Thu Jan 25 2007 - anicka@suse.cz
- update to 1.19
* New class C<Set::Object::Weak>, which all weak sets should get