6.15 bump
This commit is contained in:
parent
5f9fefe1bb
commit
da3b73ee19
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/File-Listing-6.07.tar.gz
|
||||
/File-Listing-6.11.tar.gz
|
||||
/File-Listing-6.14.tar.gz
|
||||
/File-Listing-6.15.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-File-Listing
|
||||
Version: 6.14
|
||||
Release: 5%{?dist}
|
||||
Version: 6.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Parse directory listing
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-Listing
|
||||
@ -15,18 +15,14 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(HTTP::Date)
|
||||
BuildRequires: perl(Time::Local)
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
# LWP::Simple not used
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(Time::Local)
|
||||
Conflicts: perl-libwww-perl < 6
|
||||
|
||||
# Do not provide private modules
|
||||
@ -57,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.15-1
|
||||
- 6.15 bump
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.14-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Listing-6.14.tar.gz) = 858339b15a455db570d15b02e801ab0e0afd47da71685002083cbcc1a0f89783fcad4e840e0381f186046ab2f355dc0f593dc8c9c0a2da0fc6f17a35265924ab
|
||||
SHA512 (File-Listing-6.15.tar.gz) = 8368605bf196750f4044d87a8b784e6a28fa6fe6d5971c5de507b4df77859020dcba4929ce97f5091966a6a2fca94466a345450f2f9d2fad9fb88d880f491944
|
||||
|
||||
Loading…
Reference in New Issue
Block a user