diff --git a/backport-skip-tls_interaction-test.patch b/backport-skip-tls_interaction-test.patch deleted file mode 100644 index ee4103c64af7c472902776397957b4c87690595b..0000000000000000000000000000000000000000 --- a/backport-skip-tls_interaction-test.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: libsoup-2.72.0/tests/ssl-test.c -=================================================================== ---- libsoup-2.72.0.orig/tests/ssl-test.c -+++ libsoup-2.72.0/tests/ssl-test.c -@@ -370,6 +370,9 @@ do_tls_interaction_test (void) - - SOUP_TEST_SKIP_IF_NO_TLS; - -+ g_test_skip ("Not reliable? See https://gitlab.gnome.org/GNOME/libsoup/issues/120"); -+ return; -+ - service = g_threaded_socket_service_new (1); - address = g_inet_socket_address_new_from_string ("127.0.0.1", 0); - g_socket_listener_add_address (G_SOCKET_LISTENER (service), address, - diff --git a/libsoup-2.74.2.tar.xz b/libsoup-2.74.2.tar.xz deleted file mode 100644 index f4d940698fe69e5b6fc22c6f1e67eb369fad6d34..0000000000000000000000000000000000000000 Binary files a/libsoup-2.74.2.tar.xz and /dev/null differ diff --git a/libsoup-3.2.2.tar.xz b/libsoup-3.2.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..17cd98b27525b5d27e14e82351f1f6a898ff8bed Binary files /dev/null and b/libsoup-3.2.2.tar.xz differ diff --git a/libsoup.spec b/libsoup.spec index c4e838ba60986acb4260e2e212db926eb165d833..b97482b625106e3c77fcad2620861fad3090cddd 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,19 +1,17 @@ Name: libsoup -Version: 2.74.2 -Release: 2 +Version: 3.2.2 +Release: 1 Summary: An HTTP library implementation License: LGPLv2 URL: https://wiki.gnome.org/Projects/libsoup -Source0: https://download.gnome.org/sources/%{name}/2.74/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.xz + BuildRequires: glib2-devel glib-networking krb5-devel gobject-introspection-devel gettext BuildRequires: libxml2-devel libpsl-devel sqlite-devel vala gtk-doc meson libxslt BuildRequires: samba-winbind-clients brotli-devel BuildRequires: pkgconfig(sysprof-capture-4) - Requires: glib2 glib-networking -Patch6000: backport-skip-tls_interaction-test.patch - %description libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications, and also has a synchronous API, @@ -64,6 +62,9 @@ sed -i 's/idm[0-9]\{5,32\}/idm12345678912345/g' %{buildroot}%{_datadir}/gtk-doc/ %{_datadir}/gtk-doc/html/libsoup-2.4/* %changelog +* Fri Nov 4 2022 hkgy - 3.2.2-1 +- Upgrade to v3.2.2 + * Wed Oct 26 2022 zhouwenpei - 2.74.2-2 - Rebuild for next release