Update to 0.28
- New upstream release 0.28 - Fix test issue
This commit is contained in:
parent
995a0b5d05
commit
d3a39fbcd3
@ -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;
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Package-Stash-XS
|
Name: perl-Package-Stash-XS
|
||||||
Version: 0.27
|
Version: 0.28
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Faster and more correct implementation of the Package::Stash API
|
Summary: Faster and more correct implementation of the Package::Stash API
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -7,7 +7,6 @@ License: GPL+ or Artistic
|
|||||||
URL: http://search.cpan.org/dist/Package-Stash-XS/
|
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
|
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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildRequires: perl >= 3:5.8.1
|
BuildRequires: perl >= 3:5.8.1
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
@ -48,9 +47,6 @@ installed, and should be preferred in all environments with a compiler.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n Package-Stash-XS-%{version}
|
%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
|
# Patch test suite to work with old Test::More versions if necessary
|
||||||
%if "%{?rhel}" == "5"
|
%if "%{?rhel}" == "5"
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -85,6 +81,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Package::Stash::XS.3pm*
|
%{_mandir}/man3/Package::Stash::XS.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 16 2013 Paul Howarth <paul@city-fan.org> - 0.27-1
|
||||||
- Update to 0.27
|
- Update to 0.27
|
||||||
- Handle magic more correctly in add_symbol and get_or_add_symbol
|
- Handle magic more correctly in add_symbol and get_or_add_symbol
|
||||||
|
Loading…
Reference in New Issue
Block a user