Compare commits
No commits in common. "c8-stream-5.3" and "c8s-stream-5.32" have entirely different histories.
c8-stream-
...
c8s-stream
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Module-Load-0.34.tar.gz
|
||||
SOURCES/Module-Load-0.36.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
e918d19811ab4c01079683991ee3a4d1d2182bef SOURCES/Module-Load-0.34.tar.gz
|
||||
9c387cad301f8167decce6adf33e68ef0dba581c SOURCES/Module-Load-0.36.tar.gz
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
Name: perl-Module-Load
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 0.34
|
||||
Release: 439%{?dist}
|
||||
Version: 0.36
|
||||
Release: 1%{?dist}
|
||||
Summary: Run-time require of both modules and files
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Module-Load
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Load-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -18,6 +19,7 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
@ -57,6 +59,18 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2020 Paul Howarth <paul@city-fan.org> - 1:0.36-1
|
||||
- 0.36 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.34-457
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.34-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.34-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.34-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user