From 4c05d213f296e3b39cd3d9b8950e3744fa326eddcb9fa9b631688283fa7aef1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 28 Feb 2020 21:58:36 +0000 Subject: [PATCH] Accepting request 779321 from home:iznogood:branches:GNOME:Factory New stable release OBS-URL: https://build.opensuse.org/request/show/779321 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=242 --- libsoup-2.68.3.tar.xz | 3 --- libsoup-2.68.4.tar.xz | 3 +++ libsoup.changes | 9 +++++++++ libsoup.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 libsoup-2.68.3.tar.xz create mode 100644 libsoup-2.68.4.tar.xz diff --git a/libsoup-2.68.3.tar.xz b/libsoup-2.68.3.tar.xz deleted file mode 100644 index c78a2c1..0000000 --- a/libsoup-2.68.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:534bb08e35b0ff3702f3adfde87d3441e27c12f9f5ec351f056fe04cba02bafb -size 1490920 diff --git a/libsoup-2.68.4.tar.xz b/libsoup-2.68.4.tar.xz new file mode 100644 index 0000000..1806e06 --- /dev/null +++ b/libsoup-2.68.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d50b12922cc516ab6a7c35844d42f9c8a331668bbdf139232743d82582b3294 +size 1489616 diff --git a/libsoup.changes b/libsoup.changes index 114efe8..4f6fc84 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 26 08:57:50 UTC 2020 - Bjørn Lie + +- Update to version 2.68.4: + + WebSockets: + - Ensure a new connection is created for WebSocket requests. + - Do not start the input source when IO is closing. + + build: Update glib requirement to 2.58. + ------------------------------------------------------------------- Sat Jan 25 14:17:25 UTC 2020 - Dominique Leuenberger diff --git a/libsoup.spec b/libsoup.spec index 44a6737..c418b33 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,7 +1,7 @@ # # spec file for package libsoup # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libsoup -Version: 2.68.3 +Version: 2.68.4 Release: 0 Summary: HTTP client/server library for GNOME License: LGPL-2.1-or-later @@ -32,9 +32,9 @@ BuildRequires: glib-networking BuildRequires: meson >= 0.50 BuildRequires: pkgconfig BuildRequires: translation-update-upstream -BuildRequires: pkgconfig(gio-2.0) >= 2.38.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.58.0 BuildRequires: pkgconfig(glib-2.0) >= 2.58.0 -BuildRequires: pkgconfig(gobject-2.0) >= 2.38.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.58.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5 BuildRequires: pkgconfig(gtk-doc) >= 1.20 BuildRequires: pkgconfig(krb5)