forked from pool/libsoup
Accepting request 1034156 from GNOME:Factory
(forwarded request 1033069 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1034156 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=139
This commit is contained in:
commit
00cd0e3b2f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1eb3d2c3be49fbbd051a71f6532c9626bcecea69783190690cd7e4dfdf28f29
|
||||
size 1520736
|
3
libsoup-3.2.2.tar.xz
Normal file
3
libsoup-3.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83673c685b910fb7d39f1f28eee5afbefb71c05798fc350ac3bf1b885e1efaa1
|
||||
size 1530460
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 11:06:38 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.2.2:
|
||||
+ Various HTTP/2 Fixes:
|
||||
- Fix `content-sniffed` not being emitted for resources without
|
||||
content.
|
||||
- Fix leak of SoupServerConnection when stolen.
|
||||
- Enable tests on 32-bit again, fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 09:29:29 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define api_version 3.0
|
||||
Name: libsoup
|
||||
Version: 3.2.1
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1-or-later
|
||||
@ -138,13 +138,9 @@ 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