Update to 0.229

- New upstream release 0.229
  - Add link to (Github) repository
  - Guard tests against PERL_DISABLE_PMC
This commit is contained in:
Paul Howarth 2015-03-08 13:43:53 +00:00
parent c8e2fa78d0
commit cc17c5771e
2 changed files with 11 additions and 5 deletions

View File

@ -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 <paul@city-fan.org> - 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 <ppisar@redhat.com> - 1:0.228-311
- Specify all dependencies

View File

@ -1 +1 @@
2b64f471d423f929f74c5e857cee8dfd parent-0.228.tar.gz
960cd501d0a1f551ef72d6c77c8bc66b parent-0.229.tar.gz