Hello community,

here is the log from the commit of package akonadi-search for openSUSE:Factory 
checked in at 2015-10-19 22:30:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-search (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-search.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-search"

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-search/akonadi-search.changes    
2015-10-12 10:01:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-search.new/akonadi-search.changes       
2015-10-19 22:30:20.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:14:35 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  akonadi-search-15.08.1.tar.xz

New:
----
  akonadi-search-15.08.2.tar.xz

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

Other differences:
------------------
++++++ akonadi-search.spec ++++++
--- /var/tmp/diff_new_pack.jo4BHj/_old  2015-10-19 22:30:20.000000000 +0200
+++ /var/tmp/diff_new_pack.jo4BHj/_new  2015-10-19 22:30:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           akonadi-search
-Version:        15.08.1
+Version:        15.08.2
 Release:        0
 Summary:        Framework for searching and managing PIM metadata
 License:        GPL-2.0+ and LGPL-2.1+ and LGPL-3.0

++++++ akonadi-search-15.08.1.tar.xz -> akonadi-search-15.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-15.08.1/agent/index.cpp 
new/akonadi-search-15.08.2/agent/index.cpp
--- old/akonadi-search-15.08.1/agent/index.cpp  2015-08-31 11:24:03.000000000 
+0200
+++ new/akonadi-search-15.08.2/agent/index.cpp  2015-09-22 23:52:48.000000000 
+0200
@@ -46,8 +46,7 @@
 {
     delete m_collectionIndexer;
     m_collectionIndexer = Q_NULLPTR;
-    qDeleteAll(m_indexer.values().toSet());
-    m_indexer.clear();
+    qDeleteAll(m_listIndexer);
 }
 
 static void removeDir(const QString &dirName)
@@ -69,7 +68,8 @@
 {
     delete m_collectionIndexer;
     m_collectionIndexer = Q_NULLPTR;
-    qDeleteAll(m_indexer.values().toSet());
+    qDeleteAll(m_listIndexer);
+    m_listIndexer.clear();
     m_indexer.clear();
 
     qCDebug(AKONADI_INDEXER_AGENT_LOG) << "Removing database";


Reply via email to