diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index e2070d5..2fab3bc 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,7 +1,7 @@ # TODO: BR: perl(B::C) when available Name: perl-Sub-Name -Version: 0.19 +Version: 0.21 Release: 1%{?dist} Summary: Name - or rename - a sub License: GPL+ or Artistic @@ -28,7 +28,6 @@ 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 BuildRequires: perl(CPAN::Meta) >= 2.120900 @@ -74,6 +73,11 @@ make test %{_mandir}/man3/Sub::Name.3* %changelog +* Sun Oct 2 2016 Paul Howarth - 0.21-1 +- Update to 0.21 + - Fix occasional segmentation fault on OpenBSD when malloc randomization + causes nameptr to be at the beginning of the page (CPAN RT#117072) + * Fri Aug 19 2016 Paul Howarth - 0.19-1 - Update to 0.19 - Fix checking of SvUTF8 flag diff --git a/sources b/sources index 83db411..efae8ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -855afebe2144247bf5f6282b648d5c3d Sub-Name-0.19.tar.gz +7e7a181e30b3249d0b81585f55e36621 Sub-Name-0.21.tar.gz