- updated to 0.28

- fix test issue (Graham Knop)
      - handle magic more correctly in add_symbol and get_or_add_symbol

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash-XS?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2013-07-27 12:45:53 +00:00 committed by Git OBS Bridge
parent 4c90e64b3d
commit 308ae0fda8
4 changed files with 12 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 27 11:58:38 UTC 2013 - coolo@suse.com
- updated to 0.28
- fix test issue (Graham Knop)
- handle magic more correctly in add_symbol and get_or_add_symbol
-------------------------------------------------------------------
Sun Jun 9 14:29:12 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Package-Stash-XS
Version: 0.26
Version: 0.28
Release: 0
%define cpan_name Package-Stash-XS
Summary: faster and more correct implementation of the Package::Stash API
@ -34,6 +34,7 @@ BuildRequires: perl(Test::Requires)
#BuildRequires: perl(Package::Stash)
#BuildRequires: perl(Package::Stash::XS)
#BuildRequires: perl(Test::LeakTrace)
#BuildRequires: perl(Variable::Magic)
%{perl_requires}
%description