forked from pool/perl-Set-Object
This commit is contained in:
committed by
Git OBS Bridge
parent
6def34306d
commit
933d7d0ee6
@@ -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
3
Set-Object-1.25.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:467f0c6bdef60c7bdf12b15920be9f6b406c16e8ee4d4c24365624168f2452ba
|
||||||
|
size 66232
|
@@ -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
|
Mon Oct 8 09:32:57 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@@ -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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@@ -10,8 +10,9 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Set-Object
|
Name: perl-Set-Object
|
||||||
Version: 1.22
|
Version: 1.25
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@@ -56,17 +57,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/Set
|
%{perl_vendorarch}/Set
|
||||||
%{perl_vendorarch}/auto/Set
|
%{perl_vendorarch}/auto/Set
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
- update to 1.22
|
||||||
* Sub-classing interface added; it is now much easier to make
|
* Sub-classing interface added; it is now much easier to make
|
||||||
L<Set::Object> subclasses that return objects other than more
|
L<Set::Object> subclasses that return objects other than more
|
||||||
L<Set::Object>s when subclassing.
|
L<Set::Object>s when subclassing.
|
||||||
* Mon Feb 19 2007 - anicka@suse.cz
|
* Mon Feb 19 2007 anicka@suse.cz
|
||||||
- update to 1.21
|
- update to 1.21
|
||||||
- remove last patch (fixed in upstream, the only change in this
|
- remove last patch (fixed in upstream, the only change in this
|
||||||
release)
|
release)
|
||||||
* Fri Feb 16 2007 - anicka@suse.cz
|
* Fri Feb 16 2007 anicka@suse.cz
|
||||||
- update to 1.20
|
- update to 1.20
|
||||||
* The C<-E<gt>compare> function was returning "disjoint" for empty
|
* The C<-E<gt>compare> function was returning "disjoint" for empty
|
||||||
sets.
|
sets.
|
||||||
@@ -75,53 +85,53 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
arguments to C<Set::Object::Weak-E<gt>new()>, which was very
|
arguments to C<Set::Object::Weak-E<gt>new()>, which was very
|
||||||
broken.
|
broken.
|
||||||
- fix misc/pod_coverage.t
|
- fix misc/pod_coverage.t
|
||||||
* Thu Jan 25 2007 - anicka@suse.cz
|
* Thu Jan 25 2007 anicka@suse.cz
|
||||||
- update to 1.19
|
- update to 1.19
|
||||||
* New class C<Set::Object::Weak>, which all weak sets should get
|
* New class C<Set::Object::Weak>, which all weak sets should get
|
||||||
re-blessed into when you call C<-E<gt>weaken>. Also added
|
re-blessed into when you call C<-E<gt>weaken>. Also added
|
||||||
alternative methods of constructing weak sets.
|
alternative methods of constructing weak sets.
|
||||||
* Fix a memory leak with scalar members (the internal hash used
|
* Fix a memory leak with scalar members (the internal hash used
|
||||||
to store the items was never being freed).
|
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
|
- update to 1.18
|
||||||
* Add note to man page on compatibility of C<Storable>
|
* Add note to man page on compatibility of C<Storable>
|
||||||
serializations of C<Set::Object>s between revisions.
|
serializations of C<Set::Object>s between revisions.
|
||||||
* fix build for non-gcc compilers
|
* fix build for non-gcc compilers
|
||||||
* Thu Sep 14 2006 - anicka@suse.cz
|
* Thu Sep 14 2006 anicka@suse.cz
|
||||||
- update to 1.17
|
- update to 1.17
|
||||||
* fix compile problem affecting some platforms
|
* fix compile problem affecting some platforms
|
||||||
* Tue Jul 18 2006 - anicka@suse.cz
|
* Tue Jul 18 2006 anicka@suse.cz
|
||||||
- update to 1.16
|
- update to 1.16
|
||||||
* weak reference support
|
* weak reference support
|
||||||
- fix random return value
|
- fix random return value
|
||||||
* Tue Jul 11 2006 - anicka@suse.cz
|
* Tue Jul 11 2006 anicka@suse.cz
|
||||||
- update to 1.15
|
- update to 1.15
|
||||||
- minor release
|
- minor release
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jan 04 2006 - anicka@suse.cz
|
* Wed Jan 04 2006 anicka@suse.cz
|
||||||
- update to 1.14
|
- update to 1.14
|
||||||
* Mon Aug 01 2005 - mjancar@suse.cz
|
* Mon Aug 01 2005 mjancar@suse.cz
|
||||||
- update to 1.11
|
- update to 1.11
|
||||||
* Thu Aug 19 2004 - mjancar@suse.cz
|
* Thu Aug 19 2004 mjancar@suse.cz
|
||||||
- update to 1.06
|
- update to 1.06
|
||||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
* Thu Feb 26 2004 mjancar@suse.cz
|
||||||
- update to 1.05
|
- 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
|
- 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
|
- update to 1.03a
|
||||||
* Tue Jul 15 2003 - mjancar@suse.cz
|
* Tue Jul 15 2003 mjancar@suse.cz
|
||||||
- adapt to perl-5.8.1
|
- adapt to perl-5.8.1
|
||||||
- use %%perl_process_packlist
|
- use %%perl_process_packlist
|
||||||
* Wed Jun 18 2003 - coolo@suse.de
|
* Wed Jun 18 2003 coolo@suse.de
|
||||||
- package directories
|
- package directories
|
||||||
* Thu May 22 2003 - mjancar@suse.cz
|
* Thu May 22 2003 mjancar@suse.cz
|
||||||
- use $RPM_OPT_FLAGS
|
- use $RPM_OPT_FLAGS
|
||||||
- fix filelist
|
- fix filelist
|
||||||
* Tue May 20 2003 - mjancar@suse.cz
|
* Tue May 20 2003 mjancar@suse.cz
|
||||||
- remove unpackaged files
|
- remove unpackaged files
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- 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)
|
- initial package release (version 1.02)
|
||||||
|
Reference in New Issue
Block a user