Accepting request 43311 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/libsoup via accept of submit request 43311 revision 7.
Request was accepted with message:
thanks, small tweak coming

OBS-URL: https://build.opensuse.org/request/show/43311
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=60
This commit is contained in:
Vincent Untz 2010-07-22 12:43:40 +00:00 committed by Git OBS Bridge
parent 38a06445bc
commit bcb04271cf
4 changed files with 52 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jul 6 08:21:34 CEST 2010 - dimstar@opensuse.org
- Update to version 2.31.2:
+ bgo#576595: gobject-introspection has now been merged in
+ bgo#617216: Marked SoupSession abstract
+ bgo#618641: Fixed a problem with SoupSessionAsync that would
cause messages to get lost if you aborted a previous message
while it was still looking up the hostname
+ bgo#615535: Fixed another connecting-to-lame-http-server
problem.
- BuildRequire gobject-introspection-devel and pass
--enable-introspection to %configure.
-------------------------------------------------------------------
Thu Apr 29 14:31:40 CEST 2010 - dimstar@opensuse.org
- Update to version 2.30.1:
+ bgo#611663 - Fix for https through proxies that close the
connection when returning a "407 Proxy Authentication Required"
response, and add a regression test for that case.
+ bgo#614176 - Don't quote the multipart boundary string if it's
not needed, since RFC 2616 recommends that you don't, and some
servers don't handle quotes there correctly
+ bgo#614183 - Don't put an extra blank line before the first
multipart part, since it's unnecessary and some servers don't
handle a multipart preamble correctly.
+ bgo#614198 - Don't put Content-Transfer-Encoding headers in the
multipart/form-data parts, even though the HTML 4 spec says you
must, since no other browsers do, and some servers don't handle
them correctly.
+ bgo#615711 - Changed SoupCookieJarSqlite to actually erase
deleted cookies from the database.
+ bgo#611663 - Fixed SoupLogger to be more robust against getting
passed bad data by the session.
+ Fixed SoupAuthDomain to ignore paths when doing proxy auth
+ bgo#613442 - Fixed a g_warning when hovering over a javascript
link in WebKit.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 30 00:39:13 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package libsoup (Version 2.30.0)
# spec file for package libsoup (Version 2.31.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,6 +24,7 @@ BuildRequires: glib2-devel
BuildRequires: gnutls-devel
BuildRequires: gtk-doc
BuildRequires: libgnome-keyring-devel
BuildRequires: gobject-introspection-devel
BuildRequires: libproxy-devel
BuildRequires: libxml2-devel
BuildRequires: sqlite3-devel
@ -37,7 +38,7 @@ Obsoletes: libsoup-64bit
%endif
#
Summary: HTTP client/server library for GNOME
Version: 2.30.0
Version: 2.31.2
Release: 1
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
@ -114,7 +115,8 @@ Features:
%build
%configure\
--disable-static
--disable-static \
--enable-introspection
make %{?jobs:-j%jobs}
%install
@ -132,6 +134,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%doc README COPYING NEWS AUTHORS
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/Soup-2.4.typelib
%{_libdir}/girepository-1.0/SoupGNOME-2.4.typelib
%files devel
%defattr(-,root,root)
@ -140,5 +144,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libsoup-gnome-2.4
%{_datadir}/gtk-doc/html/libsoup-2.4
%{_datadir}/gir-1.0/Soup-2.4.gir
%{_datadir}/gir-1.0/SoupGNOME-2.4.gir
%changelog