Update to 0.29

- New upstream release 0.29
  - Really skip the package-stash-conflict script in the compile test
This commit is contained in:
Paul Howarth 2011-04-06 14:18:04 +01:00
parent 3b22373864
commit bd2a1de4df
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Package-Stash-0.28.tar.gz /Package-Stash-0.29.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.28 Version: 0.29
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
* Wed Apr 6 2011 Paul Howarth <paul@city-fan.org> - 0.29-1
- Update to 0.29
- Really skip the package-stash-conflict script in the compile test
* Wed Mar 30 2011 Paul Howarth <paul@city-fan.org> - 0.28-1 * Wed Mar 30 2011 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28 - Update to 0.28
- META.json fixes - META.json fixes

View File

@ -1 +1 @@
5e66c46a4a5efd0d816ef455a931b944 Package-Stash-0.28.tar.gz d7d2ee9dde5c0109c3a6d229458405f9 Package-Stash-0.29.tar.gz