diff --git a/libupnp-1.14.18.tar.bz2 b/libupnp-1.14.18.tar.bz2 deleted file mode 100644 index 6d28cf6..0000000 --- a/libupnp-1.14.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16a7cee93ce2868ae63ab1a8164dc7de43577c59983b9f61293a310d6888dceb -size 687538 diff --git a/libupnp-1.14.19.tar.bz2 b/libupnp-1.14.19.tar.bz2 new file mode 100644 index 0000000..a9a0ceb --- /dev/null +++ b/libupnp-1.14.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6423c573b758d09539f5e6c4712c1a9fd35dccf835f81d99473d50a50ad49b0 +size 693322 diff --git a/libupnp.changes b/libupnp.changes index 79a1bb4..474429b 100644 --- a/libupnp.changes +++ b/libupnp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 22 21:50:57 UTC 2024 - Jan Engelhardt + +- Update to release 1.14.19 + * Fix some memory allocations in the "TvDevice" example + ------------------------------------------------------------------- Tue Aug 22 08:54:29 UTC 2023 - Jan Engelhardt diff --git a/libupnp.spec b/libupnp.spec index fc89c0d..baad641 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,7 +1,7 @@ # # spec file for package libupnp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2011, Sascha Peilicke # # 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