[perl-Package-Stash] Update to 0.27

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 28 13:46:20 UTC 2011


commit 6feb600a05fe63f6cfd5cb4e6feae2dc1ac2699e
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 28 14:45:08 2011 +0100

    Update to 0.27
    
    - New upstream release 0.27
      - Skip the package-stash-conflicts 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 ea9dae4..a1c1831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Package-Stash-0.26.tar.gz
+/Package-Stash-0.27.tar.gz
diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec
index 9db39c1..9c4a77a 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.26
+Version:	0.27
 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
+* Mon Mar 28 2011 Paul Howarth <paul at 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 at city-fan.org> - 0.26-1
 - Update to 0.26
   - Make the namespace cache lazy and weak, in case the stash is deleted
diff --git a/sources b/sources
index 5db4b2e..a99e3a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eecda7245a3440bee6893226af09c29b  Package-Stash-0.26.tar.gz
+e6d4f70e30ccdd5f2b80f7d3c119f53d  Package-Stash-0.27.tar.gz


More information about the scm-commits mailing list