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