Compare commits

...

No commits in common. "c8-stream-5.3" and "c8-beta-stream-5.32" have entirely different histories.

View File

@ -10,7 +10,7 @@
Name: perl-Sub-Exporter
Version: 0.987
Release: 16%{?dist}
Release: 17%{?dist}
Summary: Sophisticated exporter for custom-built routines
License: GPL+ or Artistic
URL: https://metacpan.org/release/Sub-Exporter
@ -31,6 +31,7 @@ BuildRequires: perl(Params::Util) >= 0.14
BuildRequires: perl(Sub::Install) >= 0.92
# Test suite
BuildRequires: perl(base)
BuildRequires: perl(blib)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
@ -102,6 +103,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Sub::Exporter::Util.3*
%changelog
* Mon Nov 15 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.987-17
- BR: perl(blib) for t/00-compile.t
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.987-16
- Rebuild with enable hardening (bug #1636329)