From febcccbee0ea075683961ef2d7a6ac37808ea9ff Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 16 Aug 2016 11:28:46 +0100 Subject: [PATCH] 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 :: --- perl-Sub-Name.spec | 14 ++++++++++++-- sources | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 932927e..90654b6 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -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 - 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 - 0.15-2 - Perl 5.24 rebuild diff --git a/sources b/sources index defbd6f..2cf472d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9711808eae4e8b792ed9316daa2d80d4 Sub-Name-0.15.tar.gz +26da1476d699a61967e866b6309605b8 Sub-Name-0.18.tar.gz