Accepting request 537837 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/537837
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=197
This commit is contained in:
Dominique Leuenberger 2017-11-01 12:07:59 +00:00 committed by Git OBS Bridge
parent 207a2635cb
commit 402d2df758
4 changed files with 34 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 27 23:42:49 UTC 2017 - luc14n0@linuxmail.org
- Update to version 2.60.2:
+ Fix documentation typos (bgo#788920).
+ format-zero-length warning triggered in soup-logger.c
(bgo#789096).
+ Warnings while generating inrospection files
(bgo#789099).
+ Updated translations.
- Add conditional use for translation-update-upstream: suse-only
requirement.
- Update Url to https://wiki.gnome.org/Projects/libsoup: current
libsoup's project web page.
- Run spec-cleaner -p to get respectives pkgconfig(*): gio-2.0,
gobject-2.0, gobject-introspection-1.0, gtk-doc and libxml-2.0.
-------------------------------------------------------------------
Wed Oct 11 18:46:06 UTC 2017 - luc14n0@linuxmail.org

View File

@ -20,21 +20,24 @@ Name: libsoup
Summary: HTTP client/server library for GNOME
License: LGPL-2.1+
Group: Development/Libraries/GNOME
Version: 2.60.1
Version: 2.60.2
Release: 0
Url: https://wiki.gnome.org/LibSoup
Url: https://wiki.gnome.org/Projects/libsoup
Source: https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: glib-networking
BuildRequires: glib2-devel >= 2.38.0
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.35.0
BuildRequires: libxml2-devel
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.38.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires: pkgconfig(gtk-doc) >= 1.20
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(vapigen)
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
# We do not need these dependencies needed only for tests.
#BuildRequires: apache2-mod_php5 php5-xmlrpc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,7 +69,6 @@ Obsoletes: %{name} < %{version}
%ifarch ppc64
Obsoletes: libsoup-64bit
%endif
#
%description 2_4-1
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@ -102,7 +104,6 @@ Obsoletes: %{name}-doc < %{version}
%ifarch ppc64
Obsoletes: libsoup-devel-64bit
%endif
#
%description devel
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@ -120,7 +121,9 @@ Features:
%lang_package
%prep
%setup -q
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure\
@ -132,11 +135,11 @@ make %{?_smp_mflags}
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
rm %{buildroot}/%{_libdir}/*.*a
%find_lang %{name} %{?no_lang_C}
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%post 2_4-1 -p /sbin/ldconfig