[perl-Class-C3] Update to 0.25

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 4 13:49:21 UTC 2013


commit 79b6f013720ef8fa97108a4052c88f848c917521
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 4 14:48:10 2013 +0100

    Update to 0.25
    
    - New upstream release 0.25:
      - Drop compatibility from 5.6.2 to 5.6.0
      - Pod typo fixes (CPAN RT#77453, CPAN RT#85357)
      - Only ask for Devel::Hide on perls where it will be actually used
        (CPAN RT#81106)
      - Fix SYNOPSIS to actually be executable (CPAN RT#78327)
    - This release by MSTROUT -> update source URL
    - BR: perl(ExtUtils::CBuilder) and perl(File::Glob)
    - Bump perl(Class::C3::XS) version requirement to 0.13

 perl-Class-C3.spec |   23 ++++++++++++++++++-----
 sources            |    2 +-
 2 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/perl-Class-C3.spec b/perl-Class-C3.spec
index d8f2321..44c4eb4 100644
--- a/perl-Class-C3.spec
+++ b/perl-Class-C3.spec
@@ -2,21 +2,23 @@
 %global mro_in_core %(perl -e 'print $] > 5.009005 ? 1 : 0;')
 
 Name:		perl-Class-C3
-Version:	0.24
-Release:	5%{?dist}
+Version:	0.25
+Release:	1%{?dist}
 Summary:	Pragma to use the C3 method resolution order algorithm
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Class-C3/
-Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Class-C3-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
+BuildRequires:	perl(ExtUtils::CBuilder)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:	perl(Algorithm::C3) >= 0.07
 BuildRequires:	perl(Scalar::Util) >= 1.10
 # Test suite
+BuildRequires:	perl(File::Glob)
 BuildRequires:	perl(Sub::Name)
 BuildRequires:	perl(Test::Exception) >= 0.15
 BuildRequires:	perl(Test::More) >= 0.47
@@ -34,8 +36,8 @@ Requires:	perl(Scalar::Util) >= 1.10
 
 # Requirements for older distributions with Perl < 5.9.5
 %if ! %{mro_in_core}
-BuildRequires:	perl(Class::C3::XS) >= 0.07
-Requires:	perl(Class::C3::XS) >= 0.07
+BuildRequires:	perl(Class::C3::XS) >= 0.13
+Requires:	perl(Class::C3::XS) >= 0.13
 %endif
 
 # Let people "use c3;"
@@ -90,6 +92,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Class::C3::next.3pm*
 
 %changelog
+* Thu Jul  4 2013 Paul Howarth <paul at city-fan.org> - 0.25-1
+- Update to 0.25:
+  - Drop compatibility from 5.6.2 to 5.6.0
+  - Pod typo fixes (CPAN RT#77453, CPAN RT#85357)
+  - Only ask for Devel::Hide on perls where it will be actually used
+    (CPAN RT#81106)
+  - Fix SYNOPSIS to actually be executable (CPAN RT#78327)
+- This release by MSTROUT -> update source URL
+- BR: perl(ExtUtils::CBuilder) and perl(File::Glob)
+- Bump perl(Class::C3::XS) version requirement to 0.13
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.24-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index a25623b..0ad0eb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c53c143998d0700c5b3190801b6800ea  Class-C3-0.24.tar.gz
+0fa29f69ac69b9ae573e42925fcfc0bd  Class-C3-0.25.tar.gz



More information about the perl-devel mailing list