Update to 0.28

- New upstream release 0.28
  - Fix test issue
This commit is contained in:
Paul Howarth 2013-07-16 21:29:48 +01:00
parent 995a0b5d05
commit d3a39fbcd3
3 changed files with 6 additions and 21 deletions

View File

@ -1,15 +0,0 @@
https://github.com/doy/package-stash-xs/pull/1
https://github.com/doy/package-stash-xs/commit/98a5781
Make sure we're testing against ::XS
--- t/warnings.t
+++ t/warnings.t
@@ -1,6 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
+use lib 't/lib';
use Test::More;
use Package::Stash;

View File

@ -1,5 +1,5 @@
Name: perl-Package-Stash-XS
Version: 0.27
Version: 0.28
Release: 1%{?dist}
Summary: Faster and more correct implementation of the Package::Stash API
Group: Development/Libraries
@ -7,7 +7,6 @@ License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Package-Stash-XS/
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-%{version}.tar.gz
Patch1: Package-Stash-XS-0.27-old-Test::More.patch
Patch4: Package-Stash-XS-0.27-test-XS.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildRequires: perl >= 3:5.8.1
BuildRequires: perl(base)
@ -48,9 +47,6 @@ installed, and should be preferred in all environments with a compiler.
%prep
%setup -q -n Package-Stash-XS-%{version}
# Avoid need for base Package::Stash package (Github Pull #1)
%patch4
# Patch test suite to work with old Test::More versions if necessary
%if "%{?rhel}" == "5"
%patch1 -p1
@ -85,6 +81,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::XS.3pm*
%changelog
* Tue Jul 16 2013 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28
- Fix test issue
* Tue Jul 16 2013 Paul Howarth <paul@city-fan.org> - 0.27-1
- Update to 0.27
- Handle magic more correctly in add_symbol and get_or_add_symbol

View File

@ -1 +1 @@
738b4afe0554b43368e743284803176c Package-Stash-XS-0.27.tar.gz
9664356ec3be02626cbd3081ec246b70 Package-Stash-XS-0.28.tar.gz