diff --git a/HTTP-Tiny-0.090.tar.gz b/HTTP-Tiny-0.090.tar.gz deleted file mode 100644 index 6802f02..0000000 --- a/HTTP-Tiny-0.090.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faaf60b3f9baf4b8f703632aba223648aaa58b0107e64ca515ed00247978d83e -size 75987 diff --git a/HTTP-Tiny-0.092.tar.gz b/HTTP-Tiny-0.092.tar.gz new file mode 100644 index 0000000..f8ecbb0 --- /dev/null +++ b/HTTP-Tiny-0.092.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb59ac39d2f7bcbc6d09dd94ff5621e03d8a95abb12b49b392ccd35088c8ac1 +size 79095 diff --git a/perl-HTTP-Tiny.changes b/perl-HTTP-Tiny.changes index 7373312..7229894 100644 --- a/perl-HTTP-Tiny.changes +++ b/perl-HTTP-Tiny.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 2 15:28:43 UTC 2026 - Tina Müller + +- updated to 0.092 + see /usr/share/doc/packages/perl-HTTP-Tiny/Changes + + 0.092 2025-12-27 20:49:41+01:00 Europe/Berlin + - No changes from 0.091-TRIAL + 0.091 2025-12-13 06:26:51+01:00 Europe/Brussels (TRIAL RELEASE) + [ADDED] + - Added keep_alive_timeout to force keepalive connections to be closed + based on a timeout. + [CHANGED] + - Optional tests are always required when releasing. + - Always use TCP_NODELAY option. + [FIXED] + - Fixed test incorrectly testing cookie jar interactions multiple times. + - Fixed perl version comparisons to work when not starting with 5. + - Fixed link to LIMITATIONS in documentation. + ------------------------------------------------------------------- Thu Dec 12 16:22:47 UTC 2024 - Tina Müller diff --git a/perl-HTTP-Tiny.spec b/perl-HTTP-Tiny.spec index 8fc6f20..c2e20e0 100644 --- a/perl-HTTP-Tiny.spec +++ b/perl-HTTP-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Tiny # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name HTTP-Tiny Name: perl-HTTP-Tiny -Version: 0.090 +Version: 0.092 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Small, simple, correct HTTP/1.1 client @@ -31,10 +31,10 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IPC::Cmd) BuildRequires: perl(Test::More) >= 0.96 -Recommends: perl(HTTP::CookieJar) >= 0.001 +Recommends: perl(HTTP::CookieJar) >= 0.1 Recommends: perl(IO::Socket::IP) >= 0.32 Recommends: perl(IO::Socket::SSL) >= 1.968 -Recommends: perl(Net::SSLeay) >= 1.49 +Recommends: perl(Net::SSLeay) >= 1.490 %{perl_requires} %description @@ -50,7 +50,7 @@ instead of IO::Socket::INET for transparent support for both IPv4 and IPv6. Cookie support requires HTTP::CookieJar or an equivalent class. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644