From df2f9c5d8d2de12978cae716c4fbf6b6fcbca1afca47731ce02f3d093a637638 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:25:15 +0000 Subject: [PATCH] Accepting request 920961 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920961 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=119 --- gupnp-1.2.7.tar.xz | 3 --- gupnp-1.4.0.tar.xz | 3 +++ gupnp.changes | 23 +++++++++++++++++++++++ gupnp.spec | 10 +++++----- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 gupnp-1.2.7.tar.xz create mode 100644 gupnp-1.4.0.tar.xz diff --git a/gupnp-1.2.7.tar.xz b/gupnp-1.2.7.tar.xz deleted file mode 100644 index adf1832..0000000 --- a/gupnp-1.2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8441276f1afd0176e6f595026a3a507eed1809abfa04026bad3f21622b3523ec -size 142928 diff --git a/gupnp-1.4.0.tar.xz b/gupnp-1.4.0.tar.xz new file mode 100644 index 0000000..272d509 --- /dev/null +++ b/gupnp-1.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590ffb02b84da2a1aec68fd534bc40af1b37dd3f6223f9d1577fc48ab48be36f +size 152568 diff --git a/gupnp.changes b/gupnp.changes index 968a7ae..c918891 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Sep 20 11:27:43 UTC 2021 - Dominique Leuenberger + +- Update to version 1.4.0: + + Fix fallback option for GSSDP dependency. + + Linux CM: Fix address family filtering. + + Linux CM: Fix a typo. +- Changes from version 1.3.1: + + Add ContextFilter class, deprecate WhiteList. + + Fix several reference leaks. + + Fix broken boot-id logic. +Changes from version 1.3.0: + + Service: name Tasks. + + Doc: Some grammaer fixes. + + Dead and deprecated code clean-up. + + Move tests that are actually examples into examples. + + Move tests from gtest to test. + + Doc: General clean-up. + + Fix some introspection annotations. + + Build: Make gupnp usable as a subproject (more or less). + + Make it possible to re-use a ServiceProxyAction. + + Service: Validate "Host" header for GENA actions. + ------------------------------------------------------------------- Mon Aug 2 01:10:16 UTC 2021 - Yifan Jiang diff --git a/gupnp.spec b/gupnp.spec index 120ed90..bd13638 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -21,23 +21,23 @@ %define sover 1.2 Name: gupnp -Version: 1.2.7 +Version: 1.4.0 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: http://www.gupnp.org/ -Source0: https://download.gnome.org/sources/gupnp/1.2/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gupnp/1.4/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: gtk-doc -BuildRequires: meson +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.66 BuildRequires: pkgconfig(glib-2.0) >= 2.66 BuildRequires: pkgconfig(gmodule-2.0) >= 2.66 BuildRequires: pkgconfig(gobject-2.0) >= 2.66 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4 -BuildRequires: pkgconfig(gssdp-1.2) >= 1.2.3 +BuildRequires: pkgconfig(gssdp-1.2) >= 1.3.0 BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(uuid) @@ -113,7 +113,7 @@ sed -i 's|env python3|python3|' tools/gupnp-binding-tool-1.2 %files -n libgupnp-%{soname} %license COPYING -%doc AUTHORS NEWS README +%doc AUTHORS NEWS %{_libdir}/*.so.* %files -n typelib-1_0-GUPnP-1_0