From 52f4c54122bfbf43494917aaee20fd5718eb7f66b93e1098c2ea689a668fde3d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 22 Jun 2008 01:35:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=14 --- libsoup-2.23.1.tar.bz2 | 3 +++ libsoup-2.4.1.tar.bz2 | 3 --- libsoup.changes | 15 +++++++++++++++ libsoup.spec | 18 +++++++++++++++--- 4 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 libsoup-2.23.1.tar.bz2 delete mode 100644 libsoup-2.4.1.tar.bz2 diff --git a/libsoup-2.23.1.tar.bz2 b/libsoup-2.23.1.tar.bz2 new file mode 100644 index 0000000..727579e --- /dev/null +++ b/libsoup-2.23.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0864dbc8af1a520de8ed24386209a81c79f6a96cc166ee60934ce0c677d8427b +size 638829 diff --git a/libsoup-2.4.1.tar.bz2 b/libsoup-2.4.1.tar.bz2 deleted file mode 100644 index b9b3eee..0000000 --- a/libsoup-2.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:774094746748fb0c8985210de0994accdc7095c222fba42c5623e2137443b6cd -size 627890 diff --git a/libsoup.changes b/libsoup.changes index 13e3efe..b7445ae 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jun 16 20:44:40 CEST 2008 - maw@suse.de + +- Update to version 2.23.1: + + This is the first unstable release leading up to GNOME 2.24; + the large version number bump is so that libsoup's version + matches that of GNOME at large, but note that the API version + is still "2.4", meaning that it is still referred to as + "libsoup-2.4" when using pkg-config + + Added SoupSessionFeature, an interface type that will be + used for several new features. Ported SoupLogger and + SoupAuthManager to use it + + Added SoupCookie and SoupCookieJar; this API is already being + used in Epiphany, via WebKit, but it is not yet complete. + ------------------------------------------------------------------- Tue Apr 29 17:47:13 CEST 2008 - cthiel@suse.de diff --git a/libsoup.spec b/libsoup.spec index 48da858..61ba61f 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.4.1) +# spec file for package libsoup (Version 2.23.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,8 +19,8 @@ License: LGPL v2.1 or later Group: Development/Libraries/GNOME AutoReqProv: on Summary: Simple Object Access Protocol (SOAP) -Version: 2.4.1 -Release: 6 +Version: 2.23.1 +Release: 1 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 Patch0: libsoup-334021-client-ssl-certs.patch @@ -176,6 +176,18 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup-2.4 %changelog +* Mon Jun 16 2008 maw@suse.de +- Update to version 2.23.1: + + This is the first unstable release leading up to GNOME 2.24; + the large version number bump is so that libsoup's version + matches that of GNOME at large, but note that the API version + is still "2.4", meaning that it is still referred to as + "libsoup-2.4" when using pkg-config + + Added SoupSessionFeature, an interface type that will be + used for several new features. Ported SoupLogger and + SoupAuthManager to use it + + Added SoupCookie and SoupCookieJar; this API is already being + used in Epiphany, via WebKit, but it is not yet complete. * Tue Apr 29 2008 cthiel@suse.de - obsolete libsoup- via baselibs.conf * Mon Apr 21 2008 maw@suse.de