[perl-Class-Load-XS] Update to 0.06

Paul Howarth pghmcfc at fedoraproject.org
Mon Oct 8 18:11:34 UTC 2012


commit 917540e2fcb44225998f3fb1795ba790e355b39e
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Oct 8 19:10:31 2012 +0100

    Update to 0.06
    
    - New upstream release 0.06:
      - Require Class::Load 0.20 in the code, not just the distro metadata
        (CPAN RT#80002)
      - Weird classes with either an ISA or VERSION constant would cause the XS to
        blow up badly (CPAN RT#79998)
      - Fixed some broken logic that lead to a segfault from the
        014-weird-constants.t test on some Perls (CPAN RT#80059)
    - Bump perl(Class::Load) version requirement to 0.20
    - Drop explicit requirement for perl(Class::Load), no longer needed

 perl-Class-Load-XS.spec |   18 ++++++++++++++----
 sources                 |    2 +-
 2 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/perl-Class-Load-XS.spec b/perl-Class-Load-XS.spec
index 6156daa..dbd3ac8 100644
--- a/perl-Class-Load-XS.spec
+++ b/perl-Class-Load-XS.spec
@@ -2,8 +2,8 @@
 #TODO: BR: Test::Pod::LinkCheck when available
 
 Name:		perl-Class-Load-XS
-Version:	0.04
-Release:	3%{?dist}
+Version:	0.06
+Release:	1%{?dist}
 Summary:	XS implementation of parts of Class::Load
 Group:		Development/Libraries
 License:	Artistic 2.0
@@ -16,7 +16,7 @@ BuildRequires:	perl(Module::Build)
 # ===================================================================
 # Module requirements
 # ===================================================================
-BuildRequires:	perl(Class::Load) >= 0.15
+BuildRequires:	perl(Class::Load) >= 0.20
 # ===================================================================
 # Regular test suite requirements
 # ===================================================================
@@ -38,7 +38,6 @@ BuildRequires:	perl(Test::Pod)
 # Runtime requirements
 # ===================================================================
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:	perl(Class::Load) >= 0.15
 
 %{?perl_default_filter}
 
@@ -69,6 +68,17 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/Class::Load::XS.3pm*
 
 %changelog
+* Mon Oct  8 2012 Paul Howarth <paul at city-fan.org> - 0.06-1
+- Update to 0.06:
+  - Require Class::Load 0.20 in the code, not just the distro metadata
+    (CPAN RT#80002)
+  - Weird classes with either an ISA or VERSION constant would cause the XS to
+    blow up badly (CPAN RT#79998)
+  - Fixed some broken logic that lead to a segfault from the
+    014-weird-constants.t test on some Perls (CPAN RT#80059)
+- Bump perl(Class::Load) version requirement to 0.20
+- Drop explicit requirement for perl(Class::Load), no longer needed
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2774d37..db49c4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f805304cb330591651c443397c23e60a  Class-Load-XS-0.04.tar.gz
+a3e73647f84eb8bd26847c3dda78f0d3  Class-Load-XS-0.06.tar.gz


More information about the scm-commits mailing list