Accepting request 927205 from GNOME:Next

- Update to version 3.0.2:
  + Add support for multiple auth challenges in one response.
  + Fix SoupCache test failures on 32bit
  + Don't treat `-Wincompatible-pointer-types` as error. The
    `glib-mkenums` tool sometimes triggered this.
  + Improve `gssapi` dependency handling.
  + Fix undefined `ssize_t` on Windows.
  + Updated translations.
- No longer ignore test failure on 32-bit arches, fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/927205
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=259
This commit is contained in:
Dominique Leuenberger 2021-10-26 09:54:46 +00:00 committed by Git OBS Bridge
parent 3f40e3f9ac
commit 18eb7e5e03
4 changed files with 18 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Oct 24 17:46:33 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.0.2:
+ Add support for multiple auth challenges in one response.
+ Fix SoupCache test failures on 32bit
+ Don't treat `-Wincompatible-pointer-types` as error. The
`glib-mkenums` tool sometimes triggered this.
+ Improve `gssapi` dependency handling.
+ Fix undefined `ssize_t` on Windows.
+ Updated translations.
- No longer ignore test failure on 32-bit arches, fixed upstream.
-------------------------------------------------------------------
Thu Sep 30 08:04:00 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -18,7 +18,7 @@
%define api_version 3.0
Name: libsoup
Version: 3.0.1
Version: 3.0.2
Release: 0
Summary: HTTP client/server library for GNOME
License: LGPL-2.1-or-later
@ -136,12 +136,7 @@ Features:
%check
# Run the regression tests using GnuTLS NORMAL priority
export G_TLS_GNUTLS_PRIORITY=NORMAL
# Ignore test failure on 32-bit - https://gitlab.gnome.org/GNOME/libsoup/-/issues/236
%meson_test \
%ifarch %ix86 %{arm}
|| :
%endif
%nil
%meson_test
%post 3_0-0 -p /sbin/ldconfig
%postun 3_0-0 -p /sbin/ldconfig