From 88f802e48bf56f763b3620f64cd19fc1bf748ed3f165026b4fbd40eef09a21e3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 12 Sep 2008 20:14:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=17 --- libsoup-2.23.91.tar.bz2 | 3 --- libsoup-2.23.92.tar.bz2 | 3 +++ libsoup.changes | 7 +++++++ libsoup.spec | 13 ++++++++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 libsoup-2.23.91.tar.bz2 create mode 100644 libsoup-2.23.92.tar.bz2 diff --git a/libsoup-2.23.91.tar.bz2 b/libsoup-2.23.91.tar.bz2 deleted file mode 100644 index 5dca670..0000000 --- a/libsoup-2.23.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:439bba71fe8975f3aa6224382089bd9f0f2819bf40f2e96b2b888cbc694bbf98 -size 641947 diff --git a/libsoup-2.23.92.tar.bz2 b/libsoup-2.23.92.tar.bz2 new file mode 100644 index 0000000..8f91bea --- /dev/null +++ b/libsoup-2.23.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a43e5f4fecddfb03b18d68307bb6b3983fd2e7f01b19ebecc185bec8144b0df +size 642440 diff --git a/libsoup.changes b/libsoup.changes index f4db4f3..8682941 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 12 00:51:39 CDT 2008 - maw@suse.de + +- Update to version 2.23.92: + + Fixed the handling of a 302 response to a HEAD request, which + should NOT be treated like a 303 response (bgo#551190). + ------------------------------------------------------------------- Tue Sep 02 09:28:21 CDT 2008 - mboman@novell.com diff --git a/libsoup.spec b/libsoup.spec index ceaa13f..03e8858 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.23.91) +# spec file for package libsoup (Version 2.23.92) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,17 @@ Name: libsoup -BuildRequires: glib2-devel gnutls-devel gtk-doc libxml2-devel +BuildRequires: glib2-devel +BuildRequires: gnutls-devel +BuildRequires: gtk-doc +BuildRequires: libxml2-devel # We do not need these dependencies needed only for tests. #BuildRequires: apache2-mod_php5 php5-xmlrpc License: LGPL v2.1 or later Group: Development/Libraries/GNOME AutoReqProv: on Summary: Simple Object Access Protocol (SOAP) -Version: 2.23.91 +Version: 2.23.92 Release: 1 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-UPSTREAM libsoup-334021-client-ssl-certs.patch bgo334021 -- client SSL certificate support @@ -183,6 +186,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup-2.4 %changelog +* Fri Sep 12 2008 maw@suse.de +- Update to version 2.23.92: + + Fixed the handling of a 302 response to a HEAD request, which + should NOT be treated like a 303 response (bgo#551190). * Tue Sep 02 2008 mboman@novell.com - Update to version 2.23.91: + Fixed a crash in gvfs [bgo#528882]