forked from pool/gupnp
Accepting request 921640 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 920961 from dimstar) OBS-URL: https://build.opensuse.org/request/show/921640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=67
This commit is contained in:
commit
aebe7cd04d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8441276f1afd0176e6f595026a3a507eed1809abfa04026bad3f21622b3523ec
|
|
||||||
size 142928
|
|
3
gupnp-1.4.0.tar.xz
Normal file
3
gupnp-1.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:590ffb02b84da2a1aec68fd534bc40af1b37dd3f6223f9d1577fc48ab48be36f
|
||||||
|
size 152568
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 20 11:27:43 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <yfjiang@suse.com>
|
Mon Aug 2 01:10:16 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
10
gupnp.spec
10
gupnp.spec
@ -21,23 +21,23 @@
|
|||||||
%define sover 1.2
|
%define sover 1.2
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.2.7
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://www.gupnp.org/
|
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
|
Source1: baselibs.conf
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.54.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.66
|
BuildRequires: pkgconfig(gio-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.66
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
|
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(libsoup-2.4) >= 2.48.0
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
@ -113,7 +113,7 @@ sed -i 's|env python3|python3|' tools/gupnp-binding-tool-1.2
|
|||||||
|
|
||||||
%files -n libgupnp-%{soname}
|
%files -n libgupnp-%{soname}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-GUPnP-1_0
|
%files -n typelib-1_0-GUPnP-1_0
|
||||||
|
Loading…
Reference in New Issue
Block a user