Compare commits
No commits in common. "c8" and "c8s-stream-5.30" have entirely different histories.
c8
...
c8s-stream
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/SUPER-1.20141117.tar.gz
|
||||
SOURCES/SUPER-1.20190531.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
b4eccae36828cf81f27e349c4528735d13804949 SOURCES/SUPER-1.20141117.tar.gz
|
||||
3ee8a97c631caad1adb9dab9bbed8478bbad2f95 SOURCES/SUPER-1.20190531.tar.gz
|
||||
|
@ -1,17 +1,17 @@
|
||||
Name: perl-SUPER
|
||||
Version: 1.20141117
|
||||
Release: 10%{?dist}
|
||||
Version: 1.20190531
|
||||
Release: 3%{?dist}
|
||||
Summary: Sane superclass method dispatcher
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/SUPER/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/SUPER
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# =============== Module Build =================
|
||||
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,28 @@ make test
|
||||
%{_mandir}/man3/SUPER.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20190531-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jun 04 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.20190531-2
|
||||
- Perl 5.30 re-rebuild updated packages
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-11
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user