Update to 0.18

- New upstream release 0.18
  - Support binary and unicode symbol names (PR#8)
  - Fixed parsing error where the name contains a single colon but the last
    separator is ::
This commit is contained in:
Paul Howarth 2016-08-16 11:28:46 +01:00
parent 229252c3cb
commit febcccbee0
2 changed files with 13 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# TODO: BR: perl(B::C) when available
Name: perl-Sub-Name
Version: 0.15
Release: 2%{?dist}
Version: 0.18
Release: 1%{?dist}
Summary: Name - or rename - a sub
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Sub-Name/
@ -22,8 +22,12 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
# Test Suite
BuildRequires: perl(B)
BuildRequires: perl(B::Deparse)
BuildRequires: perl(Carp)
BuildRequires: perl(feature)
BuildRequires: perl(File::Spec)
BuildRequires: perl(if)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Test::More) >= 0.88
# Optional Tests
@ -70,6 +74,12 @@ make test
%{_mandir}/man3/Sub::Name.3*
%changelog
* Tue Aug 16 2016 Paul Howarth <paul@city-fan.org> - 0.18-1
- Update to 0.18
- Support binary and unicode symbol names (PR#8)
- Fixed parsing error where the name contains a single colon but the last
separator is ::
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-2
- Perl 5.24 rebuild

View File

@ -1 +1 @@
9711808eae4e8b792ed9316daa2d80d4 Sub-Name-0.15.tar.gz
26da1476d699a61967e866b6309605b8 Sub-Name-0.18.tar.gz