0.082 bump3
This commit is contained in:
parent
20734d740a
commit
502dae3fc5
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/HTTP-Tiny-0.076.tar.gz
|
||||
/HTTP-Tiny-0.078.tar.gz
|
||||
/HTTP-Tiny-0.080.tar.gz
|
||||
/HTTP-Tiny-0.082.tar.gz
|
||||
|
@ -1,6 +1,9 @@
|
||||
# Run optional test
|
||||
%bcond_without perl_HTTP_Tiny_enables_optional_deps
|
||||
|
||||
Name: perl-HTTP-Tiny
|
||||
Version: 0.080
|
||||
Release: 489%{?dist}
|
||||
Version: 0.082
|
||||
Release: 1%{?dist}
|
||||
Summary: Small, simple, correct HTTP/1.1 client
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/HTTP-Tiny
|
||||
@ -74,8 +77,10 @@ resumes after EINTR.
|
||||
Summary: Tests for %{name}
|
||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: perl-Test-Harness
|
||||
%if %{with perl_HTTP_Tiny_enables_optional_deps}
|
||||
Requires: perl(IO::Socket::IP) >= 0.32
|
||||
Requires: perl(IO::Socket::SSL) >= 1.56
|
||||
%endif
|
||||
|
||||
%description tests
|
||||
Tests from %{name}. Execute them
|
||||
@ -122,6 +127,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.082-2
|
||||
- 0.082 bump
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.080-489
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTTP-Tiny-0.080.tar.gz) = b6bed4ce3a80c174fa870de5e38c3a6cde9dfc554ce12d607c8b46dce678bea172ec3ad1ef433b9054ad1a241c98c5ac570b6c15b25c2f29e8d1274a16d13297
|
||||
SHA512 (HTTP-Tiny-0.082.tar.gz) = e38bdca86a31f60658fcb60e11881f5a38d9c76aca0aa32578dba3d3fee6afc060ec7b23bd8e23676f30211999193d04bd8749cc129bad06c0497492407bb9f7
|
||||
|
Loading…
Reference in New Issue
Block a user