diff --git a/libsoup-2.50.0.tar.xz b/libsoup-2.50.0.tar.xz deleted file mode 100644 index 49a570a..0000000 --- a/libsoup-2.50.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b -size 1755052 diff --git a/libsoup-2.51.90.tar.xz b/libsoup-2.51.90.tar.xz new file mode 100644 index 0000000..74103d8 --- /dev/null +++ b/libsoup-2.51.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7292fbbab80c5afb45bca0736cca0ed77faf187e3614b19735173d0c6229897c +size 1760808 diff --git a/libsoup.changes b/libsoup.changes index dd07602..e42f8ad 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Aug 17 17:37:55 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.51.90: + + Added a new GVariant-based XMLRPC API, and deprecated the old + GValue-based API (along with the associated GValue-manipulating + utilities) (bgo#746495). + + Multiple build fixes for Visual Studio (bgo#752952). + + Added VAPI generation (bgo#750679). + + Fixed the mode bits on soup-cookie.c, which was previously + marked executable for some reason (rh#1247285). + + Updated translations. +- Add pkgconfig(vapigen) BuildRequires: New dependency. + +------------------------------------------------------------------- +Fri Jun 26 09:04:48 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.51.3: + + Fixed "make check" in non-English locales (rh#1224989, + bgo#749397). + + Fixed some compiler warnings (bgo#748514). + + Updated translations. + ------------------------------------------------------------------- Mon Mar 23 14:26:08 UTC 2015 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 95119df..90fd70a 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,10 +20,10 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.50.0 +Version: 2.51.90 Release: 0 Url: http://www.gnome.org -Source: http://download.gnome.org/sources/libsoup/2.50/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsoup/2.51/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: glib-networking BuildRequires: glib2-devel >= 2.38.0 @@ -33,6 +33,7 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: libxml2-devel BuildRequires: translation-update-upstream BuildRequires: pkgconfig(sqlite3) +BuildRequires: pkgconfig(vapigen) # We do not need these dependencies needed only for tests. #BuildRequires: apache2-mod_php5 php5-xmlrpc BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -159,5 +160,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup-2.4 %{_datadir}/gir-1.0/Soup-2.4.gir %{_datadir}/gir-1.0/SoupGNOME-2.4.gir +%dir %{_datadir}/vala/vapi/ +%{_datadir}/vala/vapi/libsoup-2.4.vapi %changelog