Hello community,

here is the log from the commit of package libupnp for openSUSE:Factory checked 
in at 2017-03-10 20:35:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libupnp (Old)
 and      /work/SRC/openSUSE:Factory/.libupnp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libupnp"

Fri Mar 10 20:35:22 2017 rev:13 rq:461909 version:1.6.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/libupnp/libupnp.changes  2017-02-27 
18:50:40.853749215 +0100
+++ /work/SRC/openSUSE:Factory/.libupnp.new/libupnp.changes     2017-03-10 
20:35:23.421400210 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 11:01:33 UTC 2017 - [email protected]
+
+- Rectify RPM groups, use find -delete over -exec rm.
+
+-------------------------------------------------------------------
@@ -5 +10,4 @@
-  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]

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libupnp.spec ++++++
--- /var/tmp/diff_new_pack.vkChN5/_old  2017-03-10 20:35:24.173293660 +0100
+++ /var/tmp/diff_new_pack.vkChN5/_new  2017-03-10 20:35:24.177293092 +0100
@@ -1,7 +1,7 @@
 #
 # 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 <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 Release:        0
 Summary:        Portable Universal Plug and Play (UPnP) SDK
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://sourceforge.net/projects/pupnp/
 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
@@ -41,8 +41,8 @@
 
 %package -n %lname 
 Summary:        Portable Universal Plug and Play (UPnP) SDK
-Group:          System/Libraries
 # Replace individual packages from Packman to make migration to Tumbleweed 
easier.
+Group:          System/Libraries
 Provides:       libixml2 = %{version}-%{release}
 Obsoletes:      libixml2 < %{version}
 Provides:       libthreadutil6 = %{version}-%{release}
@@ -74,7 +74,7 @@
 
 %install
 %makeinstall
-find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.la' -delete
 
 %post -p /sbin/ldconfig -n %lname
 


Reply via email to