Accepting request 1012086 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1012086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=138
This commit is contained in:
commit
9196f90a96
@ -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
3
libsoup-3.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1eb3d2c3be49fbbd051a71f6532c9626bcecea69783190690cd7e4dfdf28f29
|
||||
size 1520736
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user