diff --git a/HTTP-Tiny-0.088.tar.gz b/HTTP-Tiny-0.088.tar.gz deleted file mode 100644 index 9ecd0f82a11121cfe1924e94df565f2b77a2f6e6..0000000000000000000000000000000000000000 Binary files a/HTTP-Tiny-0.088.tar.gz and /dev/null differ diff --git a/HTTP-Tiny-0.090.tar.gz b/HTTP-Tiny-0.090.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0a7dd7678d1c7ba05a04fa4b5d5ae307b2b05036 Binary files /dev/null and b/HTTP-Tiny-0.090.tar.gz differ diff --git a/perl-HTTP-Tiny.spec b/perl-HTTP-Tiny.spec index cc16c0bab053e478d9c6f1c10d0c48fd525fdc63..3541334be50285bf1c1974a58c7bf08b7c167644 100644 --- a/perl-HTTP-Tiny.spec +++ b/perl-HTTP-Tiny.spec @@ -1,10 +1,10 @@ Name: perl-HTTP-Tiny -Version: 0.088 -Release: 2 +Version: 0.090 +Release: 1 Summary: A small, simple, correct HTTP/1.1 client License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/HTTP-Tiny -Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/HTTP-Tiny-%{version}.tar.gz BuildArch: noarch @@ -58,6 +58,11 @@ make test %{_mandir}/man3/* %changelog +* Mon Mar 03 2025 sqfu - 0.090-1 +- update version to 0.090 +- Find the certificate bundle via IO::Socket::SSL rather than implementing it in HTTP::Tiny +- When encoding form data, given a hashref with an arrayref value, preserve the order of the values in the arrayref rather than sorting + * Sat Jan 18 2025 Funda Wang - 0.088-2 - drop useless perl(:MODULE_COMPAT) requirement