Update to 0.15
- New upstream release 0.15
- Fix uninitialized warning in test on perls < 5.8.6 (CPAN RT#104510)
- Repository moved to the github p5sagit organization (the primary is on
shadowcat, mirrored to github)
- Explicitly BR: perl-devel, needed for EXTERN.h
This commit is contained in:
parent
cf1adde394
commit
88bf885962
@ -1,14 +1,19 @@
|
||||
# TODO: BR: perl(B::C) when available
|
||||
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.14
|
||||
Release: 4%{?dist}
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Name - or rename - a sub
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Sub-Name/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Sub-Name-%{version}.tar.gz
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
@ -18,6 +23,7 @@ BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
BuildRequires: perl(B::Deparse)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
@ -53,9 +59,9 @@ make test
|
||||
|
||||
%files
|
||||
%if 0%{?_licensedir:1}
|
||||
%license LICENSE
|
||||
%license LICENCE
|
||||
%else
|
||||
%doc LICENSE
|
||||
%doc LICENCE
|
||||
%endif
|
||||
%doc Changes CONTRIBUTING README
|
||||
%{perl_vendorarch}/auto/Sub/
|
||||
@ -63,6 +69,13 @@ make test
|
||||
%{_mandir}/man3/Sub::Name.3*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2016 Paul Howarth <paul@city-fan.org> - 0.15-1
|
||||
- Update to 0.15
|
||||
- Fix uninitialized warning in test on perls < 5.8.6 (CPAN RT#104510)
|
||||
- Repository moved to the github p5sagit organization (the primary is on
|
||||
shadowcat, mirrored to github)
|
||||
- Explicitly BR: perl-devel, needed for EXTERN.h
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user