forked from pool/perl-HTTP-Tiny
Automatic update to HTTP-Tiny-0.092.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faaf60b3f9baf4b8f703632aba223648aaa58b0107e64ca515ed00247978d83e
|
||||
size 75987
|
||||
BIN
HTTP-Tiny-0.092.tar.gz
LFS
Normal file
BIN
HTTP-Tiny-0.092.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 2 15:28:43 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user