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
This commit is contained in:
Bjørn Lie 2022-10-17 12:31:14 +00:00 committed by Git OBS Bridge
parent ebaef5ed1b
commit 65e8c440ac
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
size 1526272

3
libsoup-3.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1eb3d2c3be49fbbd051a71f6532c9626bcecea69783190690cd7e4dfdf28f29
size 1520736

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 12 09:29:29 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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