Update to 0.21
- New upstream release 0.21
- Fix occasional segmentation fault on OpenBSD when malloc randomization
causes nameptr to be at the beginning of the page (CPAN RT#117072)
This commit is contained in:
parent
a1ea8ef330
commit
44773b8d29
@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.19-1
|
||||
- Update to 0.19
|
||||
- Fix checking of SvUTF8 flag
|
||||
|
||||
Loading…
Reference in New Issue
Block a user