Accepting request 1010290 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1010290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup2?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-10-14 13:40:11 +00:00 committed by Git OBS Bridge
commit cead1386c8
4 changed files with 16 additions and 5 deletions

View File

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

BIN
libsoup-2.74.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 12 09:32:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.74.3:
+ Add missing g-i annotations to `soup_address_get_sockaddr()`
and `soup_socket_read_until()`.
+ Add missing `extern` when building on Windows.
+ Update libxml2 fallback for meson wrap.
+ Improvements when using libsoup with meson wraps.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 24 21:45:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com> Wed Nov 24 21:45:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libsoup2 # spec file for package libsoup2
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libsoup2 Name: libsoup2
%define _name libsoup %define _name libsoup
Version: 2.74.2 Version: 2.74.3
Release: 0 Release: 0
Summary: HTTP client/server library for GNOME Summary: HTTP client/server library for GNOME
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -28,6 +28,7 @@ Source0: https://download.gnome.org/sources/libsoup/2.74/%{_name}-%{versi
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-OPENSUSE disable tls_interaction-test https://gitlab.gnome.org/GNOME/libsoup/issues/120 # PATCH-FIX-OPENSUSE disable tls_interaction-test https://gitlab.gnome.org/GNOME/libsoup/issues/120
Patch1: libsoup-skip-tls_interaction-test.patch Patch1: libsoup-skip-tls_interaction-test.patch
# PATCH-FIX-UPSTREAM libsoup2-extend-test-cert.patch boo#1102840 -- Fix tests after 2027
Patch2: libsoup2-extend-test-cert.patch Patch2: libsoup2-extend-test-cert.patch
BuildRequires: glib-networking BuildRequires: glib-networking
BuildRequires: meson >= 0.50 BuildRequires: meson >= 0.50