From 6e0e3d832692bf974e936f5b71a63b183db84b2f00c879338f6356c47a999f4e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 12 Feb 2009 20:54:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=22 --- libsoup-2.25.4.tar.bz2 | 3 --- libsoup-2.25.5.tar.bz2 | 3 +++ libsoup.changes | 15 +++++++++++++++ libsoup.spec | 18 +++++++++++++++--- 4 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 libsoup-2.25.4.tar.bz2 create mode 100644 libsoup-2.25.5.tar.bz2 diff --git a/libsoup-2.25.4.tar.bz2 b/libsoup-2.25.4.tar.bz2 deleted file mode 100644 index 07857eb..0000000 --- a/libsoup-2.25.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99feb91ab9b6509e69b6ca1010de232f7791c3d409d6403e9a167cf0c74399b7 -size 713430 diff --git a/libsoup-2.25.5.tar.bz2 b/libsoup-2.25.5.tar.bz2 new file mode 100644 index 0000000..d33cea9 --- /dev/null +++ b/libsoup-2.25.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51b0ce360c09d89424bc56021ed05ee5ef2aa94dea1d404892813481ade2bbc +size 712574 diff --git a/libsoup.changes b/libsoup.changes index 0df9860..5e33387 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Feb 5 12:38:59 CET 2009 - vuntz@novell.com + +- Update to version 2.25.5: + + SoupProxyResolverGConf (which was incomplete) is gone, and + libsoup-gnome now requires libproxy. + + Fixed a bug in SoupCookieJar that was making it send "Cookie: + (null)" when it had no cookies for a site, which confused some + web servers. + + Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and + soup_message_body_set_accumulate(FALSE). + + Fixed the build with non-gcc compilers +- BuildRequires libproxy-devel. +- Remove gconf2-devel BuildRequires. + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/libsoup.spec b/libsoup.spec index e99ce8b..f498c46 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.25.4) +# spec file for package libsoup (Version 2.25.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,9 +20,9 @@ Name: libsoup BuildRequires: glib2-devel -BuildRequires: gconf2-devel BuildRequires: gnutls-devel BuildRequires: gtk-doc +BuildRequires: libproxy-devel BuildRequires: libxml2-devel BuildRequires: sqlite3-devel # We do not need these dependencies needed only for tests. @@ -36,7 +36,7 @@ Obsoletes: libsoup-64bit %endif # Summary: Simple Object Access Protocol (SOAP) -Version: 2.25.4 +Version: 2.25.5 Release: 1 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org @@ -200,6 +200,18 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup-2.4 %changelog +* Thu Feb 05 2009 vuntz@novell.com +- Update to version 2.25.5: + + SoupProxyResolverGConf (which was incomplete) is gone, and + libsoup-gnome now requires libproxy. + + Fixed a bug in SoupCookieJar that was making it send "Cookie: + (null)" when it had no cookies for a site, which confused some + web servers. + + Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and + soup_message_body_set_accumulate(FALSE). + + Fixed the build with non-gcc compilers +- BuildRequires libproxy-devel. +- Remove gconf2-devel BuildRequires. * Wed Jan 07 2009 olh@suse.de - obsolete old -XXbit packages (bnc#437293) * Tue Jan 06 2009 mboman@suse.de