Accepting request 638532 from GNOME:Next

New stable rel

OBS-URL: https://build.opensuse.org/request/show/638532
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=218
This commit is contained in:
Dominique Leuenberger 2018-09-27 07:40:39 +00:00 committed by Git OBS Bridge
parent 1f772d95ac
commit 5a527e5140
4 changed files with 133 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Wed Sep 26 17:28:42 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.64.1:
+ Many fixes to the meson build system (which, by the way, is NOT
official yet).
+ Updated translations.
- Changes from version 2.64.0:
+ Many fixes to the meson build system.
+ Updated translations.
-------------------------------------------------------------------
Sun Sep 2 02:48:35 UTC 2018 - luc14n0@linuxmail.org
- Conditionalize meson use: it's currently providing wrong
capability leading to every package autodepending on
libsoup-2.4.so.1() capability to get "Unresolvable"
(glgo#GNOME/libsoup#9).
-------------------------------------------------------------------
Wed Aug 29 23:23:49 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.63.92:
+ Updated translations.
- Add:
+ meson BuildRequires and replace configure/make/make_install/\
make_check with meson/meson_build/meson_install/meson_test
macros to follow upstream's build system port to Meson.
+ libsoup-add-missing-po-meson_build.patch
(glgo#GNOME/libsoup#6).
- Drop no longer needed intltool BuildRequires: upstream migrated
to Gettext.
- Conditionalize build of API docs: they are currently failing
(glgo#GNOME/libsoup#8).
- Enable tests run to increase QA of package.
-------------------------------------------------------------------
Thu Aug 16 12:37:13 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.63.91:
+ Simplify soup_hosts_matches_host().
+ Add new tests for trailing dots in domain names.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 10 09:18:47 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.63.90:
+ Set default cookie path for NULL origins.
+ Fixes to GObject-introspection.
+ Use atomic-refcounting in classes that are not using
GObject-refcounting.
+ Many Coverity-found code fixes.
+ Bail out on cookie-jar calls with empty hostnames.
+ Fixes to the simple-httpd example.
-------------------------------------------------------------------
Fri Aug 10 09:01:14 UTC 2018 - bjorn.lie@gmail.com
@ -16,6 +72,40 @@ Fri Jul 20 19:16:31 UTC 2018 - mgorse@suse.com
- Add libsoup-boo1100097-empty-string.patch: fix crash when
handling empty hostnames (boo#1100097 CVE-2018-12910).
-------------------------------------------------------------------
Sun Jun 3 00:26:30 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.63.2:
+ Fix critical warning in SoupSocket.
+ Updated translations.
-------------------------------------------------------------------
Sun May 13 23:29:35 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.63.1:
+ Fix digest authentication with encoded URIs (bgo#794208).
+ Avoid unaligned memory accesses in WebSocket implementation
(bgo#794421).
+ Fix crash under soup_socket_new() (bgo#762138).
+ Use libpsl for the SoupTLD API instead of shipping a copy of
the public-suffix list (bgo#769650).
+ Introspection documentation fixes (bgo#795135).
+ Minor cleanups and fixes.
+ Updated translations.
- Add:
+ pkgconfig(libpsl) BuildRequires: new dependency.
+ pkgconfig(glib-2.0) BuildRequires to avoid implicit
dependencies.
- Drop:
+ glib-networking BuildRequires: this is actually a runtime
requirement only.
+ python3-base BuildRequires: aside from being an implicit
dependency, this is only required when using apache-httpd
configure option for using a python script to get the Apache
modules directories.
+ libsoup-SoupCookie-fix-instrospection-annotation.patch: fixed
upstream.
-------------------------------------------------------------------
Tue May 8 10:00:47 UTC 2018 - bjorn.lie@gmail.com

View File

@ -12,35 +12,46 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# 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
Version: 2.62.3
Version: 2.64.1
Release: 0
Summary: HTTP client/server library for GNOME
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/libsoup
Source: http://download.gnome.org/sources/libsoup/2.62/%{name}-%{version}.tar.xz
Source: https://download.gnome.org/sources/libsoup/2.64/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: glib-networking
BuildRequires: intltool >= 0.35.0
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
BuildRequires: pkgconfig(glib-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(libpsl) >= 0.20
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(vapigen)
# We do not need these dependencies needed only for tests.
#BuildRequires: apache2-mod_php5 php5-xmlrpc
%if %{with apidocs}
BuildRequires: pkgconfig(gtk-doc) >= 1.20
%endif
%description
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@ -113,20 +124,36 @@ Features:
%lang_package
%prep
%setup -q
%autosetup -p1
translation-update-upstream
%build
%configure\
%if %{with meson}
%meson \
-Dgssapi=true \
-Dkrb5_config='%{_libexecdir}/mit/bin/krb5-config' \
-Dvapi=true \
-Ddoc=%{?with_apidocs:true}%{!?with_apidocs:false}
%meson_build
%check
%meson_test
%else
%configure \
--disable-static \
--enable-introspection \
--with-gssapi \
--with-krb5-config=%{_libexecdir}/mit/bin/krb5-config
%make_build
%endif
%install
%if %{with meson}
%meson_install
%else
%make_install
rm %{buildroot}/%{_libdir}/*.*a
%endif
%find_lang %{name} %{?no_lang_C}
%post 2_4-1 -p /sbin/ldconfig
@ -147,7 +174,10 @@ rm %{buildroot}/%{_libdir}/*.*a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libsoup-gnome-2.4
%{_datadir}/gtk-doc/html/libsoup-2.4
%if %{with apidocs}
# Currently (2.63.91) failing with meson:
%doc %{_datadir}/gtk-doc/html/libsoup-2.4
%endif
%{_datadir}/gir-1.0/Soup-2.4.gir
%{_datadir}/gir-1.0/SoupGNOME-2.4.gir
%dir %{_datadir}/vala/vapi/