Update to 1.20190531
- New upstream release 1.20190531 - Allow main->SUPER::... to work when SUPER.pm is loaded (GH#1)
This commit is contained in:
parent
fe16d2f2fa
commit
e801893f35
@ -1,6 +1,6 @@
|
||||
Name: perl-SUPER
|
||||
Version: 1.20141117
|
||||
Release: 14%{?dist}
|
||||
Version: 1.20190531
|
||||
Release: 1%{?dist}
|
||||
Summary: Sane superclass method dispatcher
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/SUPER
|
||||
@ -10,8 +10,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# =============== Module Runtime ===============
|
||||
BuildRequires: perl(Carp)
|
||||
@ -44,7 +44,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -60,6 +60,10 @@ make test
|
||||
%{_mandir}/man3/SUPER.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 3 2019 Paul Howarth <paul@city-fan.org> - 1.20190531-1
|
||||
- Update to 1.20190531
|
||||
- Allow main->SUPER::... to work when SUPER.pm is loaded (GH#1)
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-14
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user