Update to 0.26
- New upstream release 0.26
- %DB::sub is now populated correctly for sub names with wide characters or
nulls (GH#9)
- Better Perl 5.6 compatibility by lowering prereqs of core modules
- Test for renaming lexical subs, which should work on Perl 5.22+ (GH#10)
- Small internal changes to bring implementation in line with changes to
Sub::Util
- Fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls
(CPAN RT#125158)
- Use author-independent source URL
- Fix permissions verbosely
This commit is contained in:
parent
8a5a69e099
commit
73aa2bc6c5
@ -3,23 +3,23 @@
|
||||
%bcond_without perl_Sub_Name_enables_optional_test
|
||||
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.21
|
||||
Release: 11%{?dist}
|
||||
Version: 0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Name - or rename - a sub
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Sub-Name
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Sub-Name-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Sub/Sub-Name-%{version}.tar.gz
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
@ -30,7 +30,7 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(feature)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::More)
|
||||
%if %{with perl_Sub_Name_enables_optional_test}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
@ -60,7 +60,7 @@ make %{?_smp_mflags}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -77,6 +77,19 @@ make test
|
||||
%{_mandir}/man3/Sub::Name.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 6 2019 Paul Howarth <paul@city-fan.org> - 0.26-1
|
||||
- Update to 0.26
|
||||
- %%DB::sub is now populated correctly for sub names with wide characters or
|
||||
nulls (GH#9)
|
||||
- Better Perl 5.6 compatibility by lowering prereqs of core modules
|
||||
- Test for renaming lexical subs, which should work on Perl 5.22+ (GH#10)
|
||||
- Small internal changes to bring implementation in line with changes to
|
||||
Sub::Util
|
||||
- Fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls
|
||||
(CPAN RT#125158)
|
||||
- Use author-independent source URL
|
||||
- Fix permissions verbosely
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user