Update to 0.10

- New upstream release 0.10
  - Declare minimum version of perl as 5.6 in metadata
epel9
Paul Howarth 11 years ago
parent 7a49a00ab9
commit 4d86c73522

@ -1,6 +1,6 @@
Name: perl-Algorithm-C3
Version: 0.09
Release: 3%{?dist}
Version: 0.10
Release: 1%{?dist}
Summary: Module for merging hierarchies using the C3 algorithm
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Algorithm-C3-%{versio
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Module
BuildRequires: perl(Carp) >= 0.01
@ -50,6 +51,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Algorithm::C3.3pm*
%changelog
* Thu Sep 4 2014 Paul Howarth <paul@city-fan.org> - 0.10-1
- Update to 0.10
- Declare minimum version of perl as 5.6 in metadata
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-3
- Perl 5.20 rebuild

@ -1 +1 @@
0235e64330790b4c5d59bf76d03f8c90 Algorithm-C3-0.09.tar.gz
48162c8974b3056c1315203efc7d8748 Algorithm-C3-0.10.tar.gz

Loading…
Cancel
Save