forked from pool/libupnpp
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
This commit is contained in:
parent
1acb706361
commit
c6bac3db9f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e
|
|
||||||
size 476361
|
|
3
libupnpp-0.20.2.tar.gz
Normal file
3
libupnpp-0.20.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48c2cc7b5a3eef55f4dddda88d8676ed11f7e88f1d6680c8458512067a0e0a11
|
||||||
|
size 476558
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 10:08:31 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.20.2:
|
||||||
|
* No upstream changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 15 21:08:51 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
|
Sun Nov 15 21:08:51 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libupnpp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define so_ver 9
|
%define so_ver 9
|
||||||
Name: libupnpp
|
Name: libupnpp
|
||||||
Version: 0.20.0
|
Version: 0.20.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing a higher level C++ API over libnpupnp or libupnp
|
Summary: Library providing a higher level C++ API over libnpupnp or libupnp
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -59,7 +59,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_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}
|
%post -p /sbin/ldconfig -n %{name}%{so_ver}
|
||||||
%postun -p /sbin/ldconfig -n %{name}%{so_ver}
|
%postun -p /sbin/ldconfig -n %{name}%{so_ver}
|
||||||
|
Loading…
Reference in New Issue
Block a user