Hello community,

here is the log from the commit of package libbluedevil for openSUSE:Factory
checked in at Mon Sep 26 10:07:33 CEST 2011.



--------
--- libbluedevil/libbluedevil.changes   2011-07-25 16:58:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/libbluedevil/libbluedevil.changes      
2011-09-23 15:21:57.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 23 13:18:21 UTC 2011 - wstephen...@suse.com
+
+- Add patch from author:
+  * Do not clean the device list on discovery start
+  http://lists.opensuse.org/archive/opensuse-kde/2011-09/msg00264.html
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  devicelistnoclean.diff

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

Other differences:
------------------
++++++ libbluedevil.spec ++++++
--- /var/tmp/diff_new_pack.aqbsEa/_old  2011-09-26 10:07:29.000000000 +0200
+++ /var/tmp/diff_new_pack.aqbsEa/_new  2011-09-26 10:07:29.000000000 +0200
@@ -27,6 +27,7 @@
 Url:            http://www.kde.org
 Group:          System/Libraries
 Source:         %{name}-%{rversion}.tar.bz2
+Patch0:         devicelistnoclean.diff
 BuildRequires:  bluez-devel
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
@@ -58,6 +59,7 @@
 
 %prep
 %setup -n %{name}-%{rversion} -q
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++++++ devicelistnoclean.diff ++++++
commit 071d96dea397aeaffa19b1e2a73c921b75a7858d
Author: Alex Fiestas <afiestas@xxxxxxx>
Date: Sun Sep 18 03:21:57 2011 +0200

Do not clean the deviceList each time we start a discovering

Index: libbluedevil-1.9/bluedevil/bluedeviladapter.cpp
===================================================================
--- libbluedevil-1.9.orig/bluedevil/bluedeviladapter.cpp
+++ libbluedevil-1.9/bluedevil/bluedeviladapter.cpp
@@ -112,7 +112,6 @@ void Adapter::Private::startDiscovery()
     m_devicesMap.clear();
     m_devicesMapUBIKey.clear();
     m_knownDevices.clear();
-    m_devices.clear();
     m_bluezAdapterInterface->StartDiscovery();
 }
 

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to