[perl-Class-Load] Update to 0.18

Paul Howarth pghmcfc at fedoraproject.org
Sat Feb 18 23:39:04 UTC 2012


commit a275ca4092ef10b74b6df499d5e27381a45b9d32
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Feb 18 23:38:24 2012 +0000

    Update to 0.18
    
    - New upstream release 0.18:
      - Require Package::Stash ≥ 0.14 (CPAN RT#75095)

 perl-Class-Load.spec |    8 ++++++--
 sources              |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec
index f53af63..b0deacd 100644
--- a/perl-Class-Load.spec
+++ b/perl-Class-Load.spec
@@ -1,5 +1,5 @@
 Name:		perl-Class-Load
-Version:	0.17
+Version:	0.18
 Release:	1%{?dist}
 Summary:	A working (require "Class::Name") and more
 Group:		Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:	perl(Carp)
 BuildRequires:	perl(Data::OptList)
 BuildRequires:	perl(Module::Implementation) >= 0.04
 BuildRequires:	perl(Module::Runtime) >= 0.012
-BuildRequires:	perl(Package::Stash)
+BuildRequires:	perl(Package::Stash) >= 0.14
 BuildRequires:	perl(strict)
 BuildRequires:	perl(Try::Tiny)
 BuildRequires:	perl(warnings)
@@ -89,6 +89,10 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/Class::Load.3pm*
 
 %changelog
+* Sat Feb 18 2012 Paul Howarth <paul at city-fan.org> - 0.18-1
+- Update to 0.18:
+  - Require Package::Stash ≥ 0.14 (CPAN RT#75095)
+
 * Sun Feb 12 2012 Paul Howarth <paul at city-fan.org> - 0.17-1
 - Update to 0.17:
   - Require Module::Runtime 0.012, which has a number of useful bug fixes
diff --git a/sources b/sources
index 05ae624..acf002b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22663b3e350eb95dd3c151c2d84c5eb4  Class-Load-0.17.tar.gz
+da9ec57dd0199f6393702f2273ad6442  Class-Load-0.18.tar.gz


More information about the scm-commits mailing list