From cf9cb6bcb4d29b714ba84f60fad56d7d43959dcb Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 29 Sep 2011 09:40:28 +0100 Subject: [PATCH] Update to 0.33 - New upstream release 0.33 - Add conflict on MooseX::Method::Signatures 0.36 - BR: perl(Carp) --- .gitignore | 1 + perl-Package-Stash.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index abd633f..00935ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Package-Stash-[0-9.]*\.tar\.gz /Package-Stash-0.32.tar.gz +/Package-Stash-0.33.tar.gz diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index a9b1c61..493a67b 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -5,7 +5,7 @@ %global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.30 ? 1 : 0;' 2>/dev/null || echo 0) Name: perl-Package-Stash -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Routines for manipulating stashes Group: Development/Libraries @@ -18,6 +18,7 @@ Patch2: Package-Stash-0.31-no-Test::Requires.patch Patch3: Package-Stash-0.32-no-Test::LeakTrace.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch +BuildRequires: perl(Carp) BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scalar::Util) @@ -99,6 +100,11 @@ rm -rf %{buildroot} %{_mandir}/man3/Package::Stash::PP.3pm* %changelog +* Thu Sep 29 2011 Paul Howarth - 0.33-1 +- Update to 0.33 + - Add conflict on MooseX::Method::Signatures 0.36 +- BR: perl(Carp) + * Tue Sep 6 2011 Paul Howarth - 0.32-1 - Update to 0.32 - Bring the behavior of has_symbol for nonexistant scalars into line with the diff --git a/sources b/sources index 455f2f7..6e90616 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc93efbcf02be35bdb86063b9805333b Package-Stash-0.32.tar.gz +fe1f6efa0dbd46f8520903b436f185f1 Package-Stash-0.33.tar.gz