forked from pool/libupnp
Accepting request 461901 from home:jengelh:branches:devel:libraries:c_c++
- Rectify RPM groups, use find -delete over -exec rm. add an actual changelog OBS-URL: https://build.opensuse.org/request/show/461901 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=17
This commit is contained in:
parent
77d60b5807
commit
3d448e3093
@ -1,8 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 2 11:01:33 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Rectify RPM groups, use find -delete over -exec rm.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 24 19:26:45 UTC 2017 - olaf@aepfle.de
|
Fri Feb 24 19:26:45 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
- Update to version 1.6.21
|
- Update to version 1.6.21
|
||||||
see included ChangeLog for details
|
* use stderr if log file cannot be opened
|
||||||
|
* fix out-of-bounds access [CVE-2016-8863]
|
||||||
|
* miniserver: fix binding to ipv6 link-local addresses
|
||||||
|
* fix for file write via POST [CVE-2016-6255]
|
||||||
- Replace individual packages from Packman to make migration to
|
- Replace individual packages from Packman to make migration to
|
||||||
Tumbleweed easier.
|
Tumbleweed easier.
|
||||||
- Package LICENSE file
|
- Package LICENSE file
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libupnp
|
# spec file for package libupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
|
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -24,7 +24,7 @@ Version: 1.6.21
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Universal Plug and Play (UPnP) SDK
|
Summary: Portable Universal Plug and Play (UPnP) SDK
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://sourceforge.net/projects/pupnp/
|
Url: http://sourceforge.net/projects/pupnp/
|
||||||
Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
|
||||||
Source1: http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20%version/libupnp-%version.tar.bz2.sha1
|
Source1: http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20%version/libupnp-%version.tar.bz2.sha1
|
||||||
@ -41,8 +41,8 @@ systems.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Portable Universal Plug and Play (UPnP) SDK
|
Summary: Portable Universal Plug and Play (UPnP) SDK
|
||||||
Group: System/Libraries
|
|
||||||
# Replace individual packages from Packman to make migration to Tumbleweed easier.
|
# Replace individual packages from Packman to make migration to Tumbleweed easier.
|
||||||
|
Group: System/Libraries
|
||||||
Provides: libixml2 = %{version}-%{release}
|
Provides: libixml2 = %{version}-%{release}
|
||||||
Obsoletes: libixml2 < %{version}
|
Obsoletes: libixml2 < %{version}
|
||||||
Provides: libthreadutil6 = %{version}-%{release}
|
Provides: libthreadutil6 = %{version}-%{release}
|
||||||
@ -74,7 +74,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -type f -name '*.la' -delete
|
||||||
|
|
||||||
%post -p /sbin/ldconfig -n %lname
|
%post -p /sbin/ldconfig -n %lname
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user