Accepting request 1170157 from devel:libraries:c_c++

- Update to release 1.14.19

OBS-URL: https://build.opensuse.org/request/show/1170157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libupnp?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2024-04-26 21:26:31 +00:00 committed by Git OBS Bridge
commit b7c3cb99e4
4 changed files with 15 additions and 11 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# spec file for package libupnp
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -20,13 +20,13 @@
%define pnpver 17
%define ixmlver 11
Name: libupnp
Version: 1.14.18
Version: 1.14.19
Release: 0
Summary: An implementation of Universal Plug and Play (UPnP)
License: BSD-3-Clause
Group: Development/Libraries/C and C++
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
BuildRequires: libtool
BuildRequires: pkg-config
@ -80,12 +80,10 @@ systems.
%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
%postun -p /sbin/ldconfig -n %name%pnpver
%post -p /sbin/ldconfig -n libixml%ixmlver
%postun -p /sbin/ldconfig -n libixml%ixmlver
%ldconfig_scriptlets -n %name%pnpver
%ldconfig_scriptlets -n libixml%ixmlver
%files -n %name%pnpver
%license COPYING