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:
Paul Howarth 2016-03-16 18:36:20 +00:00
parent cf1adde394
commit 88bf885962
2 changed files with 18 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
211ca38767145b6c362da3b821a5abca Sub-Name-0.14.tar.gz
9711808eae4e8b792ed9316daa2d80d4 Sub-Name-0.15.tar.gz