Accepting request 329032 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/329032
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=161
This commit is contained in:
Dominique Leuenberger 2015-09-04 11:32:21 +00:00 committed by Git OBS Bridge
parent a57b9c76f0
commit 8253d28f05
4 changed files with 31 additions and 5 deletions

View File

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

3
libsoup-2.51.90.tar.xz Normal file
View File

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

View File

@ -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

View File

@ -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