forked from pool/libsoup
Accepting request 687804 from GNOME:Next
New stable branch OBS-URL: https://build.opensuse.org/request/show/687804 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=222
This commit is contained in:
parent
abc02827e9
commit
acb630b1f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75ddc194a5b1d6f25033bb9d355f04bfe5c03e0e1c71ed0774104457b3a786c6
|
|
||||||
size 1793440
|
|
3
libsoup-2.66.0.tar.xz
Normal file
3
libsoup-2.66.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:51adc2ad6c8c670cf6339fcfa88190a3b58135a9cddd21f623a0f80fdb9c8921
|
||||||
|
size 1448380
|
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 08:08:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.66.0:
|
||||||
|
+ Fix lookup for libxml2 on Visual Studio builds.
|
||||||
|
- Add meson_test macro in check section, run tests during build.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 09:20:22 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.65.92:
|
||||||
|
+ SoupConnection: Fix check for remote disconnectin idle state.
|
||||||
|
+ Code cleanups and warnings fixed.
|
||||||
|
+ Remove stale .pc.in files.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 19:44:58 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.65.91:
|
||||||
|
+ Remove RFCs from sources.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 13 23:52:54 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.65.90:
|
||||||
|
+ Avoid using threads in SoupRequestFile asynchronous API.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 6 22:01:59 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Fix translation-update-upstream call, needed after update of
|
||||||
|
translation-update-upstream in distro.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 21 11:42:39 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.65.2:
|
||||||
|
+ Remove autotools build system and change to meson by default.
|
||||||
|
+ Many fixes to Meson.
|
||||||
|
+ Improvements to the continuous integration infrastructure
|
||||||
|
+ Make sure SoupSession features are not disposed until all
|
||||||
|
pending messages are processed.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 22:41:48 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.65.1:
|
||||||
|
+ Added MTLMv2 responses support.
|
||||||
|
+ Many fixes to the meson build system.
|
||||||
|
+ Remove Visual Studio project files.
|
||||||
|
+ Enable VAPI by default.
|
||||||
|
+ New strict header field parameter parsing API.
|
||||||
|
+ Code cleanups.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop meson and apidocs beconds and conditionals, fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 24 09:46:19 UTC 2018 - bjorn.lie@gmail.com
|
Wed Oct 24 09:46:19 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
42
libsoup.spec
42
libsoup.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsoup
|
# spec file for package libsoup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,24 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Meson is currently (2.63.92) generating wrong capability provision,
|
|
||||||
# libsoup-2.4.so.0() when libsop-2.4.so.1() is expected,
|
|
||||||
# see https://gitlab.gnome.org/GNOME/libsoup/issues/9
|
|
||||||
%bcond_with meson
|
|
||||||
# API docs are currently (2.63.91) failing with meson,
|
|
||||||
# see https://gitlab.gnome.org/GNOME/libsoup/issues/8, the issue is
|
|
||||||
# fixed already. At next released tarball remove this conditional and
|
|
||||||
# enable docs.
|
|
||||||
%bcond_without apidocs
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Version: 2.64.2
|
Version: 2.66.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/libsoup
|
URL: https://wiki.gnome.org/Projects/libsoup
|
||||||
Source: https://download.gnome.org/sources/libsoup/2.64/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/libsoup/2.66/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -42,6 +34,7 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
|
||||||
|
BuildRequires: pkgconfig(gtk-doc) >= 1.20
|
||||||
BuildRequires: pkgconfig(krb5)
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(libpsl) >= 0.20
|
BuildRequires: pkgconfig(libpsl) >= 0.20
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
@ -49,9 +42,6 @@ BuildRequires: pkgconfig(sqlite3)
|
|||||||
BuildRequires: pkgconfig(vapigen)
|
BuildRequires: pkgconfig(vapigen)
|
||||||
# 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
|
||||||
%if %{with apidocs}
|
|
||||||
BuildRequires: pkgconfig(gtk-doc) >= 1.20
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
|
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
|
||||||
@ -125,35 +115,22 @@ Features:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
translation-update-upstream
|
translation-update-upstream po libsoup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with meson}
|
|
||||||
%meson \
|
%meson \
|
||||||
-Dgssapi=true \
|
-Dgssapi=true \
|
||||||
-Dkrb5_config='%{_libexecdir}/mit/bin/krb5-config' \
|
-Dkrb5_config='%{_libexecdir}/mit/bin/krb5-config' \
|
||||||
-Dvapi=true \
|
-Dvapi=true \
|
||||||
-Ddoc=%{?with_apidocs:true}%{!?with_apidocs:false}
|
-Ddoc=true \
|
||||||
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
%else
|
|
||||||
%configure \
|
|
||||||
--disable-static \
|
|
||||||
--enable-introspection \
|
|
||||||
--with-gssapi \
|
|
||||||
--with-krb5-config=%{_libexecdir}/mit/bin/krb5-config
|
|
||||||
%make_build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if %{with meson}
|
|
||||||
%meson_install
|
%meson_install
|
||||||
%else
|
|
||||||
%make_install
|
|
||||||
rm %{buildroot}/%{_libdir}/*.*a
|
|
||||||
%endif
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%post 2_4-1 -p /sbin/ldconfig
|
%post 2_4-1 -p /sbin/ldconfig
|
||||||
@ -174,10 +151,7 @@ rm %{buildroot}/%{_libdir}/*.*a
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/libsoup-gnome-2.4
|
%{_includedir}/libsoup-gnome-2.4
|
||||||
%if %{with apidocs}
|
|
||||||
# Currently (2.63.91) failing with meson:
|
|
||||||
%doc %{_datadir}/gtk-doc/html/libsoup-2.4
|
%doc %{_datadir}/gtk-doc/html/libsoup-2.4
|
||||||
%endif
|
|
||||||
%{_datadir}/gir-1.0/Soup-2.4.gir
|
%{_datadir}/gir-1.0/Soup-2.4.gir
|
||||||
%{_datadir}/gir-1.0/SoupGNOME-2.4.gir
|
%{_datadir}/gir-1.0/SoupGNOME-2.4.gir
|
||||||
%dir %{_datadir}/vala/vapi/
|
%dir %{_datadir}/vala/vapi/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user