forked from pool/libsoup
Accepting request 105139 from GNOME:Factory
Pushing most G:F bits OBS-URL: https://build.opensuse.org/request/show/105139 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=59
This commit is contained in:
commit
71fa707866
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e99e7c7a13f45a108adcf5562473b46bc6e2115458460467a2d89683a38f7d86
|
|
||||||
size 618056
|
|
3
libsoup-2.37.5.1.tar.xz
Normal file
3
libsoup-2.37.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:044e4e307c5487c2ed7b59b31606bf5903685828b9a8193e8181cefd216d4d87
|
||||||
|
size 621440
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 15:21:39 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.37.5.1:
|
||||||
|
+ Replace some of the newly-added SoupURI g_return_if_fail()s
|
||||||
|
with g_warn_if_fail()s. Although it had always been documented
|
||||||
|
that SoupURIs must have a non-NULL path, most functions treated
|
||||||
|
NULL the same as "", and various apps (eg, rhythmbox, midori)
|
||||||
|
were accidentally relying on this.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 7 07:39:42 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.37.5:
|
||||||
|
+ Fixed a bug in SoupSession:use-thread-context.
|
||||||
|
+ Fixed the case of cancelling a message from
|
||||||
|
SoupSession::request-started [bgo#668098]
|
||||||
|
+ Fixed a crash in epiphany when loading a page with more than
|
||||||
|
1000 or so images. [bgo#668508]
|
||||||
|
+ Fixed a bunch of cases involving invalid URLs found while
|
||||||
|
testing SoupServer against an HTTP protocol fuzzer. Also fixed
|
||||||
|
up some documentation/annotations and added some new test
|
||||||
|
cases. [bgo#667637]
|
||||||
|
+ Fixed SoupRequestFile to work on Windows.
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 17 07:12:34 UTC 2012 - vuntz@opensuse.org
|
Tue Jan 17 07:12:34 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -15,12 +15,11 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Version: 2.37.4
|
Version: 2.37.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
|
||||||
@ -32,8 +31,6 @@ BuildRequires: gtk-doc
|
|||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
||||||
BuildRequires: xz
|
|
||||||
# We do not need these dependencies needed only for tests.
|
# We do not need these dependencies needed only for tests.
|
||||||
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user