forked from pool/gupnp
Accepting request 945282 from GNOME:Factory
New stable release (forwarded request 944903 from iznogood) OBS-URL: https://build.opensuse.org/request/show/945282 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=70
This commit is contained in:
commit
564cf627bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:899196b5e66f03b8e25f046a7a658cd2a6851becb83f2d55345ab3281655dc0c
|
|
||||||
size 152964
|
|
3
gupnp-1.4.2.tar.xz
Normal file
3
gupnp-1.4.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bcad92f2ee09d02f55e0f6ea480c475ed8a7523529263f7ce28013d3c263bacc
|
||||||
|
size 154636
|
10
gupnp-build-man-pages.patch
Normal file
10
gupnp-build-man-pages.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- orig-gupnp-1.4.2/doc/meson.build 2022-01-08 11:01:21.196516000 +0100
|
||||||
|
+++ gupnp-1.4.2/doc/meson.build 2022-01-08 13:13:33.498056150 +0100
|
||||||
|
@@ -66,7 +66,6 @@
|
||||||
|
xsltproc,
|
||||||
|
xlstproc_flags,
|
||||||
|
'--noout',
|
||||||
|
- '--nowrite',
|
||||||
|
stylesheet,
|
||||||
|
'gupnp-binding-tool.xml'
|
||||||
|
]
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 8 11:59:42 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.2:
|
||||||
|
+ Context: Fix a memory leak if ACL was used
|
||||||
|
+ RootDevice: Deprecate get_relative_location call
|
||||||
|
+ RootDevice, Device & Service: Fix use-after-free if Service
|
||||||
|
lives longer than RootDevice
|
||||||
|
+ Service: Declare _valist functions deprecated
|
||||||
|
+ ServiceAction: Deprecate _return() call
|
||||||
|
+ ServiceProxy:
|
||||||
|
- Fix re-queueing the message if POST fails
|
||||||
|
- Fix double-free on ProxyAction
|
||||||
|
+ ServiceProxyAction: add _set() to the public API
|
||||||
|
+ ControlPoint: Deprecate get_context() call
|
||||||
|
+ Doc:
|
||||||
|
- Add missing ContextFilter description
|
||||||
|
- Add note regarding ACL and host_path()
|
||||||
|
- Add note regarding error handling of call API
|
||||||
|
- Add gupnp-build-man-pages.patch: Build and install the manpage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 6 17:58:26 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Dec 6 17:58:26 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp
|
# spec file for package gupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define sover 1.2
|
%define sover 1.2
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
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
|
||||||
@ -29,6 +29,9 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: https://download.gnome.org/sources/gupnp/1.4/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gupnp/1.4/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
# PATCH-FIX-UPSTREAM gupnp-build-man-pages.patch -- Build and install the manpage
|
||||||
|
Patch0: gupnp-build-man-pages.patch
|
||||||
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson >= 0.54.0
|
BuildRequires: meson >= 0.54.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user