Update to 0.991
- New upstream release 0.991
- Make the requirement for perl v5.12.0 explicit; previously, it was only
implicit because of prerequisites
This commit is contained in:
parent
9e14cde9e2
commit
d8bc9cb325
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Sub-Exporter
|
||||
Version: 0.990
|
||||
Version: 0.991
|
||||
Release: 1%{?dist}
|
||||
Summary: Sophisticated exporter for custom-built routines
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -19,6 +19,7 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.12.0
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
@ -94,6 +95,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/Sub::Exporter::Util.3*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2023 Paul Howarth <paul@city-fan.org> - 0.991-1
|
||||
- Update to 0.991
|
||||
- Make the requirement for perl v5.12.0 explicit; previously, it was only
|
||||
implicit because of prerequisites
|
||||
|
||||
* Sat Jul 22 2023 Paul Howarth <paul@city-fan.org> - 0.990-1
|
||||
- Update to 0.990
|
||||
- Fixes to keep working in v5.39 (GH#17, GH#18)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Sub-Exporter-0.990.tar.gz) = 49cc16efe0e44a5d8d1aa49bd2f35ebb43640ce27030d480e1acae1da13444a877007f7eb924d6e3743691222505d646744cc651fbd09850cd965673fac2d92b
|
||||
SHA512 (Sub-Exporter-0.991.tar.gz) = 7829bbca1eb332156ba33dd0cbde7f57c178ad56cc03e76c1b7d5327c94ce15bb5172894eeef011e12e472071a7d7a07f514a1121535d96ae05ed0ef6734b329
|
||||
|
||||
Loading…
Reference in New Issue
Block a user