commit baloo for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2016-08-18 10:19:45

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is "baloo"

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2015-10-20 
16:21:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2016-08-18 
10:19:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 18 10:36:42 UTC 2016 - tittiatc...@gmail.com
+
+- Drop the explicit require on libxapian22
+
+
+---



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.gHHaYJ/_old  2016-08-18 10:19:47.0 +0200
+++ /var/tmp/diff_new_pack.gHHaYJ/_new  2016-08-18 10:19:47.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   baloo
 Version:4.14.3
 Release:0
@@ -38,7 +37,6 @@
 Group:  System/GUI/KDE
 Recommends: %{name}-kioslaves = %{version}
 Recommends: %{name}-tools = %{version}
-Requires:   libxapian22 >= 1.2.16
 
 %description core
 Baloo is a framework for searching and managing metadata. This




commit baloo for openSUSE:Factory

2015-10-20 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2015-10-20 16:21:12

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is "baloo"

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-11-19 
20:27:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2015-10-20 
16:21:13.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  7 16:36:42 UTC 2015 - alarr...@suse.com
+
+- Changed baloo-core runtime requirement for libxapian22 from 1.2.17
+  to 1.2.16
+
+---



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.NDz7Vo/_old  2015-10-20 16:21:13.0 +0200
+++ /var/tmp/diff_new_pack.NDz7Vo/_new  2015-10-20 16:21:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package baloo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 Group:  System/GUI/KDE
 Recommends: %{name}-kioslaves = %{version}
 Recommends: %{name}-tools = %{version}
-Requires:   libxapian22 >= 1.2.17
+Requires:   libxapian22 >= 1.2.16
 
 %description core
 Baloo is a framework for searching and managing metadata. This




commit baloo for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-11-19 20:24:52

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-10-16 
18:11:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-11-19 
20:27:25.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  9 20:23:40 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+---

Old:

  baloo-4.14.2.tar.xz

New:

  baloo-4.14.3.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.SgyAYi/_old  2014-11-19 20:27:27.0 +0100
+++ /var/tmp/diff_new_pack.SgyAYi/_new  2014-11-19 20:27:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.14.2
+Version:4.14.3
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+

++ baloo-4.14.2.tar.xz - baloo-4.14.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.14.2/CMakeLists.txt 
new/baloo-4.14.3/CMakeLists.txt
--- old/baloo-4.14.2/CMakeLists.txt 2014-09-15 09:00:04.0 +0200
+++ new/baloo-4.14.3/CMakeLists.txt 2014-11-06 13:03:28.0 +0100
@@ -2,7 +2,7 @@
 
 set(BALOO_VERSION_MAJOR 4)
 set(BALOO_VERSION_MINOR 14)
-set(BALOO_VERSION_RELEASE 0)
+set(BALOO_VERSION_RELEASE 3)
 set(BALOO_VERSION 
${BALOO_VERSION_MAJOR}.${BALOO_VERSION_MINOR}.${BALOO_VERSION_RELEASE})
 
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.14.2/src/file/baloo_file.desktop 
new/baloo-4.14.3/src/file/baloo_file.desktop
--- old/baloo-4.14.2/src/file/baloo_file.desktop2014-09-15 
09:00:04.0 +0200
+++ new/baloo-4.14.3/src/file/baloo_file.desktop2014-11-06 
13:03:28.0 +0100
@@ -13,6 +13,7 @@
 Name[bs]=Baloo datotečni demon
 Name[ca]=Dimoni de fitxers Baloo
 Name[ca@valencia]=Dimoni de fitxers Baloo
+Name[cs]=Démon souborů Baloo
 Name[da]=Baloo fil-dæmon
 Name[de]=Baloo-Dateidienst
 Name[el]=Δαίμονας αρχείων Baloo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.14.2/src/pim/agent/agent.cpp 
