Update to 0.28

- New upstream release 0.28
  - META.json fixes
- Update patch for old ExtUtils::MakeMaker versions to apply cleanly
This commit is contained in:
Paul Howarth 2011-03-30 12:56:06 +01:00
parent 6feb600a05
commit 3b22373864
4 changed files with 14 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Package-Stash-0.27.tar.gz
/Package-Stash-0.28.tar.gz

View File

@ -1,5 +1,5 @@
--- Package-Stash-0.26/Makefile.PL.orig 2011-03-04 19:14:06.000000000 +0000
+++ Package-Stash-0.26/Makefile.PL 2011-03-05 10:00:04.915785881 +0000
--- Package-Stash-0.28/Makefile.PL.orig 2011-03-29 20:22:52.000000000 +0100
+++ Package-Stash-0.28/Makefile.PL 2011-03-30 11:32:41.861104891 +0100
@@ -3,7 +3,7 @@
BEGIN { require 5.8.1; }
use strict;
@ -18,13 +18,13 @@
},
'DISTNAME' => 'Package-Stash',
'EXE_FILES' => [
@@ -52,6 +52,9 @@
@@ -51,6 +51,9 @@
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+delete $WriteMakefileArgs{LICENSE}
+ unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+
delete $WriteMakefileArgs{PREREQ_PM}{'Package::Stash::XS'}
unless can_cc();
$WriteMakefileArgs{PREREQ_PM}{'Package::Stash::XS'} = 0.22
if can_cc();

View File

@ -5,14 +5,14 @@
%global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.31 ? 1 : 0;' 2>/dev/null || echo 0)
Name: perl-Package-Stash
Version: 0.27
Version: 0.28
Release: 1%{?dist}
Summary: Routines for manipulating stashes
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Package-Stash/
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz
Patch0: Package-Stash-0.26-EU::MM-version.patch
Patch0: Package-Stash-0.28-EU::MM-version.patch
Patch1: Package-Stash-0.26-old-Test::More.patch
Patch2: Package-Stash-0.23-no-Test::Requires.patch
Patch3: Package-Stash-0.25-no-Test::LeakTrace.patch
@ -101,6 +101,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::PP.3pm*
%changelog
* Wed Mar 30 2011 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28
- META.json fixes
- Update patch for old ExtUtils::MakeMaker versions to apply cleanly
* Mon Mar 28 2011 Paul Howarth <paul@city-fan.org> - 0.27-1
- Update to 0.27
- Skip the package-stash-conflicts script in the compile test

View File

@ -1 +1 @@
e6d4f70e30ccdd5f2b80f7d3c119f53d Package-Stash-0.27.tar.gz
5e66c46a4a5efd0d816ef455a931b944 Package-Stash-0.28.tar.gz