From cc17c5771e64ce6b8c8399672d4754ebd0df15ee Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mar 08 2015 13:43:53 +0000 Subject: Update to 0.229 - New upstream release 0.229 - Add link to (Github) repository - Guard tests against PERL_DISABLE_PMC --- diff --git a/perl-parent.spec b/perl-parent.spec index 12a87de..fa4a9eb 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -1,7 +1,7 @@ Name: perl-parent Epoch: 1 -Version: 0.228 -Release: 311%{?dist} +Version: 0.229 +Release: 1%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries @@ -9,7 +9,8 @@ URL: http://search.cpan.org/dist/parent/ Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch -BuildRequires: perl +# Build: +BuildRequires: perl >= 4:5.13.10 BuildRequires: perl(ExtUtils::MakeMaker) # Run-time: BuildRequires: perl(strict) @@ -57,9 +58,14 @@ rm -rf %{buildroot} %files %doc Changes %{perl_vendorlib}/parent.pm -%{_mandir}/man3/parent.3pm* +%{_mandir}/man3/parent.3* %changelog +* Sat Mar 7 2015 Paul Howarth - 1:0.229-1 +- Update to 0.229 + - Add link to (Github) repository + - Guard tests against PERL_DISABLE_PMC + * Tue Jan 13 2015 Petr Pisar - 1:0.228-311 - Specify all dependencies diff --git a/sources b/sources index 1f74bcd..568542e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b64f471d423f929f74c5e857cee8dfd parent-0.228.tar.gz +960cd501d0a1f551ef72d6c77c8bc66b parent-0.229.tar.gz