new/baloo-4.14.3/src/pim/agent/agent.cpp
--- old/baloo-4.14.2/src/pim/agent/agent.cpp2014-09-15 09:00:04.0 
+0200
+++ new/baloo-4.14.3/src/pim/agent/agent.cpp2014-11-06 13:03:28.0 
+0100
@@ -230,6 +230,7 @@
 
 void BalooIndexingAgent::addIndexer(AbstractIndexer* indexer)
 {
+m_listIndexer.append(indexer);
 Q_FOREACH (const QString mimeType, indexer-mimeTypes()) {
 m_indexers.insert(mimeType, indexer);
 }
@@ -481,7 +482,7 @@
 
 void BalooIndexingAgent::slotCommitTimerElapsed()
 {
-Q_FOREACH (AbstractIndexer *indexer, m_indexers) {
+Q_FOREACH (AbstractIndexer *indexer, m_listIndexer) {
 try {
 indexer-commit();
 } catch (const Xapian::Error e) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.14.2/src/pim/agent/agent.h 
new/baloo-4.14.3/src/pim/agent/agent.h
--- old/baloo-4.14.2/src/pim/agent/agent.h  2014-09-15 09:00:04.0 
+0200
+++ new/baloo-4.14.3/src/pim/agent/agent.h  2014-11-06 13:03:28.0 
+0100
@@ -87,7 +87,8 @@
 QDateTime m_lastItemMTime;
 QListKJob* m_jobs;
 
-QMapQString, AbstractIndexer*  m_indexers;
+QListAbstractIndexer* m_listIndexer;
+QHashQString, AbstractIndexer*  m_indexers;
 
 QTimer m_commitTimer;
 bool m_inProgress;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-4.14.2/src/pim/agent/akonadibalooindexingagent.desktop 
new/baloo-4.14.3/src/pim/agent/akonadibalooindexingagent.desktop
--- old/baloo-4.14.2/src/pim/agent/akonadibalooindexingagent.desktop
2014-09-15 09:00:04.0 +0200
+++ new/baloo-4.14.3/src/pim/agent/akonadibalooindexingagent.desktop
2014-11-06 13:03:28.0 +0100
@@ -4,6 +4,7 @@
 Name[bs]=Akonadi Baloo agent za indeksiranje
 Name[ca]=Agent d'indexació Baloo de l'Akonadi
 Name[ca@valencia]=Agent d'indexació Baloo de l'Akonadi
+Name[cs]=Indexovací agent Akonadi pro Baloo
 Name[da]=Baloo indekseringsagent til Akonadi
 Name[de]=Akonadi-Indizierungsagent für Baloo
 Name[el]=Πράκτορας δεικτοδότησης Baloo Akonadi
@@ -22,7 +23,7 @@
 

commit baloo for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-10-16 18:11:17

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-10-14 
08:59:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-10-16 
18:11:22.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 11:58:55 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+---

Old:

  baloo-4.14.1.tar.xz

New:

  baloo-4.14.2.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.eOqqhy/_old  2014-10-16 18:11:23.0 +0200
+++ /var/tmp/diff_new_pack.eOqqhy/_new  2014-10-16 18:11:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.14.1
+Version:4.14.2
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+

++ baloo-4.14.1.tar.xz - baloo-4.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.14.1/src/file/baloo_file.desktop 
new/baloo-4.14.2/src/file/baloo_file.desktop
--- old/baloo-4.14.1/src/file/baloo_file.desktop2014-08-21 
17:19:05.0 +0200
+++ new/baloo-4.14.2/src/file/baloo_file.desktop2014-09-15 
09:00:04.0 +0200
@@ -27,7 +27,7 @@
 Name[it]=Demone dei file Baloo
 Name[ko]=Baloo 파일 데몬
 Name[lt]=Baloo failų tarnyba
-Name[nb]=Baloo fil-nisse
+Name[nb]=Baloo fil-daemon
 Name[nds]=Baloo-Dateidämoon
 Name[nl]=Baloo bestandsdeamon
 Name[pa]=ਬਾਲੂ ਫਾਇਲ ਡੈਮਨ

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



commit baloo for openSUSE:Factory

2014-10-14 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-10-14 08:59:02

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-09-18 
07:57:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-10-14 
08:59:13.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  2 11:35:05 UTC 2014 - o...@aepfle.de
+
+- List version in BuildRequires for Akonadi and KdepimLibs
+
+---



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.ByMeRE/_old  2014-10-14 08:59:13.0 +0200
+++ /var/tmp/diff_new_pack.ByMeRE/_new  2014-10-14 08:59:13.0 +0200
@@ -24,9 +24,9 @@
 Group:  System/GUI/KDE
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  kfilemetadata-devel = %{version}
-BuildRequires:  libakonadiprotocolinternals-devel
+BuildRequires:  libakonadiprotocolinternals-devel = 1.12.90
 BuildRequires:  libattr-devel
-BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libkdepimlibs4-devel = 4.14.0
 BuildRequires:  libxapian-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit baloo for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-09-18 07:57:06

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-08-25 
10:58:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-09-18 
07:57:31.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 13 16:20:34 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+---
@@ -6 +13 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:

  baloo-4.14.0.tar.xz

New:

  baloo-4.14.1.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.ogMLOS/_old  2014-09-18 07:57:32.0 +0200
+++ /var/tmp/diff_new_pack.ogMLOS/_new  2014-09-18 07:57:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.14.0
+Version:4.14.1
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+

++ baloo-4.14.0.tar.xz - baloo-4.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.14.0/src/xapian/xapiandatabase.cpp 
new/baloo-4.14.1/src/xapian/xapiandatabase.cpp
--- old/baloo-4.14.0/src/xapian/xapiandatabase.cpp  2014-08-09 
17:45:30.0 +0200
+++ new/baloo-4.14.1/src/xapian/xapiandatabase.cpp  2014-08-21 
17:19:05.0 +0200
@@ -193,6 +193,10 @@
 kError()  err.get_error_string();
 return Xapian::WritableDatabase();
 }
+catch (const std::exception err) {
+kError()  Unknown exception:   err.what();
+return Xapian::WritableDatabase();
+}
 catch (...) {
 kError()  Bananana Error;
 return Xapian::WritableDatabase();

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



commit baloo for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-08-25 10:58:07

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-07-16 
16:16:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-08-25 
10:58:11.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:17:45 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+---
+Thu Jul 17 16:43:41 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+---

Old:

  baloo-4.13.80.tar.xz

New:

  baloo-4.14.0.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.ndbeBY/_old  2014-08-25 10:58:12.0 +0200
+++ /var/tmp/diff_new_pack.ndbeBY/_new  2014-08-25 10:58:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.13.80
+Version:4.14.0
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+

++ baloo-4.13.80.tar.xz - baloo-4.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.80/CMakeLists.txt 
new/baloo-4.14.0/CMakeLists.txt
--- old/baloo-4.13.80/CMakeLists.txt2014-07-08 07:36:46.0 +0200
+++ new/baloo-4.14.0/CMakeLists.txt 2014-08-09 17:45:30.0 +0200
@@ -1,8 +1,8 @@
 project(baloo)
 
 set(BALOO_VERSION_MAJOR 4)
-set(BALOO_VERSION_MINOR 13)
-set(BALOO_VERSION_RELEASE 80)
+set(BALOO_VERSION_MINOR 14)
+set(BALOO_VERSION_RELEASE 0)
 set(BALOO_VERSION 
${BALOO_VERSION_MAJOR}.${BALOO_VERSION_MINOR}.${BALOO_VERSION_RELEASE})
 
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
@@ -10,7 +10,7 @@
 find_package(KDE4 REQUIRED)
 include(KDE4Defaults)
 
-find_package(KdepimLibs 4.13.80 CONFIG)
+find_package(KdepimLibs 4.14.0 CONFIG)
 set_package_properties(KdepimLibs PROPERTIES
 DESCRIPTION The KDEPIM libraries
 URL http://www.kde.org;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.80/src/file/baloo_file.desktop 
new/baloo-4.14.0/src/file/baloo_file.desktop
--- old/baloo-4.13.80/src/file/baloo_file.desktop   2014-07-08 
07:36:46.0 +0200
+++ new/baloo-4.14.0/src/file/baloo_file.desktop2014-08-09 
17:45:30.0 +0200
@@ -9,6 +9,7 @@
 NoDisplay=true
 
 Name=Baloo File Daemon
+Name[ar]=مراقب ملفات بالو
 Name[bs]=Baloo datotečni demon
 Name[ca]=Dimoni de fitxers Baloo
 Name[ca@valencia]=Dimoni de fitxers Baloo
@@ -17,6 +18,7 @@
 Name[el]=Δαίμονας αρχείων Baloo
 Name[en_GB]=Baloo File Daemon
 Name[es]=Demonio del archivo Baloo
+Name[et]=Baloo failideemon
 Name[fi]=Baloo-tiedostopalvelu
 Name[fr]=Démon de fichier Baloo
 Name[gl]=Daemon de ficheiros de Baloo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.80/src/file/database.cpp 
new/baloo-4.14.0/src/file/database.cpp
--- old/baloo-4.13.80/src/file/database.cpp 2014-07-08 07:36:46.0 
+0200
+++ new/baloo-4.14.0/src/file/database.cpp  2014-08-09 17:45:30.0 
+0200
@@ -61,9 +61,11 @@
 
 m_sqlDb = new 
QSqlDatabase(QSqlDatabase::addDatabase(QLatin1String(QSQLITE)));
 m_sqlDb-setDatabaseName(m_path + QLatin1String(/fileMap.sqlite3));
+kDebug()  m_path  QFile::exists(m_path);
 
 if (!m_sqlDb-open()) {
 kDebug()  Failed to open db  m_sqlDb-lastError().text();
+kDebug()  m_sqlDb-lastError();
 return false;
 }
 
@@ -111,6 +113,8 @@
 m_path = path;
 if (!m_path.endsWith(QLatin1Char('/')))
 m_path.append(QLatin1Char('/'));
+
+QDir().mkpath(m_path);
 }
 
 bool Database::isInitialized()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.80/src/file/extractor/app.cpp 
new/baloo-4.14.0/src/file/extractor/app.cpp
--- old/baloo-4.13.80/src/file/extractor/app.cpp2014-07-08 
07:36:46.0 +0200
+++ new/baloo-4.14.0/src/file/extractor/app.cpp 2014-08-09 17:45:30.0 
+0200
@@ -61,6 +61,7 @@
 QTimer::singleShot(0, QCoreApplication::instance(), SLOT(quit()));
 return;
 }
+m_db.sqlDatabase().transaction();
 
 m_bData = args-isSet(bdata);
 m_debugEnabled = args-isSet(debug);
diff -urN 

commit baloo for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-07-16 16:16:32

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-06-19 
13:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-07-16 
16:16:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:16:06 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+---

Old:

  baloo-4.13.2.tar.xz

New:

  baloo-4.13.80.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.XRPmjS/_old  2014-07-16 16:16:37.0 +0200
+++ /var/tmp/diff_new_pack.XRPmjS/_new  2014-07-16 16:16:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.13.2
+Version:4.13.80
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+
@@ -62,6 +62,15 @@
 Baloo is a framework for searching and managing metadata. This
 package contains filesearch components.
 
+%package -n libbalooqueryparser4
+Summary:queryparser library for Baloo Framework
+Group:  System/GUI/KDE
+Recommends: %{name}-pim = %{version}
+
+%description -n libbalooqueryparser4
+Baloo is a framework for searching and managing metadata. This
+package contains Baloo's queryparser library.
+
 %package -n libbaloopim4
 Summary:PIM library for Baloo Framework
 Group:  System/GUI/KDE
@@ -106,6 +115,7 @@
 Requires:   kfilemetadata-devel
 Requires:   libbaloofiles4 = %{version}
 Requires:   libbaloopim4 = %{version}
+Requires:   libbalooqueryparser4 = %{version}
 
 %description devel
 Development package for Baloo
@@ -133,6 +143,10 @@
 
 %postun file -p /sbin/ldconfig
 
+%post -n libbalooqueryparser4 -p /sbin/ldconfig
+
+%postun -n libbalooqueryparser4 -p /sbin/ldconfig
+
 %post -n libbaloopim4 -p /sbin/ldconfig
 
 %postun -n libbaloopim4 -p /sbin/ldconfig
@@ -181,6 +195,11 @@
 %{_kde4_modulesdir}/kio_timeline.so
 %{_kde4_servicesdir}/timeline.protocol
 
+%files -n libbalooqueryparser4
+%defattr(-,root,root)
+%doc COPYING*
+%{_kde4_libdir}/libbalooqueryparser.so.*
+
 %files -n libbaloopim4
 %defattr(-,root,root)
 %doc COPYING*
@@ -214,12 +233,13 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING*
+%{_kde4_datadir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
 %{_kde4_includedir}/baloo/
 %{_kde4_libdir}/cmake/Baloo/
 %{_kde4_libdir}/libbaloocore.so
 %{_kde4_libdir}/libbaloofiles.so
 %{_kde4_libdir}/libbaloopim.so
+%{_kde4_libdir}/libbalooqueryparser.so
 %{_kde4_libdir}/libbalooxapian.so
-%{_kde4_datadir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
 
 %changelog

++ baloo-4.13.2.tar.xz - baloo-4.13.80.tar.xz ++
 8750 lines of diff (skipped)

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



commit baloo for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-06-19 13:14:57

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-05-26 
14:40:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-06-19 
13:15:03.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 18:27:41 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  baloo-4.13.1.tar.xz

New:

  baloo-4.13.2.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.Hkt1FM/_old  2014-06-19 13:15:04.0 +0200
+++ /var/tmp/diff_new_pack.Hkt1FM/_new  2014-06-19 13:15:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+
@@ -199,6 +199,8 @@
 %{_kde4_modulesdir}/baloo_emailsearchstore.so
 %{_kde4_servicesdir}/baloo_notesearchstore.desktop
 %{_kde4_modulesdir}/baloo_notesearchstore.so
+%{_kde4_modulesdir}/baloo_calendarsearchstore.so
+%{_kde4_servicesdir}/baloo_calendarsearchstore.desktop
 %{_kde4_modulesdir}/akonadi/
 
 %files tools

++ baloo-4.13.1.tar.xz - baloo-4.13.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.1/CMakeLists.txt 
new/baloo-4.13.2/CMakeLists.txt
--- old/baloo-4.13.1/CMakeLists.txt 2014-05-08 18:47:41.0 +0200
+++ new/baloo-4.13.2/CMakeLists.txt 2014-06-04 09:50:08.0 +0200
@@ -2,7 +2,7 @@
 
 set(BALOO_VERSION_MAJOR 4)
 set(BALOO_VERSION_MINOR 13)
-set(BALOO_VERSION_RELEASE 1)
+set(BALOO_VERSION_RELEASE 2)
 set(BALOO_VERSION 
${BALOO_VERSION_MAJOR}.${BALOO_VERSION_MINOR}.${BALOO_VERSION_RELEASE})
 
 
@@ -39,7 +39,7 @@
 TYPE REQUIRED
 )
 
-find_package(Akonadi 1.11.42 CONFIG)
+find_package(Akonadi 1.12.1 CONFIG)
 set_package_properties(Akonadi PROPERTIES
 URL http://akonadi-project.org;
 TYPE REQUIRED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.1/src/file/baloo_file.desktop 
new/baloo-4.13.2/src/file/baloo_file.desktop
--- old/baloo-4.13.1/src/file/baloo_file.desktop2014-05-08 
18:47:41.0 +0200
+++ new/baloo-4.13.2/src/file/baloo_file.desktop2014-06-04 
09:50:08.0 +0200
@@ -16,6 +16,7 @@
 Name[de]=Baloo-Dateidienst
 Name[el]=Δαίμονας αρχείων Baloo
 Name[es]=Demonio del archivo Baloo
+Name[et]=Baloo failideemon
 Name[fi]=Baloo-tiedostopalvelu
 Name[fr]=Démon de fichier Baloo
 Name[hu]=Baloo fájl démon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-4.13.1/src/file/inotify/org.kde.baloo.filewatch.actions 
new/baloo-4.13.2/src/file/inotify/org.kde.baloo.filewatch.actions
--- old/baloo-4.13.1/src/file/inotify/org.kde.baloo.filewatch.actions   
2014-05-08 18:47:41.0 +0200
+++ new/baloo-4.13.2/src/file/inotify/org.kde.baloo.filewatch.actions   
2014-06-04 09:50:08.0 +0200
@@ -8,6 +8,7 @@
 Name[de]=Begrenzung für Ordnerüberwachung
 Name[el]=Όριο παρακολούθησης φακέλων
 Name[es]=Límite de vigilancia de carpetas
+Name[et]=Kataloogi jälgimise limiit
 Name[fi]=Kansioiden valvontaraja
 Name[fr]=Limite de surveillance des dossiers
 Name[hu]=Mappafigyelési korlát
@@ -43,6 +44,7 @@
 Description[de]=Damit Sie keine Dateiänderungen verpassen, setzen Sie die 
Begrenzung für Ordnerüberwachung durch inotify nach oben
 Description[el]=Για να αποφύγετε την παράβλεψη αλλαγών των αρχείων, αυξήστε το 
όριο παρακολούθησης φακέλων inotify
 Description[es]=Para evitar pérdidas en cambios de archivos, eleve el límite 
de vigilancia de carpetas inotify
+Description[et]=Puuduvate failimuutuste vältimiseks tõsta inotify kataloogi 
jälgimise limiiti
 Description[fi]=Nosta inotifyn kansioiden valvontarajaa välttääksesi sitä, 
että joitain tiedostomuutoksia ei huomata
 Description[fr]=Pour éviter des changements de fichiers manquant, augmentez la 
limite de surveillance des dossiers
 Description[hu]=A fájlváltoztatások hiányzásának elkerülése érdekében növelje 
a értesítő mappafigyelési korlátot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-4.13.1/src/file/kcm/kcm_baloofile.desktop 
new/baloo-4.13.2/src/file/kcm/kcm_baloofile.desktop
--- old/baloo-4.13.1/src/file/kcm/kcm_baloofile.desktop 2014-05-08 
18:47:41.0 +0200
+++ 

commit baloo for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-05-26 14:40:20

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-04-26 
09:59:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-05-26 
14:40:27.0 +0200
@@ -1,0 +2,24 @@
+Fri May  9 16:39:53 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+- Drop patches due to upstream inclusion
+  0006-Extractor-Check-if-the-file-should-be-indexed.patch
+  0005-FileIndexingJob-Pause-it-when-on-battery.patch
+  0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
+  0002-XapianSearchStore-Catch-the-database-modified-except.patch
+  0002-Cleaner-Remove-the-database-file-on-disabling.patch
+  0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
+  0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
+  0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
+
+
+---
+Mon Apr 28 16:28:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0006-Extractor-Check-if-the-file-should-be-indexed.patch and
+  0005-FileIndexingJob-Pause-it-when-on-battery.patch (kde#332444)
+
+---

Old:

  0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
  0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
  0002-Cleaner-Remove-the-database-file-on-disabling.patch
  0002-XapianSearchStore-Catch-the-database-modified-except.patch
  0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
  0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
  baloo-4.13.0.tar.xz

New:

  baloo-4.13.1.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.M5MPc8/_old  2014-05-26 14:40:29.0 +0200
+++ /var/tmp/diff_new_pack.M5MPc8/_new  2014-05-26 14:40:29.0 +0200
@@ -17,24 +17,12 @@
 
 
 Name:   baloo
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch -- fixes KMail 
searches with non-Latin characters
-Patch2: 0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
-# PATCH-FIX-UPSTREAM 0002-Cleaner-Remove-the-database-file-on-disabling.patch
-Patch3: 0002-Cleaner-Remove-the-database-file-on-disabling.patch
-# PATCH-FIX-UPSTREAM 0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
-Patch4: 0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
-# PATCH-FIX-UPSTREAM 0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
-Patch5: 0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
-# PATCH-FIX-UPSTREAM 
0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
-Patch6: 0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
-# PATCH-FIX-UPSTREAM 
0002-XapianSearchStore-Catch-the-database-modified-except.patch
-Patch7: 0002-XapianSearchStore-Catch-the-database-modified-except.patch
 BuildRequires:  kfilemetadata-devel = %{version}
 BuildRequires:  libakonadiprotocolinternals-devel
 BuildRequires:  libattr-devel
@@ -124,12 +112,6 @@
 
 %prep
 %setup -q
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
   %cmake_kde4 -d build
@@ -177,6 +159,7 @@
 %{_kde4_bindir}/baloo_file
 %{_kde4_bindir}/baloo_file_cleaner
 %{_kde4_bindir}/baloo_file_extractor
+%{_kde4_bindir}/balooctl
 %{_kde4_datadir}/autostart/baloo_file.desktop
 %{_kde4_servicesdir}/kcm_baloofile.desktop
 %{_kde4_modulesdir}/kcm_baloofile.so

++ baloo-4.13.0.tar.xz - baloo-4.13.1.tar.xz ++
 2092 lines of diff (skipped)

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



commit baloo for openSUSE:Factory

2014-04-26 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-04-26 09:59:29

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-04-22 
07:37:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-04-26 
09:59:30.0 +0200
@@ -1,0 +2,25 @@
+Sat Apr 26 01:06:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add more upstream fixes:
+  0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch (kde#333807) 
and
+  0002-XapianSearchStore-Catch-the-database-modified-except.patch (kde#333761)
+
+---
+Wed Apr 23 18:57:50 UTC 2014 - tittiatc...@gmail.com
+
+- Drop patch kauth.patch as that the security review has been 
+  completed. 
+
+- Loosen up the requires as that people might not want Baloo and 
+  upstream doesn't want to implement an on-off switch, but 
+  recommends to deinstall certain files.
+
+---
+Tue Apr 22 19:52:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0002-Cleaner-Remove-the-database-file-on-disabling.patch,
+  0003-Use-QFile-encodeName-and-catch-some-exceptions.patch and
+  0004-KCM-Show-the-home-folder-name-when-excluding-it.patch from
+  upstream to resolve various usability issues
+
+---

Old:

  kauth.patch

New:

  0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
  0002-Cleaner-Remove-the-database-file-on-disabling.patch
  0002-XapianSearchStore-Catch-the-database-modified-except.patch
  0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
  0004-KCM-Show-the-home-folder-name-when-excluding-it.patch



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.pkQ8GG/_old  2014-04-26 09:59:31.0 +0200
+++ /var/tmp/diff_new_pack.pkQ8GG/_new  2014-04-26 09:59:31.0 +0200
@@ -23,10 +23,18 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE tittiatc...@gmail.com  Don't build the 
filewatch_raiselimit to prevent security issues
-Patch1: kauth.patch
 # PATCH-FIX-UPSTREAM 
0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch -- fixes KMail 
searches with non-Latin characters
 Patch2: 0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
+# PATCH-FIX-UPSTREAM 0002-Cleaner-Remove-the-database-file-on-disabling.patch
+Patch3: 0002-Cleaner-Remove-the-database-file-on-disabling.patch
+# PATCH-FIX-UPSTREAM 0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
+Patch4: 0003-Use-QFile-encodeName-and-catch-some-exceptions.patch
+# PATCH-FIX-UPSTREAM 0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
+Patch5: 0004-KCM-Show-the-home-folder-name-when-excluding-it.patch
+# PATCH-FIX-UPSTREAM 
0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
+Patch6: 0001-Cleaner-Do-not-commit-each-time-after-1000-documents.patch
+# PATCH-FIX-UPSTREAM 
0002-XapianSearchStore-Catch-the-database-modified-except.patch
+Patch7: 0002-XapianSearchStore-Catch-the-database-modified-except.patch
 BuildRequires:  kfilemetadata-devel = %{version}
 BuildRequires:  libakonadiprotocolinternals-devel
 BuildRequires:  libattr-devel
@@ -40,8 +48,8 @@
 %package core
 Summary:Core components for Baloo Framework
 Group:  System/GUI/KDE
-Requires:   %{name}-kioslaves = %{version}
-Requires:   %{name}-tools = %{version}
+Recommends: %{name}-kioslaves = %{version}
+Recommends: %{name}-tools = %{version}
 Requires:   libxapian22 = 1.2.17
 
 %description core
@@ -51,7 +59,7 @@
 %package -n libbaloofiles4
 Summary:Files library for Baloo Framework
 Group:  System/GUI/KDE
-Requires:   %{name}-file = %{version}
+Recommends: %{name}-file = %{version}
 
 %description -n libbaloofiles4
 Baloo is a framework for searching and managing metadata. This
@@ -69,7 +77,7 @@
 %package -n libbaloopim4
 Summary:PIM library for Baloo Framework
 Group:  System/GUI/KDE
-Requires:   %{name}-pim = %{version}
+Recommends: %{name}-pim = %{version}
 
 %description -n libbaloopim4
 Baloo is a framework for searching and managing metadata. This
@@ -87,6 +95,7 @@
 %package kioslaves
 Summary:KIO slave components for Baloo Framework
 Group:  System/GUI/KDE
+Requires:   %{name}-core = %{version}
 
 %description kioslaves
 Baloo is a framework for searching and managing metadata. This
@@ 

commit baloo for openSUSE:Factory

2014-04-21 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-04-22 07:37:57

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-04-18 
12:37:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-04-22 
07:37:58.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 20 16:56:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch:
+  fixes KMail searches with non-Latin characters, kde#333566;
+  triggers re-indexing of collections
+
+---

New:

  0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.emvatJ/_old  2014-04-22 07:37:59.0 +0200
+++ /var/tmp/diff_new_pack.emvatJ/_new  2014-04-22 07:37:59.0 +0200
@@ -25,6 +25,8 @@
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE tittiatc...@gmail.com  Don't build the 
filewatch_raiselimit to prevent security issues
 Patch1: kauth.patch
+# PATCH-FIX-UPSTREAM 
0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch -- fixes KMail 
searches with non-Latin characters
+Patch2: 0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch
 BuildRequires:  kfilemetadata-devel = %{version}
 BuildRequires:  libakonadiprotocolinternals-devel
 BuildRequires:  libattr-devel
@@ -113,6 +115,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
   %cmake_kde4 -d build
@@ -166,6 +169,13 @@
 %{_kde4_servicesdir}/baloo_filesearchstore.desktop
 %{_kde4_modulesdir}/baloo_filesearchstore.so
 %{_kde4_iconsdir}/hicolor/*/apps/baloo.png
+%if 0
+# These files can only be activated once the security team did a full review
+%{_kde4_modulesdir}/libexec/kde_baloo_filewatch_raiselimit
+%{_kde4_datadir}/dbus-1/system-services/org.kde.baloo.filewatch.service
+%{_kde4_datadir}/polkit-1/actions/org.kde.baloo.filewatch.policy
+%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.baloo.filewatch.conf
+%endif
 
 %files kioslaves
 %defattr(-,root,root)

++ 0001-Bug-333566-Quick-filter-in-KMail-4.13-stops-working-.patch ++
From f99d93f4df844d4a9ed271bd9e505fdeaa5a20ee Mon Sep 17 00:00:00 2001
From: Montel Laurent mon...@kde.org
Date: Sun, 20 Apr 2014 17:17:53 +0200
Subject: [PATCH 1/1] Bug 333566 - Quick filter in KMail 4.13 stops working
 with non-Latin characters (Cyrillic Russian Unicode) - search empty result

FIXED-IN: 4.13.1
BUG: 333566
We need to update database
---
 src/pim/agent/agent.cpp   |  4 ++--
 src/pim/agent/akonotesindexer.cpp |  2 +-
 src/pim/agent/emailindexer.cpp|  4 ++--
 src/pim/lib/contactquery.cpp  | 27 ---
 src/pim/lib/emailquery.cpp| 27 ---
 src/pim/lib/notequery.cpp |  6 --
 6 files changed, 41 insertions(+), 29 deletions(-)

diff --git a/src/pim/agent/agent.cpp b/src/pim/agent/agent.cpp
index 3cb0a0c..7de454e 100644
--- a/src/pim/agent/agent.cpp
+++ b/src/pim/agent/agent.cpp
@@ -63,7 +63,7 @@ namespace {
 }
 }
 
-#define INDEXING_AGENT_VERSION 3
+#define INDEXING_AGENT_VERSION 4
 
 BalooIndexingAgent::BalooIndexingAgent(const QString id)
 : AgentBase(id),
@@ -144,7 +144,7 @@ qlonglong BalooIndexingAgent::indexedItemsInDatabase(const 
std::string term, co
 {
 Xapian::Database db;
 try {
-db = Xapian::Database(dbPath.toStdString());
+db = Xapian::Database(dbPath.toUtf8().constData());
 } catch (const Xapian::DatabaseError e) {
 kError()  Failed to open database  dbPath  :  
QString::fromStdString(e.get_msg());
 return 0;
diff --git a/src/pim/agent/akonotesindexer.cpp 
b/src/pim/agent/akonotesindexer.cpp
index b12d607..93d8de9 100644
--- a/src/pim/agent/akonotesindexer.cpp
+++ b/src/pim/agent/akonotesindexer.cpp
@@ -28,7 +28,7 @@
 AkonotesIndexer::AkonotesIndexer(const QString path)
 : AbstractIndexer(), m_termGen( 0 )
 {
-m_db = new Xapian::WritableDatabase(path.toStdString(), 
Xapian::DB_CREATE_OR_OPEN);
+m_db = new Xapian::WritableDatabase(path.toUtf8().constData(), 
Xapian::DB_CREATE_OR_OPEN);
 }
 
 AkonotesIndexer::~AkonotesIndexer()
diff --git a/src/pim/agent/emailindexer.cpp b/src/pim/agent/emailindexer.cpp
index 0176c27..14acea6 100644
--- a/src/pim/agent/emailindexer.cpp
+++ b/src/pim/agent/emailindexer.cpp
@@ -32,8 +32,8 @@
 EmailIndexer::EmailIndexer(const QString path, const QString contactDbPath):
 AbstractIndexer(), m_doc( 0 ), m_termGen( 0 )
 {
-m_db = new Xapian::WritableDatabase(path.toStdString(), 

commit baloo for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-04-18 11:35:32

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-03-30 
08:03:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-04-18 
12:37:51.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 11 16:43:12 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.0
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/4.13/
+
+---

Old:

  baloo-4.12.97.tar.xz

New:

  baloo-4.13.0.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.w9rBSn/_old  2014-04-18 12:37:52.0 +0200
+++ /var/tmp/diff_new_pack.w9rBSn/_new  2014-04-18 12:37:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.12.97
+Version:4.13.0
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+
@@ -40,6 +40,7 @@
 Group:  System/GUI/KDE
 Requires:   %{name}-kioslaves = %{version}
 Requires:   %{name}-tools = %{version}
+Requires:   libxapian22 = 1.2.17
 
 %description core
 Baloo is a framework for searching and managing metadata. This

++ baloo-4.12.97.tar.xz - baloo-4.13.0.tar.xz ++
 3181 lines of diff (skipped)

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



commit baloo for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package baloo for openSUSE:Factory checked 
in at 2014-03-30 07:50:55

Comparing /work/SRC/openSUSE:Factory/baloo (Old)
 and  /work/SRC/openSUSE:Factory/.baloo.new (New)


Package is baloo

Changes:

--- /work/SRC/openSUSE:Factory/baloo/baloo.changes  2014-03-18 
17:16:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.baloo.new/baloo.changes 2014-03-30 
08:03:35.0 +0200
@@ -1,0 +2,21 @@
+Thu Mar 27 17:37:07 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+- Droped CatchXapianException.diff, merged upstream
+
+---
+Fri Mar 21 18:56:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added CatchXapianException.diff for fixing kde#332201 (bug made
+  fileindexer almost useless, at least with clean db)
+
+---
+Thu Mar 20 18:03:05 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+---

Old:

  baloo-4.12.90.tar.xz

New:

  baloo-4.12.97.tar.xz



Other differences:
--
++ baloo.spec ++
--- /var/tmp/diff_new_pack.yma7w4/_old  2014-03-30 08:06:45.0 +0200
+++ /var/tmp/diff_new_pack.yma7w4/_new  2014-03-30 08:06:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   baloo
-Version:4.12.90
+Version:4.12.97
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0+ and LGPL-2.1+
@@ -68,7 +68,6 @@
 Group:  System/GUI/KDE
 Requires:   %{name}-pim = %{version}
 
-
 %description -n libbaloopim4
 Baloo is a framework for searching and managing metadata. This
 package contains Baloo's PIM library.
@@ -103,9 +102,9 @@
 Summary:Development package for Baloo
 Group:  System/GUI/KDE
 Requires:   %{name}-core = %{version}
-Requires:   libbaloopim4 = %{version}
-Requires:   libbaloofiles4 = %{version}
 Requires:   kfilemetadata-devel
+Requires:   libbaloofiles4 = %{version}
+Requires:   libbaloopim4 = %{version}
 
 %description devel
 Development package for Baloo
@@ -167,7 +166,6 @@
 %{_kde4_modulesdir}/baloo_filesearchstore.so
 %{_kde4_iconsdir}/hicolor/*/apps/baloo.png
 
-
 %files kioslaves
 %defattr(-,root,root)
 %doc COPYING*

++ baloo-4.12.90.tar.xz - baloo-4.12.97.tar.xz ++
 3603 lines of diff (skipped)

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