Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2014-09-18 07:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and      /work/SRC/openSUSE:Factory/.knemo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knemo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knemo/knemo.changes      2014-08-01 
07:08:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2014-09-18 
07:56:19.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Aug  2 15:56:17 UTC 2014 - [email protected]
+
+- Add fix-show-icon-when-not-configured.patch: fixes kde#328752
+
+-------------------------------------------------------------------

New:
----
  fix-show-icon-when-not-configured.patch

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

Other differences:
------------------
++++++ knemo.spec ++++++
--- /var/tmp/diff_new_pack.LTOacz/_old  2014-09-18 07:56:20.000000000 +0200
+++ /var/tmp/diff_new_pack.LTOacz/_new  2014-09-18 07:56:20.000000000 +0200
@@ -26,6 +26,8 @@
 Group:          System/GUI/KDE
 Url:            http://kde-apps.org/content/show.php/KNemo?content=12956
 Source:         
http://kde-apps.org/CONTENT/content-files/12956-knemo-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix-show-icon-when-not-configured.patch -- show icon when 
no configuration is present (kde#328752)
+Patch:          fix-show-icon-when-not-configured.patch
 Source1:        knemo-rpmlintrc
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libiw-devel
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch -p4
 
 %build
 %cmake_kde4 -d build

++++++ fix-show-icon-when-not-configured.patch ++++++
--- trunk/extragear/network/knemo/src/knemod/backends/netlinkbackend.cpp        
2014/04/28 20:57:26     1385643
+++ trunk/extragear/network/knemo/src/knemod/backends/netlinkbackend.cpp        
2014/04/28 21:14:32     1385644
@@ -46,7 +46,7 @@
     {
         rtnl_addr_alloc_cache( rtsock, &addrCache );
         rtnl_link_alloc_cache( rtsock, AF_UNSPEC, &linkCache );
-        rtnl_route_alloc_cache( rtsock, AF_UNSPEC, NL_AUTO_PROVIDE, 
&routeCache );
+        rtnl_route_alloc_cache( rtsock, AF_UNSPEC, 0, &routeCache );
     }
 #ifdef HAVE_LIBIW
     wireless.openSocket();
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to