Accepting request 1081151 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1081151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=141
This commit is contained in:
commit
42531922a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23efff6ac70f2c1e873507dac52649eec032c1597a4ae951762ce3123789acc9
|
||||
size 1530892
|
3
libsoup-3.4.1.tar.xz
Normal file
3
libsoup-3.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:530b867b1b166cb9bca2750f1d15e5187318b5d948efb81d5899af3d75614504
|
||||
size 1537968
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 07:42:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.4.1:
|
||||
+ Fix HTTP/2 on platforms with unsigned char.
|
||||
+ Change request cancellation to be handled earlier.
|
||||
+ Add names to GSources and source tags to GTasks to aid
|
||||
debugging.
|
||||
- Run meson_test macro for all arches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 16:42:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
||||
|
||||
%define api_version 3.0
|
||||
Name: libsoup
|
||||
### FIXME ### Run meson tests for all arches when stable branch!
|
||||
Version: 3.4.0
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1-or-later
|
||||
@ -139,12 +138,9 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-%{api_version}
|
||||
mv %{buildroot}%{_datadir}/doc/%{name}-%{api_version} %{buildroot}%{_docdir}
|
||||
|
||||
%check
|
||||
# Temp fix for failing tests during unstable
|
||||
%ifarch ix86 x86_64
|
||||
# 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