Update to 0.27

- New upstream release 0.27
  - Skip the package-stash-conflicts script in the compile test
This commit is contained in:
Paul Howarth 2011-03-28 14:45:08 +01:00
parent c924b51b5d
commit 6feb600a05
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -5,7 +5,7 @@
%global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.31 ? 1 : 0;' 2>/dev/null || echo 0) %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 Name: perl-Package-Stash
Version: 0.26 Version: 0.27
Release: 1%{?dist} Release: 1%{?dist}
Summary: Routines for manipulating stashes Summary: Routines for manipulating stashes
Group: Development/Libraries Group: Development/Libraries
@ -101,6 +101,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::PP.3pm* %{_mandir}/man3/Package::Stash::PP.3pm*
%changelog %changelog
* 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
* Sat Mar 5 2011 Paul Howarth <paul@city-fan.org> - 0.26-1 * Sat Mar 5 2011 Paul Howarth <paul@city-fan.org> - 0.26-1
- Update to 0.26 - Update to 0.26
- Make the namespace cache lazy and weak, in case the stash is deleted - Make the namespace cache lazy and weak, in case the stash is deleted

View File

@ -1 +1 @@
eecda7245a3440bee6893226af09c29b Package-Stash-0.26.tar.gz e6d4f70e30ccdd5f2b80f7d3c119f53d Package-Stash-0.27.tar.gz