forked from pool/libsoup
This commit is contained in:
parent
2198c6a93d
commit
88f802e48b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:439bba71fe8975f3aa6224382089bd9f0f2819bf40f2e96b2b888cbc694bbf98
|
|
||||||
size 641947
|
|
3
libsoup-2.23.92.tar.bz2
Normal file
3
libsoup-2.23.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a43e5f4fecddfb03b18d68307bb6b3983fd2e7f01b19ebecc185bec8144b0df
|
||||||
|
size 642440
|
@ -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
|
Tue Sep 02 09:28:21 CDT 2008 - mboman@novell.com
|
||||||
|
|
||||||
|
13
libsoup.spec
13
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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,14 +19,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsoup
|
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.
|
# We do not need these dependencies needed only for tests.
|
||||||
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Simple Object Access Protocol (SOAP)
|
Summary: Simple Object Access Protocol (SOAP)
|
||||||
Version: 2.23.91
|
Version: 2.23.92
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
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
|
# 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
|
%{_datadir}/gtk-doc/html/libsoup-2.4
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 02 2008 mboman@novell.com
|
||||||
- Update to version 2.23.91:
|
- Update to version 2.23.91:
|
||||||
+ Fixed a crash in gvfs [bgo#528882]
|
+ Fixed a crash in gvfs [bgo#528882]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user