8
0
OBS User unknown
2008-07-25 15:00:46 +00:00
committed by Git OBS Bridge
parent 6def34306d
commit 933d7d0ee6
5 changed files with 48 additions and 27 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:467f0c6bdef60c7bdf12b15920be9f6b406c16e8ee4d4c24365624168f2452ba
size 66232

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 25 15:19:27 CEST 2008 - anicka@suse.cz
- update to 1.25
* Portability: support Perls before 5.7.3, and make this dependency
explicit in the F<Makefile.PL>
* Remove threads test which had inadvertantly slipped into the
MANIFEST from source control, and add comprehensive documentation
on the state of thread support in this module.
* Make behaviour when dealing with items which were C<undef> defined.
-------------------------------------------------------------------
Mon Oct 8 09:32:57 CEST 2007 - anicka@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Set-Object (Version 1.22)
# spec file for package perl-Set-Object (Version 1.25)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 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.
#
@@ -10,8 +10,9 @@
# norootforbuild
Name: perl-Set-Object
Version: 1.22
Version: 1.25
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
@@ -56,17 +57,26 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Set
%{perl_vendorarch}/auto/Set
/var/adm/perl-modules/%{name}
%changelog
* Mon Oct 08 2007 - anicka@suse.cz
* Fri Jul 25 2008 anicka@suse.cz
- update to 1.25
* Portability: support Perls before 5.7.3, and make this dependency
explicit in the F<Makefile.PL>
* Remove threads test which had inadvertantly slipped into the
MANIFEST from source control, and add comprehensive documentation
on the state of thread support in this module.
* Make behaviour when dealing with items which were C<undef> defined.
* Mon Oct 08 2007 anicka@suse.cz
- update to 1.22
* Sub-classing interface added; it is now much easier to make
L<Set::Object> subclasses that return objects other than more
L<Set::Object>s when subclassing.
* Mon Feb 19 2007 - anicka@suse.cz
* Mon Feb 19 2007 anicka@suse.cz
- update to 1.21
- remove last patch (fixed in upstream, the only change in this
release)
* Fri Feb 16 2007 - anicka@suse.cz
* Fri Feb 16 2007 anicka@suse.cz
- update to 1.20
* The C<-E<gt>compare> function was returning "disjoint" for empty
sets.
@@ -75,53 +85,53 @@ rm -rf $RPM_BUILD_ROOT
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
* Thu Jan 25 2007 anicka@suse.cz
- update to 1.19
* New class C<Set::Object::Weak>, which all weak sets should get
re-blessed into when you call C<-E<gt>weaken>. Also added
alternative methods of constructing weak sets.
* Fix a memory leak with scalar members (the internal hash used
to store the items was never being freed).
* Tue Sep 19 2006 - anicka@suse.cz
* Tue Sep 19 2006 anicka@suse.cz
- update to 1.18
* Add note to man page on compatibility of C<Storable>
serializations of C<Set::Object>s between revisions.
* fix build for non-gcc compilers
* Thu Sep 14 2006 - anicka@suse.cz
* Thu Sep 14 2006 anicka@suse.cz
- update to 1.17
* fix compile problem affecting some platforms
* Tue Jul 18 2006 - anicka@suse.cz
* Tue Jul 18 2006 anicka@suse.cz
- update to 1.16
* weak reference support
- fix random return value
* Tue Jul 11 2006 - anicka@suse.cz
* Tue Jul 11 2006 anicka@suse.cz
- update to 1.15
- minor release
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 04 2006 - anicka@suse.cz
* Wed Jan 04 2006 anicka@suse.cz
- update to 1.14
* Mon Aug 01 2005 - mjancar@suse.cz
* Mon Aug 01 2005 mjancar@suse.cz
- update to 1.11
* Thu Aug 19 2004 - mjancar@suse.cz
* Thu Aug 19 2004 mjancar@suse.cz
- update to 1.06
* Thu Feb 26 2004 - mjancar@suse.cz
* Thu Feb 26 2004 mjancar@suse.cz
- update to 1.05
* Fri Aug 22 2003 - mjancar@suse.cz
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Thu Jul 24 2003 - mjancar@suse.cz
* Thu Jul 24 2003 mjancar@suse.cz
- update to 1.03a
* Tue Jul 15 2003 - mjancar@suse.cz
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 - coolo@suse.de
* Wed Jun 18 2003 coolo@suse.de
- package directories
* Thu May 22 2003 - mjancar@suse.cz
* Thu May 22 2003 mjancar@suse.cz
- use $RPM_OPT_FLAGS
- fix filelist
* Tue May 20 2003 - mjancar@suse.cz
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Tue Jul 02 2002 - mls@suse.de
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Thu Aug 02 2001 - rvasice@suse.cz
* Thu Aug 02 2001 rvasice@suse.cz
- initial package release (version 1.02)