From 3b22373864c4bbfd98f16879cc28a41a8980988c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 30 Mar 2011 12:56:06 +0100 Subject: [PATCH] Update to 0.28 - New upstream release 0.28 - META.json fixes - Update patch for old ExtUtils::MakeMaker versions to apply cleanly --- .gitignore | 2 +- ...on.patch => Package-Stash-0.28-EU::MM-version.patch | 10 +++++----- perl-Package-Stash.spec | 9 +++++++-- sources | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) rename Package-Stash-0.26-EU::MM-version.patch => Package-Stash-0.28-EU::MM-version.patch (70%) diff --git a/.gitignore b/.gitignore index a1c1831..5bcb42b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Package-Stash-0.27.tar.gz +/Package-Stash-0.28.tar.gz diff --git a/Package-Stash-0.26-EU::MM-version.patch b/Package-Stash-0.28-EU::MM-version.patch similarity index 70% rename from Package-Stash-0.26-EU::MM-version.patch rename to Package-Stash-0.28-EU::MM-version.patch index b8abb02..e14034f 100644 --- a/Package-Stash-0.26-EU::MM-version.patch +++ b/Package-Stash-0.28-EU::MM-version.patch @@ -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(); diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 9c4a77a..b1d1374 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -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 - 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 - 0.27-1 - Update to 0.27 - Skip the package-stash-conflicts script in the compile test diff --git a/sources b/sources index a99e3a0..3b63d70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6d4f70e30ccdd5f2b80f7d3c119f53d Package-Stash-0.27.tar.gz +5e66c46a4a5efd0d816ef455a931b944 Package-Stash-0.28.tar.gz