Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2017-10-27 13:52:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Fri Oct 27 13:52:19 2017 rev:44 rq:536294 version:5.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2017-09-19 
16:21:16.405283589 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes       2017-10-27 
13:52:21.137452629 +0200
@@ -1,0 +2,14 @@
+Mon Oct 23 06:41:36 CEST 2017 - [email protected]
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * Don't enter test subdirectories if BUILD_TESTING=OFF
+  * Only match real MIME types, not e.g. "raw CD image" (kde#364884)
+  * Remove pf.path() from container before the reference got screwed up by 
it.remove()
+  * Fix tags KIO-slave protocol description
+  * Consider markdown files to be Documents
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.38.0.tar.xz

New:
----
  baloo-5.39.0.tar.xz

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.C2mdUR/_old  2017-10-27 13:52:23.093361209 +0200
+++ /var/tmp/diff_new_pack.C2mdUR/_new  2017-10-27 13:52:23.093361209 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.38
+%define _tar_path 5.39
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           baloo5
-Version:        5.38.0
+Version:        5.39.0
 Release:        0
 Summary:        Framework for searching and managing metadata
 License:        GPL-2.0+ and LGPL-2.1+ and LGPL-3.0

++++++ baloo-5.38.0.tar.xz -> baloo-5.39.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/CMakeLists.txt 
new/baloo-5.39.0/CMakeLists.txt
--- old/baloo-5.38.0/CMakeLists.txt     2017-09-03 09:58:12.000000000 +0200
+++ new/baloo-5.39.0/CMakeLists.txt     2017-10-07 21:05:00.000000000 +0200
@@ -1,8 +1,8 @@
 # set minimum version requirements
 cmake_minimum_required(VERSION 3.0)
 set(REQUIRED_QT_VERSION 5.7.0)
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 
 # set up project
 project(Baloo VERSION ${KF5_VERSION})
@@ -95,9 +95,9 @@
 add_subdirectory(src)
 add_subdirectory(icons)
 
-if (BUILD_KINOTIFY)
-    add_subdirectory(tests)
-    add_subdirectory(autotests)
+if (BUILD_TESTING AND BUILD_KINOTIFY)
+   add_subdirectory(tests)
+   add_subdirectory(autotests)
 endif()
 
 # i18n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/ast/balooctl5.po 
new/baloo-5.39.0/po/ast/balooctl5.po
--- old/baloo-5.38.0/po/ast/balooctl5.po        2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/ast/balooctl5.po        2017-10-07 21:05:00.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# enolp <[email protected]>, 2016.
+# enolp <[email protected]>, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-20 02:49+0200\n"
-"PO-Revision-Date: 2016-12-21 16:01+0100\n"
+"PO-Revision-Date: 2017-09-06 12:24+0100\n"
 "Last-Translator: enolp <[email protected]>\n"
 "Language-Team: Asturian <[email protected]>\n"
 "Language: ast\n"
@@ -342,10 +342,9 @@
 msgstr "Modifica la configuración de Baloo"
 
 #: main.cpp:90
-#, fuzzy, kde-format
-#| msgid "Stop the file indexer"
+#, kde-format
 msgid "Monitor the file indexer"
-msgstr "Para l'indizador de ficheros"
+msgstr "Monitoriza l'indizador de ficheros"
 
 #: main.cpp:91
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/gl/balooctl5.po 
new/baloo-5.39.0/po/gl/balooctl5.po
--- old/baloo-5.38.0/po/gl/balooctl5.po 2017-09-03 09:58:12.000000000 +0200
+++ new/baloo-5.39.0/po/gl/balooctl5.po 2017-10-07 21:05:00.000000000 +0200
@@ -101,7 +101,7 @@
 #: configcommand.cpp:74
 #, kde-format
 msgid "Remove a value from a config parameter"
-msgstr "Eliminar un valor dun parámetro de configuración."
+msgstr "Retirar un valor dun parámetro de configuración."
 
 #: configcommand.cpp:75
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/gl/balooshow5.po 
new/baloo-5.39.0/po/gl/balooshow5.po
--- old/baloo-5.38.0/po/gl/balooshow5.po        2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/gl/balooshow5.po        2017-10-07 21:05:00.000000000 
+0200
@@ -73,7 +73,7 @@
 #: main.cpp:123
 #, kde-format
 msgid "This is a bug"
-msgstr "Isto é un erro."
+msgstr "Isto é un fallo."
 
 #: main.cpp:151
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/baloo_file5.po 
new/baloo-5.39.0/po/zh_CN/baloo_file5.po
--- old/baloo-5.38.0/po/zh_CN/baloo_file5.po    2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/zh_CN/baloo_file5.po    2017-10-07 21:05:00.000000000 
+0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Feng Chao <[email protected]>, 2014.
+# Weng Xuetian <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:11+0100\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/baloo_file_extractor5.po 
new/baloo-5.39.0/po/zh_CN/baloo_file_extractor5.po
--- old/baloo-5.38.0/po/zh_CN/baloo_file_extractor5.po  2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/po/zh_CN/baloo_file_extractor5.po  2017-10-07 
21:05:00.000000000 +0200
@@ -1,9 +1,13 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Weng Xuetian <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:11+0100\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/balooctl5.po 
new/baloo-5.39.0/po/zh_CN/balooctl5.po
--- old/baloo-5.38.0/po/zh_CN/balooctl5.po      2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/zh_CN/balooctl5.po      2017-10-07 21:05:00.000000000 
+0200
@@ -1,9 +1,15 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Xuetian Weng <[email protected]>, 2014, 2015.
+# Weng Xuetian <[email protected]>, 2015, 2016.
+# Guo Yunhe <[email protected]>, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-20 02:49+0200\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/baloomonitorplugin.po 
new/baloo-5.39.0/po/zh_CN/baloomonitorplugin.po
--- old/baloo-5.38.0/po/zh_CN/baloomonitorplugin.po     2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/po/zh_CN/baloomonitorplugin.po     2017-10-07 
21:05:00.000000000 +0200
@@ -1,9 +1,13 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Weng Xuetian <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:11+0100\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/baloosearch5.po 
new/baloo-5.39.0/po/zh_CN/baloosearch5.po
--- old/baloo-5.38.0/po/zh_CN/baloosearch5.po   2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/zh_CN/baloosearch5.po   2017-10-07 21:05:00.000000000 
+0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Feng Chao <[email protected]>, 2014.
+# Weng Xuetian <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-20 02:49+0200\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/balooshow5.po 
new/baloo-5.39.0/po/zh_CN/balooshow5.po
--- old/baloo-5.38.0/po/zh_CN/balooshow5.po     2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/zh_CN/balooshow5.po     2017-10-07 21:05:00.000000000 
+0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Feng Chao <[email protected]>, 2014.
+# Weng Xuetian <[email protected]>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-20 02:49+0200\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/kio5_baloosearch.po 
new/baloo-5.39.0/po/zh_CN/kio5_baloosearch.po
--- old/baloo-5.38.0/po/zh_CN/kio5_baloosearch.po       2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/po/zh_CN/kio5_baloosearch.po       2017-10-07 
21:05:00.000000000 +0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Feng Chao <[email protected]>, 2014.
+# Xuetian Weng <[email protected]>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:11+0100\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/kio5_tags.po 
new/baloo-5.39.0/po/zh_CN/kio5_tags.po
--- old/baloo-5.38.0/po/zh_CN/kio5_tags.po      2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/zh_CN/kio5_tags.po      2017-10-07 21:05:00.000000000 
+0200
@@ -1,9 +1,13 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Feng Chao <[email protected]>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-20 03:53+0100\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/po/zh_CN/kio5_timeline.po 
new/baloo-5.39.0/po/zh_CN/kio5_timeline.po
--- old/baloo-5.38.0/po/zh_CN/kio5_timeline.po  2017-09-03 09:58:12.000000000 
+0200
+++ new/baloo-5.39.0/po/zh_CN/kio5_timeline.po  2017-10-07 21:05:00.000000000 
+0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Feng Chao <[email protected]>, 2014.
+# Weng Xuetian <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:11+0100\n"
-"PO-Revision-Date: 2017-08-31 05:10-0400\n"
+"PO-Revision-Date: 2017-09-30 17:44-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/src/file/basicindexingjob.cpp 
new/baloo-5.39.0/src/file/basicindexingjob.cpp
--- old/baloo-5.38.0/src/file/basicindexingjob.cpp      2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/src/file/basicindexingjob.cpp      2017-10-07 
21:05:00.000000000 +0200
@@ -129,16 +129,16 @@
     QVector<Type::Type> types;
 
     // Basic types
-    if (mimeType.contains(QLatin1String("audio")))
+    if (mimeType.startsWith(QLatin1String("audio/")))
         types << Type::Audio;
-    if (mimeType.contains(QLatin1String("video")))
+    if (mimeType.startsWith(QLatin1String("video/")))
         types << Type::Video;
-    if (mimeType.contains(QLatin1String("image")))
+    if (mimeType.startsWith(QLatin1String("image/")))
         types << Type::Image;
+    if (mimeType.startsWith(QLatin1String("text/")))
+        types << Type::Text;
     if (mimeType.contains(QLatin1String("document")))
         types << Type::Document;
-    if (mimeType.contains(QLatin1String("text")))
-        types << Type::Text;
 
     if (mimeType.contains(QLatin1String("powerpoint"))) {
         types << Type::Presentation;
@@ -215,6 +215,7 @@
         {"application/wps-office.pptx", Type::Document},
         {"appliaction/wps-office.pptx", Type::Presentation},
         // Other
+        {"text/markdown", Type::Document},
         {"application/x-lyx", Type::Document}
     };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/src/file/extractor/CMakeLists.txt 
new/baloo-5.39.0/src/file/extractor/CMakeLists.txt
--- old/baloo-5.38.0/src/file/extractor/CMakeLists.txt  2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/src/file/extractor/CMakeLists.txt  2017-10-07 
21:05:00.000000000 +0200
@@ -33,4 +33,6 @@
 
 install(TARGETS baloo_file_extractor DESTINATION ${BIN_INSTALL_DIR})
 
-add_subdirectory(autotests)
+if(BUILD_TESTING)
+  add_subdirectory(autotests)
+endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/src/file/pendingfilequeue.cpp 
new/baloo-5.39.0/src/file/pendingfilequeue.cpp
--- old/baloo-5.38.0/src/file/pendingfilequeue.cpp      2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/src/file/pendingfilequeue.cpp      2017-10-07 
21:05:00.000000000 +0200
@@ -61,10 +61,10 @@
         while (it.hasNext()) {
             const PendingFile &pf = it.next();
             if (pf.path().startsWith(file.path())) {
-                it.remove();
-
                 m_pendingFiles.remove(pf.path());
                 m_recentlyEmitted.remove(pf.path());
+
+                it.remove();
             }
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.38.0/src/kioslaves/tags/tags.protocol 
new/baloo-5.39.0/src/kioslaves/tags/tags.protocol
--- old/baloo-5.38.0/src/kioslaves/tags/tags.protocol   2017-09-03 
09:58:12.000000000 +0200
+++ new/baloo-5.39.0/src/kioslaves/tags/tags.protocol   2017-10-07 
21:05:00.000000000 +0200
@@ -4,14 +4,14 @@
 input=none
 output=filesystem
 reading=true
-writing=true
-deleting=true
+writing=false
+deleting=false
 linking=false
 makedir=false
-moving=true
+moving=false
 copyFromFile=true
-renameFromFile=true
-deleteRecursive=true
+renameFromFile=false
+deleteRecursive=false
 listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link
 source=false
 Icon=tag


Reply via email to