diff --git a/Package-Stash-XS-0.27-test-XS.patch b/Package-Stash-XS-0.27-test-XS.patch deleted file mode 100644 index 01e9974..0000000 --- a/Package-Stash-XS-0.27-test-XS.patch +++ /dev/null @@ -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; diff --git a/perl-Package-Stash-XS.spec b/perl-Package-Stash-XS.spec index a086607..3218e73 100644 --- a/perl-Package-Stash-XS.spec +++ b/perl-Package-Stash-XS.spec @@ -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 - 0.28-1 +- Update to 0.28 + - Fix test issue + * Tue Jul 16 2013 Paul Howarth - 0.27-1 - Update to 0.27 - Handle magic more correctly in add_symbol and get_or_add_symbol diff --git a/sources b/sources index 9a28e99..c03d33e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -738b4afe0554b43368e743284803176c Package-Stash-XS-0.27.tar.gz +9664356ec3be02626cbd3081ec246b70 Package-Stash-XS-0.28.tar.gz