6.61 bump
This commit is contained in:
parent
766de4a8db
commit
d7e3163e65
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.57.tar.gz
|
||||
/libwww-perl-6.58.tar.gz
|
||||
/libwww-perl-6.60.tar.gz
|
||||
/libwww-perl-6.61.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
%bcond_with perl_libwww_perl_enables_internet_test
|
||||
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.60
|
||||
Release: 2%{?dist}
|
||||
Version: 6.61
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/libwww-perl
|
||||
@ -36,6 +36,7 @@ BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(Encode) >= 2.12
|
||||
BuildRequires: perl(Encode::Locale)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Temp)
|
||||
# Fcntl not used at tests
|
||||
# File::Listing 6 not used at tests
|
||||
# File::Spec not used at tests
|
||||
@ -75,7 +76,6 @@ BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6.01
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
@ -214,6 +214,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 08 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.61-1
|
||||
- 6.61 bump
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.60-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.60.tar.gz) = 9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544
|
||||
SHA512 (libwww-perl-6.61.tar.gz) = 1c75546737c3e1db55f9bdf414062802450e5cced1c4e24840d8e214b2a10c5bac81cc70479d276f0123a3b34bd9025712cebf256036b472e5fad5a629db8c70
|
||||
|
Loading…
Reference in New Issue
Block a user