OBS User unknown 2009-02-12 20:54:13 +00:00 committed by Git OBS Bridge
parent 026231a502
commit 6e0e3d8326
4 changed files with 33 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99feb91ab9b6509e69b6ca1010de232f7791c3d409d6403e9a167cf0c74399b7
size 713430

3
libsoup-2.25.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b51b0ce360c09d89424bc56021ed05ee5ef2aa94dea1d404892813481ade2bbc
size 712574

View File

@ -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

View File

@ -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