From c6bac3db9f61db6b2561b524365f33b2c0ef58322d1a09912aaf588633d67755 Mon Sep 17 00:00:00 2001 From: Michael Pujos Date: Wed, 20 Jan 2021 10:48:58 +0000 Subject: [PATCH] Accepting request 864623 from home:pluskalm:branches:multimedia:libs - Update to version 0.20.2: * No upstream changelog available OBS-URL: https://build.opensuse.org/request/show/864623 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libupnpp?expand=0&rev=3 --- libupnpp-0.20.0.tar.gz | 3 --- libupnpp-0.20.2.tar.gz | 3 +++ libupnpp.changes | 6 ++++++ libupnpp.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 libupnpp-0.20.0.tar.gz create mode 100644 libupnpp-0.20.2.tar.gz diff --git a/libupnpp-0.20.0.tar.gz b/libupnpp-0.20.0.tar.gz deleted file mode 100644 index 4561e2b..0000000 --- a/libupnpp-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e -size 476361 diff --git a/libupnpp-0.20.2.tar.gz b/libupnpp-0.20.2.tar.gz new file mode 100644 index 0000000..8b1afdf --- /dev/null +++ b/libupnpp-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c2cc7b5a3eef55f4dddda88d8676ed11f7e88f1d6680c8458512067a0e0a11 +size 476558 diff --git a/libupnpp.changes b/libupnpp.changes index 6b08aa1..ed4e527 100644 --- a/libupnpp.changes +++ b/libupnpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 20 10:08:31 UTC 2021 - Martin Pluskal + +- Update to version 0.20.2: + * No upstream changelog available + ------------------------------------------------------------------- Sun Nov 15 21:08:51 UTC 2020 - Michael Pujos diff --git a/libupnpp.spec b/libupnpp.spec index 8902ecb..3895815 100644 --- a/libupnpp.spec +++ b/libupnpp.spec @@ -1,7 +1,7 @@ # # spec file for package libupnpp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define so_ver 9 Name: libupnpp -Version: 0.20.0 +Version: 0.20.2 Release: 0 Summary: Library providing a higher level C++ API over libnpupnp or libupnp License: GPL-2.0-or-later @@ -59,7 +59,7 @@ developing applications that use %{name}. %install %make_install -find %{buildroot} -type f -name "*.la" -delete -print +find %{buildroot} -type f -name "*a" -delete -print %post -p /sbin/ldconfig -n %{name}%{so_ver} %postun -p /sbin/ldconfig -n %{name}%{so_ver}