From e053f0f01213765976b09e407aa0d2e3e0de1613 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 29 Jul 2022 11:06:08 +0800 Subject: [PATCH] License compliance rectification --- libupnp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libupnp.spec b/libupnp.spec index e043288..2055169 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,8 +1,8 @@ Version: 1.14.12 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 1 -License: BSD +Release: 2 +License: BSD-3-Clause URL: https://github.com/pupnp/pupnp Source: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz @@ -60,6 +60,9 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_libdir}/pkgconfig/libupnp.pc %changelog +* Fri Jul 29 2022 liukuo - 1.14.12-2 +- License compliance rectification + * Thu Jan 13 2022 pei-jiankang - 1.14.12-1 - update to upstream version 1.14.12