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:
parent
c8e2fa78d0
commit
cc17c5771e
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user