forked from pool/perl-Set-Object
This commit is contained in:
committed by
Git OBS Bridge
parent
933d7d0ee6
commit
d14a7b455f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:467f0c6bdef60c7bdf12b15920be9f6b406c16e8ee4d4c24365624168f2452ba
|
|
||||||
size 66232
|
|
3
Set-Object-1.27.tar.bz2
Normal file
3
Set-Object-1.27.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfb1abae5d551c1fafbbec5f614f429c8600712b94408948d96a279ffd35ec67
|
||||||
|
size 66613
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 16:00:26 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.27
|
||||||
|
* Fix a typo that affected building against Perls with
|
||||||
|
debugging enabled.
|
||||||
|
* Methods which destroyed C<$@> due to internal use of
|
||||||
|
C<eval> now properly call C<local($@)>
|
||||||
|
* Define behaviour when dealing with return values from
|
||||||
|
operations on weak sets. No longer hard-coded "Set::Object"
|
||||||
|
- may affect Set::Object sub-classes (Sam).
|
||||||
|
* more bugfixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 25 15:19:27 CEST 2008 - anicka@suse.cz
|
Fri Jul 25 15:19:27 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Set-Object (Version 1.25)
|
# spec file for package perl-Set-Object (Version 1.27)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -12,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Set-Object
|
Name: perl-Set-Object
|
||||||
Version: 1.25
|
Version: 1.27
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@@ -59,6 +66,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 20 2009 anicka@suse.cz
|
||||||
|
- update to 1.27
|
||||||
|
* Fix a typo that affected building against Perls with
|
||||||
|
debugging enabled.
|
||||||
|
* Methods which destroyed C<$@> due to internal use of
|
||||||
|
C<eval> now properly call C<local($@)>
|
||||||
|
* Define behaviour when dealing with return values from
|
||||||
|
operations on weak sets. No longer hard-coded "Set::Object"
|
||||||
|
- may affect Set::Object sub-classes (Sam).
|
||||||
|
* more bugfixes
|
||||||
* Fri Jul 25 2008 anicka@suse.cz
|
* Fri Jul 25 2008 anicka@suse.cz
|
||||||
- update to 1.25
|
- update to 1.25
|
||||||
* Portability: support Perls before 5.7.3, and make this dependency
|
* Portability: support Perls before 5.7.3, and make this dependency
|
||||||
|
Reference in New Issue
Block a user