[perl-Class-C3] Update to 0.27

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 4 10:15:11 UTC 2014


commit e9bb0fefbbb587c935587521faddf8312660a6a4
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 4 11:13:12 2014 +0100

    Update to 0.27
    
    - New upstream release 0.27:
      - Declare minimum perl version of 5.6 in metadata
    - Upstream ChangeLog renamed to Changes
    - Upstream dropped visualize_c3.pl utility script

 perl-Class-C3.spec |   13 ++++++++++---
 sources            |    2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-Class-C3.spec b/perl-Class-C3.spec
index 57473d1..5bba4f3 100644
--- a/perl-Class-C3.spec
+++ b/perl-Class-C3.spec
@@ -1,12 +1,13 @@
 Name:		perl-Class-C3
-Version:	0.26
-Release:	3%{?dist}
+Version:	0.27
+Release:	1%{?dist}
 Summary:	Pragma to use the C3 method resolution order algorithm
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Class-C3/
 Source0:	http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Class-C3-%{version}.tar.gz
 BuildArch:	noarch
 # Build
+BuildRequires:	perl >= 4:5.9.5
 BuildRequires:	perl(ExtUtils::CBuilder) >= 0.27
 BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
@@ -66,13 +67,19 @@ cp -p opt/c3.pm %{buildroot}%{perl_vendorlib}/
 make test
 
 %files
-%doc ChangeLog README util/ t/
+%doc Changes README t/
 %{perl_vendorlib}/c3.pm
 %{perl_vendorlib}/Class/
 %{_mandir}/man3/Class::C3.3pm*
 %{_mandir}/man3/Class::C3::next.3pm*
 
 %changelog
+* Thu Sep  4 2014 Paul Howarth <paul at city-fan.org> - 0.27-1
+- Update to 0.27:
+  - Declare minimum perl version of 5.6 in metadata
+- Upstream ChangeLog renamed to Changes
+- Upstream dropped visualize_c3.pl utility script
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.26-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d76f4dc..acafdd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-714d12d0d7eaf08a75e52ffa5ce805ec  Class-C3-0.26.tar.gz
+306b76ca764b7172100d84a806f04158  Class-C3-0.27.tar.gz


More information about the scm-commits mailing list