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,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