Hello community, here is the log from the commit of package baloo5 for openSUSE:Factory checked in at 2017-09-19 16:21:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/baloo5 (Old) and /work/SRC/openSUSE:Factory/.baloo5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "baloo5" Tue Sep 19 16:21:12 2017 rev:43 rq:526617 version:5.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes 2017-08-24 17:52:50.136734433 +0200 +++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes 2017-09-19 16:21:16.405283589 +0200 @@ -1,0 +2,12 @@ +Tue Sep 12 07:11:16 CEST 2017 - [email protected] + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * Avoid useless copies from it.next(), add const REVIEW: 129378 + * Remove useless includes REVIEW: 129650 + * Fix directory based search. + +------------------------------------------------------------------- Old: ---- baloo-5.37.0.tar.xz New: ---- baloo-5.38.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ baloo5.spec ++++++ --- /var/tmp/diff_new_pack.dLsbe2/_old 2017-09-19 16:21:17.005199028 +0200 +++ /var/tmp/diff_new_pack.dLsbe2/_new 2017-09-19 16:21:17.009198464 +0200 @@ -17,11 +17,14 @@ %bcond_without lang -%define _tar_path 5.37 +%define _tar_path 5.38 +# 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.37.0 +Version: 5.38.0 Release: 0 -%define kf5_version %{version} Summary: Framework for searching and managing metadata License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0 Group: System/GUI/KDE @@ -30,19 +33,19 @@ Source1: baselibs.conf # PATCH-FIX-OPENSUSE fix-cmakelists-comments.diff -- Change cmake 3.0 block comments to work in cmake 2.x Patch1: fix-cmakelists-comments.diff -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: libattr-devel BuildRequires: lmdb-devel -BuildRequires: cmake(KF5Config) >= %{_tar_path} -BuildRequires: cmake(KF5CoreAddons) >= %{_tar_path} -BuildRequires: cmake(KF5Crash) >= %{_tar_path} -BuildRequires: cmake(KF5DBusAddons) >= %{_tar_path} -BuildRequires: cmake(KF5FileMetaData) >= %{_tar_path} -BuildRequires: cmake(KF5I18n) >= %{_tar_path} -BuildRequires: cmake(KF5IdleTime) >= %{_tar_path} -BuildRequires: cmake(KF5KIO) >= %{_tar_path} -BuildRequires: cmake(KF5Solid) >= %{_tar_path} +BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5FileMetaData) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5IdleTime) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5Solid) >= %{_kf5_bugfix_version} BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5DBus) >= 5.6.0 BuildRequires: cmake(Qt5Qml) >= 5.6.0 @@ -126,8 +129,8 @@ Requires: libKF5Baloo5 = %{version} Requires: libKF5BalooEngine5 = %{version} Requires: lmdb-devel -Requires: cmake(KF5CoreAddons) >= %{_tar_path} -Requires: cmake(KF5FileMetaData) >= %{_tar_path} +Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} +Requires: cmake(KF5FileMetaData) >= %{_kf5_bugfix_version} Requires: cmake(Qt5Core) >= 5.6.0 # DBus interface file #if 0%%{?suse_version} > 1320 ++++++ baloo-5.37.0.tar.xz -> baloo-5.38.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/CMakeLists.txt new/baloo-5.38.0/CMakeLists.txt --- old/baloo-5.37.0/CMakeLists.txt 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/CMakeLists.txt 2017-09-03 09:58:12.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.37.0") # handled by release scripts -set(KF5_DEP_VERSION "5.37.0") # handled by release scripts +set(KF5_VERSION "5.38.0") # handled by release scripts +set(KF5_DEP_VERSION "5.38.0") # handled by release scripts # set up project project(Baloo VERSION ${KF5_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/po/eu/kio5_baloosearch.po new/baloo-5.38.0/po/eu/kio5_baloosearch.po --- old/baloo-5.37.0/po/eu/kio5_baloosearch.po 1970-01-01 01:00:00.000000000 +0100 +++ new/baloo-5.38.0/po/eu/kio5_baloosearch.po 2017-09-03 09:58:12.000000000 +0200 @@ -0,0 +1,26 @@ +# Translation of kio5_baloosearch.po to Euskara/Basque (eu). +# Copyright (C) 2017, Free Software Foundation, Inc. +# This file is distributed under the same license as the frameworks package. +# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>. +# +# Translators: +# Iñigo Salvador Azurmendi <[email protected]>, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kio5_baloosearch\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-30 00:04+0100\n" +"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" +"Language-Team: Basque <[email protected]>\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 2.0\n" + +#: kio_search.cpp:47 +#, kde-format +msgid "Search Folder" +msgstr "Bilaketa karpeta" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/po/eu/kio5_tags.po new/baloo-5.38.0/po/eu/kio5_tags.po --- old/baloo-5.37.0/po/eu/kio5_tags.po 1970-01-01 01:00:00.000000000 +0100 +++ new/baloo-5.38.0/po/eu/kio5_tags.po 2017-09-03 09:58:12.000000000 +0200 @@ -0,0 +1,31 @@ +# Translation of kio5_tags.po to Euskara/Basque (eu). +# Copyright (C) 2017, Free Software Foundation, Inc. +# This file is distributed under the same license as the frameworks package. +# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>. +# +# Translators: +# Iñigo Salvador Azurmendi <[email protected]>, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kio5_tags\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-28 11:36+0100\n" +"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" +"Language-Team: Basque <[email protected]>\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 2.0\n" + +#: kio_tags.cpp:63 kio_tags.cpp:184 +#, kde-format +msgid "Tag" +msgstr "Etiketa" + +#: kio_tags.cpp:187 +#, kde-format +msgid "All Tags" +msgstr "Etiketa guztiak" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/po/eu/kio5_timeline.po new/baloo-5.38.0/po/eu/kio5_timeline.po --- old/baloo-5.37.0/po/eu/kio5_timeline.po 1970-01-01 01:00:00.000000000 +0100 +++ new/baloo-5.38.0/po/eu/kio5_timeline.po 2017-09-03 09:58:12.000000000 +0200 @@ -0,0 +1,41 @@ +# Translation of kio5_timeline.po to Euskara/Basque (eu). +# Copyright (C) 2017, Free Software Foundation, Inc. +# This file is distributed under the same license as the kde-workspace package. +# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>. +# +# Translators: +# Iñigo Salvador Azurmendi <[email protected]>, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kio5_timeline\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-30 00:12+0100\n" +"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" +"Language-Team: Basque <[email protected]>\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 2.0\n" + +#: kio_timeline.cpp:62 +#, kde-format +msgctxt "" +"Month and year used in a tree above the actual days. Have a look at http://" +"doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " +"ask [email protected] if you have problems understanding how to translate " +"this" +msgid "MMMM yyyy" +msgstr "yyyyko MMMM" + +#: kio_timeline.cpp:120 +#, kde-format +msgid "Today" +msgstr "Gaur" + +#: kio_timeline.cpp:121 kio_timeline.cpp:190 +#, kde-format +msgid "Calendar" +msgstr "Egutegia" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/po/gl/balooctl5.po new/baloo-5.38.0/po/gl/balooctl5.po --- old/baloo-5.37.0/po/gl/balooctl5.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/gl/balooctl5.po 2017-09-03 09:58:12.000000000 +0200 @@ -8,7 +8,7 @@ "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: 2017-07-28 14:13+0100\n" +"PO-Revision-Date: 2017-08-31 07:27+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -71,7 +71,7 @@ #: ../../file/indexerstate.h:66 #, kde-format msgid "Checking for unindexed files" -msgstr "Buscando ficheidos non indexados" +msgstr "Comprobando se hai ficheiros non indexados" #: configcommand.cpp:45 #, kde-format @@ -126,7 +126,7 @@ #: configcommand.cpp:85 configcommand.cpp:398 #, kde-format msgid "Controls if Baloo indexes hidden files and folders" -msgstr "Controla se Baloo indexa ficheiros e cartafoles ocultos." +msgstr "Controla se Baloo indexa ficheiros e cartafoles agochados." #: configcommand.cpp:86 #, kde-format @@ -168,7 +168,7 @@ #: configcommand.cpp:314 #, kde-format msgid "A folder must be provided" -msgstr "Debe indicar un cartafol." +msgstr "Debe fornecer un cartafol." #: configcommand.cpp:167 configcommand.cpp:197 configcommand.cpp:278 #: configcommand.cpp:320 @@ -195,7 +195,7 @@ #: configcommand.cpp:221 configcommand.cpp:356 #, kde-format msgid "A filter must be provided" -msgstr "Debe indicar un filtro." +msgstr "Debe fornecer un filtro." #: configcommand.cpp:227 #, kde-format @@ -205,7 +205,7 @@ #: configcommand.cpp:238 configcommand.cpp:374 #, kde-format msgid "A mimetype must be provided" -msgstr "Debe indicar un tipo MIME." +msgstr "Debe fornecer un tipo MIME." #: configcommand.cpp:244 #, kde-format @@ -250,12 +250,12 @@ #: configcommand.cpp:407 configcommand.cpp:434 #, kde-format msgid "A value must be provided" -msgstr "Debe indicar un valor." +msgstr "Debe fornecer un valor." #: configcommand.cpp:428 configcommand.cpp:455 #, kde-format msgid "Invalid value" -msgstr "Este valor non é válido" +msgstr "Este valor é incorrecto" #: main.cpp:69 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/po/gl/baloomonitorplugin.po new/baloo-5.38.0/po/gl/baloomonitorplugin.po --- old/baloo-5.37.0/po/gl/baloomonitorplugin.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/gl/baloomonitorplugin.po 2017-09-03 09:58:12.000000000 +0200 @@ -2,14 +2,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Adrián Chaves Fernández (Gallaecio) <[email protected]>, 2015. +# Adrián Chaves (Gallaecio) <[email protected]>, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:11+0100\n" -"PO-Revision-Date: 2015-11-07 11:22+0100\n" -"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." -"com>\n" +"PO-Revision-Date: 2017-08-12 15:25+0100\n" +"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -61,4 +61,4 @@ #: ../../file/indexerstate.h:66 #, kde-format msgid "Checking for unindexed files" -msgstr "Buscando ficheidos non indexados" +msgstr "Comprobando se hai ficheiros non indexados" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/po/zh_CN/baloo_file5.po new/baloo-5.38.0/po/zh_CN/baloo_file5.po --- old/baloo-5.37.0/po/zh_CN/baloo_file5.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/baloo_file5.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/baloo_file_extractor5.po new/baloo-5.38.0/po/zh_CN/baloo_file_extractor5.po --- old/baloo-5.37.0/po/zh_CN/baloo_file_extractor5.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/baloo_file_extractor5.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/balooctl5.po new/baloo-5.38.0/po/zh_CN/balooctl5.po --- old/baloo-5.37.0/po/zh_CN/balooctl5.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/balooctl5.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/baloomonitorplugin.po new/baloo-5.38.0/po/zh_CN/baloomonitorplugin.po --- old/baloo-5.37.0/po/zh_CN/baloomonitorplugin.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/baloomonitorplugin.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/baloosearch5.po new/baloo-5.38.0/po/zh_CN/baloosearch5.po --- old/baloo-5.37.0/po/zh_CN/baloosearch5.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/baloosearch5.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/balooshow5.po new/baloo-5.38.0/po/zh_CN/balooshow5.po --- old/baloo-5.37.0/po/zh_CN/balooshow5.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/balooshow5.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/kio5_baloosearch.po new/baloo-5.38.0/po/zh_CN/kio5_baloosearch.po --- old/baloo-5.37.0/po/zh_CN/kio5_baloosearch.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/kio5_baloosearch.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/kio5_tags.po new/baloo-5.38.0/po/zh_CN/kio5_tags.po --- old/baloo-5.37.0/po/zh_CN/kio5_tags.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/kio5_tags.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/po/zh_CN/kio5_timeline.po new/baloo-5.38.0/po/zh_CN/kio5_timeline.po --- old/baloo-5.37.0/po/zh_CN/kio5_timeline.po 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/po/zh_CN/kio5_timeline.po 2017-09-03 09:58:12.000000000 +0200 @@ -3,7 +3,7 @@ "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-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-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.37.0/src/engine/transaction.cpp new/baloo-5.38.0/src/engine/transaction.cpp --- old/baloo-5.37.0/src/engine/transaction.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/engine/transaction.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -564,8 +564,8 @@ while (it.hasNext()) { it.next(); - const QByteArray term = it.key(); - const PostingList list = it.value(); + const QByteArray& term = it.key(); + const PostingList& list = it.value(); for (quint64 id : list) { if (documentTermsDB.get(id).contains(term)) { continue; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/src/engine/writetransaction.cpp new/baloo-5.38.0/src/engine/writetransaction.cpp --- old/baloo-5.37.0/src/engine/writetransaction.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/engine/writetransaction.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -93,7 +93,7 @@ QMapIterator<QByteArray, Document::TermData> it(terms); while (it.hasNext()) { - const QByteArray term = it.next().key(); + const QByteArray& term = it.next().key(); termList.append(term); Operation op; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/src/file/fileindexscheduler.cpp new/baloo-5.38.0/src/file/fileindexscheduler.cpp --- old/baloo-5.37.0/src/file/fileindexscheduler.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/file/fileindexscheduler.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -143,7 +143,7 @@ { QMutableListIterator<QString> it(list); while (it.hasNext()) { - QString file = it.next(); + const QString& file = it.next(); if (file.startsWith(dir)) { it.remove(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/src/file/mainadaptor.cpp new/baloo-5.38.0/src/file/mainadaptor.cpp --- old/baloo-5.37.0/src/file/mainadaptor.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/file/mainadaptor.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -9,12 +9,6 @@ */ #include "mainadaptor.h" -#include <QtCore/QByteArray> -#include <QtCore/QList> -#include <QtCore/QMap> -#include <QtCore/QString> -#include <QtCore/QStringList> -#include <QtCore/QVariant> /* * Implementation of adaptor class MainAdaptor diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/src/file/mainadaptor.h new/baloo-5.38.0/src/file/mainadaptor.h --- old/baloo-5.37.0/src/file/mainadaptor.h 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/file/mainadaptor.h 2017-09-03 09:58:12.000000000 +0200 @@ -17,15 +17,6 @@ #include "mainhub.h" -QT_BEGIN_NAMESPACE -class QByteArray; -template<class T> class QList; -template<class Key, class Value> class QMap; -class QString; -class QStringList; -class QVariant; -QT_END_NAMESPACE - /* * This is mainly for API compatibility and will * be removed as soon as plasma moves to using newer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/src/file/pendingfilequeue.cpp new/baloo-5.38.0/src/file/pendingfilequeue.cpp --- old/baloo-5.37.0/src/file/pendingfilequeue.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/file/pendingfilequeue.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -59,7 +59,7 @@ if (file.shouldRemoveIndex() && file.path().endsWith('/')) { QMutableVectorIterator<PendingFile> it(m_cache); while (it.hasNext()) { - PendingFile pf = it.next(); + const PendingFile &pf = it.next(); if (pf.path().startsWith(file.path())) { it.remove(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/src/lib/searchstore.cpp new/baloo-5.38.0/src/lib/searchstore.cpp --- old/baloo-5.37.0/src/lib/searchstore.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/src/lib/searchstore.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -190,7 +190,7 @@ return tr->postingIterator(q); } else if (property == "includefolder") { - const QByteArray folder = QFile::encodeName(QFileInfo(value.toString()).canonicalPath()); + const QByteArray folder = QFile::encodeName(QFileInfo(value.toString()).canonicalFilePath()); Q_ASSERT(!folder.isEmpty()); Q_ASSERT(folder.startsWith('/')); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.37.0/tests/engine/basicindexingtest.cpp new/baloo-5.38.0/tests/engine/basicindexingtest.cpp --- old/baloo-5.37.0/tests/engine/basicindexingtest.cpp 2017-08-06 19:54:39.000000000 +0200 +++ new/baloo-5.38.0/tests/engine/basicindexingtest.cpp 2017-09-03 09:58:12.000000000 +0200 @@ -55,8 +55,8 @@ QDirIterator it(QDir::homePath(), QDirIterator::Subdirectories); uint num = 0; while (it.hasNext()) { - QString path = it.next(); - QString mimetype = mimeDb.mimeTypeForFile(path, QMimeDatabase::MatchExtension).name(); + const QString& path = it.next(); + const QString& mimetype = mimeDb.mimeTypeForFile(path, QMimeDatabase::MatchExtension).name(); BasicIndexingJob job(path, mimetype); job.index();
