Update to 0.33

- New upstream release 0.33
  - Add conflict on MooseX::Method::Signatures 0.36
- BR: perl(Carp)
This commit is contained in:
Paul Howarth 2011-09-29 09:40:28 +01:00
parent 1a294d28ce
commit cf9cb6bcb4
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Package-Stash-[0-9.]*\.tar\.gz /Package-Stash-[0-9.]*\.tar\.gz
/Package-Stash-0.32.tar.gz /Package-Stash-0.32.tar.gz
/Package-Stash-0.33.tar.gz

View File

@ -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) %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 Name: perl-Package-Stash
Version: 0.32 Version: 0.33
Release: 1%{?dist} Release: 1%{?dist}
Summary: Routines for manipulating stashes Summary: Routines for manipulating stashes
Group: Development/Libraries 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 Patch3: Package-Stash-0.32-no-Test::LeakTrace.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Carp)
BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
@ -99,6 +100,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::PP.3pm* %{_mandir}/man3/Package::Stash::PP.3pm*
%changelog %changelog
* Thu Sep 29 2011 Paul Howarth <paul@city-fan.org> - 0.33-1
- Update to 0.33
- Add conflict on MooseX::Method::Signatures 0.36
- BR: perl(Carp)
* Tue Sep 6 2011 Paul Howarth <paul@city-fan.org> - 0.32-1 * Tue Sep 6 2011 Paul Howarth <paul@city-fan.org> - 0.32-1
- Update to 0.32 - Update to 0.32
- Bring the behavior of has_symbol for nonexistant scalars into line with the - Bring the behavior of has_symbol for nonexistant scalars into line with the

View File

@ -1 +1 @@
bc93efbcf02be35bdb86063b9805333b Package-Stash-0.32.tar.gz fe1f6efa0dbd46f8520903b436f185f1 Package-Stash-0.33.tar.gz