From 65e8c440acf6676ad9f6f6b90774a7682fba1448b0ac9eda3f47ce9f9eb97fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 17 Oct 2022 12:31:14 +0000 Subject: [PATCH] Accepting request 1011144 from GNOME:Next - Update to version 3.2.1: + When built against nghttp2 1.50.0+ be relaxed about header whitespace. + Fix possible crash when cancelling an HTTP/2 message. + Fix regresion where soup_server_message_get_socket() could return NULL. + Fix minor memory leak. - Disable tests on 32-bit while waiting for https://gitlab.gnome.org/GNOME/libsoup/-/issues/309 OBS-URL: https://build.opensuse.org/request/show/1011144 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=274 --- libsoup-3.2.0.tar.xz | 3 --- libsoup-3.2.1.tar.xz | 3 +++ libsoup.changes | 13 +++++++++++++ libsoup.spec | 6 +++++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 libsoup-3.2.0.tar.xz create mode 100644 libsoup-3.2.1.tar.xz diff --git a/libsoup-3.2.0.tar.xz b/libsoup-3.2.0.tar.xz deleted file mode 100644 index 430c8ff..0000000 --- a/libsoup-3.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3 -size 1526272 diff --git a/libsoup-3.2.1.tar.xz b/libsoup-3.2.1.tar.xz new file mode 100644 index 0000000..e016854 --- /dev/null +++ b/libsoup-3.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1eb3d2c3be49fbbd051a71f6532c9626bcecea69783190690cd7e4dfdf28f29 +size 1520736 diff --git a/libsoup.changes b/libsoup.changes index cd3644f..8ceb0c4 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 12 09:29:29 UTC 2022 - Bjørn Lie + +- Update to version 3.2.1: + + When built against nghttp2 1.50.0+ be relaxed about header + whitespace. + + Fix possible crash when cancelling an HTTP/2 message. + + Fix regresion where soup_server_message_get_socket() could + return NULL. + + Fix minor memory leak. +- Disable tests on 32-bit while waiting for + https://gitlab.gnome.org/GNOME/libsoup/-/issues/309 + ------------------------------------------------------------------- Thu Sep 15 06:10:48 UTC 2022 - Bjørn Lie diff --git a/libsoup.spec b/libsoup.spec index 7347289..6ab7b72 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -18,7 +18,7 @@ %define api_version 3.0 Name: libsoup -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: HTTP client/server library for GNOME License: LGPL-2.1-or-later @@ -138,9 +138,13 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-%{api_version} mv %{buildroot}%{_datadir}/doc/%{name}-%{api_version} %{buildroot}%{_docdir} %check +# Disable tests on 32-bit while waiting for +# https://gitlab.gnome.org/GNOME/libsoup/-/issues/309 +%ifnarch %ix86 %arm32 ppc # Run the regression tests using GnuTLS NORMAL priority export G_TLS_GNUTLS_PRIORITY=NORMAL %meson_test +%endif %ldconfig_scriptlets 3_0-0