From 55212fc1747cfb0b9acf6811b3034785b38dbc6a705ec2b188e56d6a2e7f224c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 7 Nov 2014 08:16:25 +0000 Subject: [PATCH 1/3] - BuildIgnore brp-extract-appdata: As this package is not desktop relevant, we can do without brp-extract-appdata. This helps a great deal in bootstrapping (brp-extract-appdata > appstream-glib > libsoup). OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=154 --- libsoup.changes | 8 ++++++++ libsoup.spec | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/libsoup.changes b/libsoup.changes index 344ae14..256db07 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 7 08:11:02 UTC 2014 - dimstar@opensuse.org + +- BuildIgnore brp-extract-appdata: As this package is not desktop + relevant, we can do without brp-extract-appdata. This helps a + great deal in bootstrapping (brp-extract-appdata > appstream-glib + > libsoup). + ------------------------------------------------------------------- Tue Sep 23 09:42:20 UTC 2014 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index adf3506..97f90b5 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -35,6 +35,11 @@ BuildRequires: translation-update-upstream BuildRequires: pkgconfig(sqlite3) # We do not need these dependencies needed only for tests. #BuildRequires: apache2-mod_php5 php5-xmlrpc +# As this packae is not desktop relevant, we can do without +# brp-extract-appdata. This helps a great deal in +# bootstrapping: brp-extract-appdata requires appstream-glib which +# in turn requires libsoup to build. +#!BuildIgnore: brp-extract-appdata BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 4e1e6476ee0f5293b7a844d7ebf9fc7c26c4c6b864e9c0b5a88741de3a78f344 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 13 Nov 2014 23:30:52 +0000 Subject: [PATCH 2/3] Accepting request 261385 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/261385 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=155 --- libsoup.changes | 8 -------- libsoup.spec | 5 ----- 2 files changed, 13 deletions(-) diff --git a/libsoup.changes b/libsoup.changes index 256db07..344ae14 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -Fri Nov 7 08:11:02 UTC 2014 - dimstar@opensuse.org - -- BuildIgnore brp-extract-appdata: As this package is not desktop - relevant, we can do without brp-extract-appdata. This helps a - great deal in bootstrapping (brp-extract-appdata > appstream-glib - > libsoup). - ------------------------------------------------------------------- Tue Sep 23 09:42:20 UTC 2014 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 97f90b5..adf3506 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -35,11 +35,6 @@ BuildRequires: translation-update-upstream BuildRequires: pkgconfig(sqlite3) # We do not need these dependencies needed only for tests. #BuildRequires: apache2-mod_php5 php5-xmlrpc -# As this packae is not desktop relevant, we can do without -# brp-extract-appdata. This helps a great deal in -# bootstrapping: brp-extract-appdata requires appstream-glib which -# in turn requires libsoup to build. -#!BuildIgnore: brp-extract-appdata BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 7e5689bdcea78e7637e4b8a5fbd404d1cf61d06e720e104f3dc766f0e6b912c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 18 Dec 2014 08:55:41 +0000 Subject: [PATCH 3/3] Accepting request 265599 from home:Zaitor:branches:GNOME:Factory - Update to version 2.48.1: + Fixed a bug in the SoupMessage:event signal that broke evolution's ability to connect to https hosts with "bad" certificates (bgo#739951). + Fixed a case where the async codepaths could potentially block on a synchronous write (bgo#727138). + Fixed the symbol soup_server_set_ssl_cert_file() to get exported, and added soup_server_get_uris() to the documentation. + Improved a bunch of introspection annotations (bgo#729987). + Clarified some documentation. + Fixed Windows build, twice (bgo#738003, bgo#738551). + Updated translations. OBS-URL: https://build.opensuse.org/request/show/265599 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=156 --- libsoup-2.48.0.tar.xz | 3 --- libsoup-2.48.1.tar.xz | 3 +++ libsoup.changes | 17 +++++++++++++++++ libsoup.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 libsoup-2.48.0.tar.xz create mode 100644 libsoup-2.48.1.tar.xz diff --git a/libsoup-2.48.0.tar.xz b/libsoup-2.48.0.tar.xz deleted file mode 100644 index 6c2f660..0000000 --- a/libsoup-2.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784 -size 1709072 diff --git a/libsoup-2.48.1.tar.xz b/libsoup-2.48.1.tar.xz new file mode 100644 index 0000000..1ee716f --- /dev/null +++ b/libsoup-2.48.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0d14b36e36a3131a06c6e3aa7245716e6904e3e636df81c0b6c8bd3f646f9a +size 1707612 diff --git a/libsoup.changes b/libsoup.changes index 344ae14..45c3005 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Dec 17 17:44:18 UTC 2014 - zaitor@opensuse.org + +- Update to version 2.48.1: + + Fixed a bug in the SoupMessage:event signal that broke + evolution's ability to connect to https hosts with "bad" + certificates (bgo#739951). + + Fixed a case where the async codepaths could potentially + block on a synchronous write (bgo#727138). + + Fixed the symbol soup_server_set_ssl_cert_file() to get + exported, and added soup_server_get_uris() to the + documentation. + + Improved a bunch of introspection annotations (bgo#729987). + + Clarified some documentation. + + Fixed Windows build, twice (bgo#738003, bgo#738551). + + Updated translations. + ------------------------------------------------------------------- Tue Sep 23 09:42:20 UTC 2014 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index adf3506..8df17d3 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.48.0 +Version: 2.48.1 Release: 0 Url: http://www.gnome.org Source: http://download.gnome.org/sources/libsoup/2.48/%{name}-%{version}.tar.xz