[perl-Package-Stash] Update to 0.29

Paul Howarth pghmcfc at fedoraproject.org
Wed Apr 6 13:18:56 UTC 2011


commit bd2a1de4df8c4b68893bc2c18af43a2d72df7a07
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Apr 6 14:18:04 2011 +0100

    Update to 0.29
    
    - New upstream release 0.29
      - Really skip the package-stash-conflict script in the compile test

 .gitignore              |    2 +-
 perl-Package-Stash.spec |    6 +++++-
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bcb42b..f803d19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Package-Stash-0.28.tar.gz
+/Package-Stash-0.29.tar.gz
diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec
index b1d1374..6176497 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.31 ? 1 : 0;' 2>/dev/null || echo 0)
 
 Name:		perl-Package-Stash
-Version:	0.28
+Version:	0.29
 Release:	1%{?dist}
 Summary:	Routines for manipulating stashes
 Group:		Development/Libraries
@@ -101,6 +101,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::Stash::PP.3pm*
 
 %changelog
+* Wed Apr  6 2011 Paul Howarth <paul at 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 at city-fan.org> - 0.28-1
 - Update to 0.28
   - META.json fixes
diff --git a/sources b/sources
index 3b63d70..05e1844 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e66c46a4a5efd0d816ef455a931b944  Package-Stash-0.28.tar.gz
+d7d2ee9dde5c0109c3a6d229458405f9  Package-Stash-0.29.tar.gz



More information about the perl-devel mailing list