6.10 bump
This commit is contained in:
parent
b32492d77d
commit
6e5010e491
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/LWP-Protocol-https-6.06.tar.gz
|
/LWP-Protocol-https-6.06.tar.gz
|
||||||
/LWP-Protocol-https-6.07.tar.gz
|
/LWP-Protocol-https-6.07.tar.gz
|
||||||
/LWP-Protocol-https-6.09.tar.gz
|
/LWP-Protocol-https-6.09.tar.gz
|
||||||
|
/LWP-Protocol-https-6.10.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%bcond_with perl_LWP_Protocol_https_enables_internet_test
|
%bcond_with perl_LWP_Protocol_https_enables_internet_test
|
||||||
|
|
||||||
Name: perl-LWP-Protocol-https
|
Name: perl-LWP-Protocol-https
|
||||||
Version: 6.09
|
Version: 6.10
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provide HTTPS support for LWP::UserAgent
|
Summary: Provide HTTPS support for LWP::UserAgent
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/LWP-Protocol-https
|
URL: https://metacpan.org/release/LWP-Protocol-https
|
||||||
@ -38,7 +38,7 @@ BuildRequires: perl(IO::Select)
|
|||||||
BuildRequires: perl(IO::Socket::INET)
|
BuildRequires: perl(IO::Socket::INET)
|
||||||
BuildRequires: perl(LWP::UserAgent) >= 6.06
|
BuildRequires: perl(LWP::UserAgent) >= 6.06
|
||||||
BuildRequires: perl(Socket)
|
BuildRequires: perl(Socket)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
%if %{with perl_LWP_Protocol_https_enables_internet_test}
|
%if %{with perl_LWP_Protocol_https_enables_internet_test}
|
||||||
BuildRequires: perl(Test::RequiresInternet)
|
BuildRequires: perl(Test::RequiresInternet)
|
||||||
%endif
|
%endif
|
||||||
@ -86,6 +86,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2020 Petr Pisar <ppisar@redhat.com> - 6.10-1
|
||||||
|
- 6.10 bump
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.09-3
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.09-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (LWP-Protocol-https-6.09.tar.gz) = 53e1ec7dec04988c3c7fa70a5f0ed60c38270bbbb9fe99a7cfeb84db0c40f5ff6f6f94aa4aa639498af6d0bc201dcb7e6e3491bae96411250ef50b010d32add1
|
SHA512 (LWP-Protocol-https-6.10.tar.gz) = 4d3c89dab6fadcb574c176977ca6debba177ee3f817e87319d9cd81e0a0b09214e271c2e97edc456dad2f4a1ebf8c6266a4ae52c3a93144880a5b32db97e7a31
|
||||||
|
Loading…
Reference in New Issue
Block a user