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
epel9
Paul Howarth 12 years ago
parent abcce884d5
commit 79b6f01372

@ -2,21 +2,23 @@
%global mro_in_core %(perl -e 'print $] > 5.009005 ? 1 : 0;') %global mro_in_core %(perl -e 'print $] > 5.009005 ? 1 : 0;')
Name: perl-Class-C3 Name: perl-Class-C3
Version: 0.24 Version: 0.25
Release: 5%{?dist} Release: 1%{?dist}
Summary: Pragma to use the C3 method resolution order algorithm Summary: Pragma to use the C3 method resolution order algorithm
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-C3/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
# Module # Module
BuildRequires: perl(Algorithm::C3) >= 0.07 BuildRequires: perl(Algorithm::C3) >= 0.07
BuildRequires: perl(Scalar::Util) >= 1.10 BuildRequires: perl(Scalar::Util) >= 1.10
# Test suite # Test suite
BuildRequires: perl(File::Glob)
BuildRequires: perl(Sub::Name) BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Exception) >= 0.15 BuildRequires: perl(Test::Exception) >= 0.15
BuildRequires: perl(Test::More) >= 0.47 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 # Requirements for older distributions with Perl < 5.9.5
%if ! %{mro_in_core} %if ! %{mro_in_core}
BuildRequires: perl(Class::C3::XS) >= 0.07 BuildRequires: perl(Class::C3::XS) >= 0.13
Requires: perl(Class::C3::XS) >= 0.07 Requires: perl(Class::C3::XS) >= 0.13
%endif %endif
# Let people "use c3;" # Let people "use c3;"
@ -90,6 +92,17 @@ rm -rf %{buildroot}
%{_mandir}/man3/Class::C3::next.3pm* %{_mandir}/man3/Class::C3::next.3pm*
%changelog %changelog
* Thu Jul 4 2013 Paul Howarth <paul@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@lists.fedoraproject.org> - 0.24-5 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
c53c143998d0700c5b3190801b6800ea Class-C3-0.24.tar.gz 0fa29f69ac69b9ae573e42925fcfc0bd Class-C3-0.25.tar.gz

Loading…
Cancel
Save