forked from pool/libupnp
- Update to release 1.14.19
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=65
This commit is contained in:
parent
ba043a3dcd
commit
f72fcb5c2b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16a7cee93ce2868ae63ab1a8164dc7de43577c59983b9f61293a310d6888dceb
|
|
||||||
size 687538
|
|
3
libupnp-1.14.19.tar.bz2
Normal file
3
libupnp-1.14.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6423c573b758d09539f5e6c4712c1a9fd35dccf835f81d99473d50a50ad49b0
|
||||||
|
size 693322
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 22 21:50:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.14.19
|
||||||
|
* Fix some memory allocations in the "TvDevice" example
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 22 08:54:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Aug 22 08:54:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
14
libupnp.spec
14
libupnp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libupnp
|
# spec file for package libupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
|
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -20,13 +20,13 @@
|
|||||||
%define pnpver 17
|
%define pnpver 17
|
||||||
%define ixmlver 11
|
%define ixmlver 11
|
||||||
Name: libupnp
|
Name: libupnp
|
||||||
Version: 1.14.18
|
Version: 1.14.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of Universal Plug and Play (UPnP)
|
Summary: An implementation of Universal Plug and Play (UPnP)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/pupnp/pupnp
|
URL: https://github.com/pupnp/pupnp
|
||||||
Source: https://github.com/pupnp/pupnp/releases/download/release-%version/libupnp-%version.tar.bz2
|
Source: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -80,12 +80,10 @@ systems.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %buildroot -type f -name "*.la" -delete -print
|
find "%buildroot" -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -p /sbin/ldconfig -n %name%pnpver
|
%ldconfig_scriptlets -n %name%pnpver
|
||||||
%postun -p /sbin/ldconfig -n %name%pnpver
|
%ldconfig_scriptlets -n libixml%ixmlver
|
||||||
%post -p /sbin/ldconfig -n libixml%ixmlver
|
|
||||||
%postun -p /sbin/ldconfig -n libixml%ixmlver
|
|
||||||
|
|
||||||
%files -n %name%pnpver
|
%files -n %name%pnpver
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user