Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2024-01-15 22:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Mon Jan 15 22:11:44 2024 rev:122 rq:1138883 version:5.114.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2023-12-17 
21:29:24.195217984 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5.new.21961/baloo5.changes 2024-01-15 
22:11:55.250803890 +0100
@@ -1,0 +2,14 @@
+Sat Jan 13 11:21:11 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.114.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.114.0
+- Changes since 5.113.0:
+  * [IndexCleaner] Remove no-op recursion over includedFolders
+  * [ExtractorProcess] Remove unused members
+  * [TimeEstimator] Cleanup, remove QObject depency
+  * Use forward declaration for Baloo::Database
+  * Remove inacurate mimetype check in xattrindexer and indexcleaner
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.113.0.tar.xz
  baloo-5.113.0.tar.xz.sig

New:
----
  baloo-5.114.0.tar.xz
  baloo-5.114.0.tar.xz.sig

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.Y9FfIk/_old  2024-01-15 22:11:55.838825374 +0100
+++ /var/tmp/diff_new_pack.Y9FfIk/_new  2024-01-15 22:11:55.838825374 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:           baloo5
-Version:        5.113.0
+Version:        5.114.0
 Release:        0
 Summary:        Framework for searching and managing metadata
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only

++++++ baloo-5.113.0.tar.xz -> baloo-5.114.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/.gitlab-ci.yml 
new/baloo-5.114.0/.gitlab-ci.yml
--- old/baloo-5.113.0/.gitlab-ci.yml    2023-12-02 10:23:26.000000000 +0100
+++ new/baloo-5.114.0/.gitlab-ci.yml    2024-01-06 09:49:42.000000000 +0100
@@ -2,5 +2,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/linux.yml
+      - /gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/CMakeLists.txt 
new/baloo-5.114.0/CMakeLists.txt
--- old/baloo-5.113.0/CMakeLists.txt    2023-12-02 10:23:26.000000000 +0100
+++ new/baloo-5.114.0/CMakeLists.txt    2024-01-06 09:49:42.000000000 +0100
@@ -1,8 +1,8 @@
 # set minimum version requirements
 cmake_minimum_required(VERSION 3.16)
 set(REQUIRED_QT_VERSION 5.15.2)
-set(KF_VERSION "5.113.0") # handled by release scripts
-set(KF_DEP_VERSION "5.113.0") # handled by release scripts
+set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_DEP_VERSION "5.114.0") # handled by release scripts
 
 # set up project
 project(Baloo VERSION ${KF_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/baloo_file5.po 
new/baloo-5.114.0/po/fr/baloo_file5.po
--- old/baloo-5.113.0/po/fr/baloo_file5.po      2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/baloo_file5.po      2024-01-06 09:49:42.000000000 
+0100
@@ -1,11 +1,11 @@
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: baloo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2023-02-13 19:08+0100\n"
-"Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
+"Last-Translator: Xavier Besnard <xavier.besn...@kde.org>\n"
 "Language-Team: fr\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -22,4 +22,4 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "xavier.besn...@neuf.fr"
+msgstr "xavier.besn...@kde.org"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/baloo_file_extractor5.po 
new/baloo-5.114.0/po/fr/baloo_file_extractor5.po
--- old/baloo-5.113.0/po/fr/baloo_file_extractor5.po    2023-12-02 
10:23:26.000000000 +0100
+++ new/baloo-5.114.0/po/fr/baloo_file_extractor5.po    2024-01-06 
09:49:42.000000000 +0100
@@ -1,11 +1,11 @@
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: baloo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2023-02-13 19:09+0100\n"
-"Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
+"Last-Translator: Xavier Besnard <xavier.besn...@kde.org>\n"
 "Language-Team: fr\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "xavier.besn...@neuf.fr"
+msgstr "xavier.besn...@kde.org"
 
 #: main.cpp:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/balooctl5.po 
new/baloo-5.114.0/po/fr/balooctl5.po
--- old/baloo-5.113.0/po/fr/balooctl5.po        2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/balooctl5.po        2024-01-06 09:49:42.000000000 
+0100
@@ -3,8 +3,8 @@
 # Geoffray Levasseur <geoffray.levasseur-bran...@ac-toulouse.fr>, 2014.
 # Vincent Pinon <vpi...@kde.org>, 2016.
 # Simon Depiets <sdepi...@gmail.com>, 2017, 2018, 2019, 2020.
-# SPDX-FileCopyrightText: 2020, 2023 Xavier Besnard <xavier.besn...@neuf.fr>
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# SPDX-FileCopyrightText: 2020, 2023 Xavier Besnard <xavier.besn...@kde.org>
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/balooengine5.po 
new/baloo-5.114.0/po/fr/balooengine5.po
--- old/baloo-5.113.0/po/fr/balooengine5.po     2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/balooengine5.po     2024-01-06 09:49:42.000000000 
+0100
@@ -1,5 +1,5 @@
 # Simon Depiets <sdepi...@gmail.com>, 2018.
-# Xavier Besnard <xavier.besn...@neuf.fr>, 2021.
+# Xavier Besnard <xavier.besn...@kde.org>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: balooengine5\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/baloosearch5.po 
new/baloo-5.114.0/po/fr/baloosearch5.po
--- old/baloo-5.113.0/po/fr/baloosearch5.po     2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/baloosearch5.po     2024-01-06 09:49:42.000000000 
+0100
@@ -3,8 +3,8 @@
 # Vincent Pinon <vpi...@kde.org>, 2014, 2016.
 # Yoann Laissus <yoann.lais...@gmail.com>, 2018.
 # Simon Depiets <sdepi...@gmail.com>, 2020.
-# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard <xavier.besn...@neuf.fr>
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard <xavier.besn...@kde.org>
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 # Valentin Poupon <valentin.pou...@gmail.com>, 2023.
 #
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/balooshow5.po 
new/baloo-5.114.0/po/fr/balooshow5.po
--- old/baloo-5.113.0/po/fr/balooshow5.po       2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/balooshow5.po       2024-01-06 09:49:42.000000000 
+0100
@@ -3,8 +3,8 @@
 # Vincent Pinon <vpi...@kde.org>, 2014, 2016.
 # Yoann Laissus <yoann.lais...@gmail.com>, 2018.
 # Simon Depiets <sdepi...@gmail.com>, 2019.
-# Xavier Besnard <xavier.besn...@neuf.fr>, 2020.
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# Xavier Besnard <xavier.besn...@kde.org>, 2020.
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/kio5_baloosearch.po 
new/baloo-5.114.0/po/fr/kio5_baloosearch.po
--- old/baloo-5.113.0/po/fr/kio5_baloosearch.po 2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/kio5_baloosearch.po 2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Stanislas Zeller <uncensored.assa...@gmail.com>, 2008.
 # Etienne Biardeaud <etie...@cyteen.net>, 2010.
-# xavier <ktranslato...@yahoo.fr>, 2013.
+# Xavier Besnard <xavier.besn...@kde.org>, 2013.
 # Vincent Pinon <vpi...@kde.org>, 2016.
 #
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/kio5_tags.po 
new/baloo-5.114.0/po/fr/kio5_tags.po
--- old/baloo-5.113.0/po/fr/kio5_tags.po        2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/kio5_tags.po        2024-01-06 09:49:42.000000000 
+0100
@@ -2,9 +2,9 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Mickael Sibelle <kim...@gmail.com>, 2008.
-# xavier <xavier.besn...@neuf.fr>, 2012, 2013.
+# Xavier Besnard <xavier.besn...@kde.org>, 2012, 2013.
 # Vincent Pinon <vpi...@kde.org>, 2017.
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/fr/kio5_timeline.po 
new/baloo-5.114.0/po/fr/kio5_timeline.po
--- old/baloo-5.113.0/po/fr/kio5_timeline.po    2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/fr/kio5_timeline.po    2024-01-06 09:49:42.000000000 
+0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Geoffray Levasseur <geoffray.levasseurbran...@numericable.fr>, 2009, 2010, 
2011.
-# xavier <ktranslato...@yahoo.fr>, 2013.
+# Xavier Besnard <xavier.besn...@kde.org>, 2013.
 # Vincent Pinon <vpi...@kde.org>, 2016.
 # Simon Depiets <sdepi...@gmail.com>, 2020.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/sk/baloosearch5.po 
new/baloo-5.114.0/po/sk/baloosearch5.po
--- old/baloo-5.113.0/po/sk/baloosearch5.po     2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/sk/baloosearch5.po     2024-01-06 09:49:42.000000000 
+0100
@@ -1,5 +1,5 @@
 # translation of baloosearch.po to Slovak
-# Roman Paholik <wizzar...@gmail.com>, 2013, 2015.
+# SPDX-FileCopyrightText: 2013, 2015, 2023 Roman Paholik <wizzar...@gmail.com>
 # Mthw <jari...@hotmail.com>, 2019.
 # Matej Mrenica <matejm98m...@gmail.com>, 2020, 2022.
 msgid ""
@@ -7,14 +7,14 @@
 "Project-Id-Version: baloosearch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2022-02-14 13:57+0100\n"
-"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
-"Language-Team: Slovak <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2023-12-06 19:03+0100\n"
+"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.12.2\n"
+"X-Generator: Lokalize 23.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -90,7 +90,7 @@
 #: main.cpp:51
 #, kde-format
 msgid "Sorting criteria"
-msgstr ""
+msgstr "Kritériá triedenia"
 
 #: main.cpp:52
 #, kde-format
@@ -110,7 +110,7 @@
 #: main.cpp:110
 #, kde-format
 msgid "Using canonical path '%1' for '%2'"
-msgstr ""
+msgstr "Použitie kanonickej cesty '%1' pre '%2'"
 
 #: main.cpp:126
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/sk/balooshow5.po 
new/baloo-5.114.0/po/sk/balooshow5.po
--- old/baloo-5.113.0/po/sk/balooshow5.po       2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/sk/balooshow5.po       2024-01-06 09:49:42.000000000 
+0100
@@ -1,5 +1,5 @@
 # translation of balooshow.po to Slovak
-# Roman Paholik <wizzar...@gmail.com>, 2013, 2015.
+# SPDX-FileCopyrightText: 2013, 2015, 2023 Roman Paholik <wizzar...@gmail.com>
 # Mthw <jari...@hotmail.com>, 2018, 2019.
 # Matej Mrenica <matejm98m...@gmail.com>, 2019.
 msgid ""
@@ -7,14 +7,14 @@
 "Project-Id-Version: balooshow\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2019-07-08 16:02+0200\n"
-"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
-"Language-Team: Slovak <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2023-12-06 19:03+0100\n"
+"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.04.2\n"
+"X-Generator: Lokalize 23.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -112,16 +112,14 @@
 msgstr "%1 Podmienky: %2"
 
 #: main.cpp:233
-#, fuzzy, kde-format
-#| msgid "File Name Terms: %1"
+#, kde-format
 msgid "Plain Text Terms: %1"
-msgstr "Podmienky názvu súboru: %1"
+msgstr "Podmienky čistého textu: %1"
 
 #: main.cpp:234
-#, fuzzy, kde-format
-#| msgid "Terms: %1"
+#, kde-format
 msgid "Property Terms: %1"
-msgstr "Podmienky: %1"
+msgstr "Podmienky vlastností: %1"
 
 #: main.cpp:237
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/baloo_file5.po 
new/baloo-5.114.0/po/zh_CN/baloo_file5.po
--- old/baloo-5.113.0/po/zh_CN/baloo_file5.po   2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/baloo_file5.po   2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/baloo_file_extractor5.po 
new/baloo-5.114.0/po/zh_CN/baloo_file_extractor5.po
--- old/baloo-5.113.0/po/zh_CN/baloo_file_extractor5.po 2023-12-02 
10:23:26.000000000 +0100
+++ new/baloo-5.114.0/po/zh_CN/baloo_file_extractor5.po 2024-01-06 
09:49:42.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/balooctl5.po 
new/baloo-5.114.0/po/zh_CN/balooctl5.po
--- old/baloo-5.113.0/po/zh_CN/balooctl5.po     2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/balooctl5.po     2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-17 00:39+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/baloodb5.po 
new/baloo-5.114.0/po/zh_CN/baloodb5.po
--- old/baloo-5.113.0/po/zh_CN/baloodb5.po      2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/baloodb5.po      2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-17 00:39+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/balooengine5.po 
new/baloo-5.114.0/po/zh_CN/balooengine5.po
--- old/baloo-5.113.0/po/zh_CN/balooengine5.po  2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/balooengine5.po  2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-17 00:39+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/baloosearch5.po 
new/baloo-5.114.0/po/zh_CN/baloosearch5.po
--- old/baloo-5.113.0/po/zh_CN/baloosearch5.po  2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/baloosearch5.po  2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/balooshow5.po 
new/baloo-5.114.0/po/zh_CN/balooshow5.po
--- old/baloo-5.113.0/po/zh_CN/balooshow5.po    2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/balooshow5.po    2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/kio5_baloosearch.po 
new/baloo-5.114.0/po/zh_CN/kio5_baloosearch.po
--- old/baloo-5.113.0/po/zh_CN/kio5_baloosearch.po      2023-12-02 
10:23:26.000000000 +0100
+++ new/baloo-5.114.0/po/zh_CN/kio5_baloosearch.po      2024-01-06 
09:49:42.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/kio5_tags.po 
new/baloo-5.114.0/po/zh_CN/kio5_tags.po
--- old/baloo-5.113.0/po/zh_CN/kio5_tags.po     2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/kio5_tags.po     2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_CN/kio5_timeline.po 
new/baloo-5.114.0/po/zh_CN/kio5_timeline.po
--- old/baloo-5.113.0/po/zh_CN/kio5_timeline.po 2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/po/zh_CN/kio5_timeline.po 2024-01-06 09:49:42.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-17 00:39+0000\n"
-"PO-Revision-Date: 2023-11-25 02:28\n"
+"PO-Revision-Date: 2023-12-30 13:40\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/po/zh_TW/baloo_file_extractor5.po 
new/baloo-5.114.0/po/zh_TW/baloo_file_extractor5.po
--- old/baloo-5.113.0/po/zh_TW/baloo_file_extractor5.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/baloo-5.114.0/po/zh_TW/baloo_file_extractor5.po 2024-01-06 
09:49:42.000000000 +0100
@@ -0,0 +1,33 @@
+# Copyright (C) 2023 This file is copyright:
+# This file is distributed under the same license as the baloo package.
+#
+# SPDX-FileCopyrightText: 2023 Kisaragi Hiu <m...@kisaragi-hiu.com>
+msgid ""
+msgstr ""
+"Project-Id-Version: baloo\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
+"PO-Revision-Date: 2023-12-29 05:13+0900\n"
+"Last-Translator: Kisaragi Hiu <m...@kisaragi-hiu.com>\n"
+"Language-Team: Traditional Chinese <zh-l...@lists.slat.org>\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 23.08.4\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Kisaragi Hiu"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "m...@kisaragi-hiu.com"
+
+#: main.cpp:29
+#, kde-format
+msgid "Baloo File Extractor"
+msgstr "Baloo 檔案解壓工具"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/engine/global.cpp 
new/baloo-5.114.0/src/engine/global.cpp
--- old/baloo-5.113.0/src/engine/global.cpp     2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/src/engine/global.cpp     2024-01-06 09:49:42.000000000 
+0100
@@ -5,6 +5,7 @@
     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR 
LicenseRef-KDE-Accepted-LGPL
 */
 
+#include "database.h"
 #include "global.h"
 
 #include <QStandardPaths>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/engine/global.h 
new/baloo-5.114.0/src/engine/global.h
--- old/baloo-5.113.0/src/engine/global.h       2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/src/engine/global.h       2024-01-06 09:49:42.000000000 
+0100
@@ -8,11 +8,11 @@
 #ifndef GLOBAL_H
 #define GLOBAL_H
 
-#include "database.h"
-
+#include "engine_export.h"
 #include <QString>
 
 namespace Baloo {
+    class Database;
 
     /*
      * If BALOO_DB_PATH environment variable is set, then it returns value of 
that variable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/file/extractorprocess.h 
new/baloo-5.114.0/src/file/extractorprocess.h
--- old/baloo-5.113.0/src/file/extractorprocess.h       2023-12-02 
10:23:26.000000000 +0100
+++ new/baloo-5.114.0/src/file/extractorprocess.h       2024-01-06 
09:49:42.000000000 +0100
@@ -11,7 +11,6 @@
 
 #include <QProcess>
 #include <QObject>
-#include <QTimer>
 #include <QVector>
 
 namespace Baloo {
@@ -36,8 +35,6 @@
     const QString m_extractorPath;
 
     QProcess m_extractorProcess;
-    QTimer m_timeCurrentFile;
-    int m_processTimeout;
     Baloo::Private::ControllerPipe m_controller;
 };
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/file/fileindexscheduler.cpp 
new/baloo-5.114.0/src/file/fileindexscheduler.cpp
--- old/baloo-5.113.0/src/file/fileindexscheduler.cpp   2023-12-02 
10:23:26.000000000 +0100
+++ new/baloo-5.114.0/src/file/fileindexscheduler.cpp   2024-01-06 
09:49:42.000000000 +0100
@@ -30,7 +30,6 @@
     , m_provider(db)
     , m_contentIndexer(nullptr)
     , m_indexerState(Startup)
-    , m_timeEstimator(this)
     , m_checkUnindexedFiles(false)
     , m_checkStaleIndexEntries(false)
     , m_isGoingIdle(false)
@@ -54,8 +53,9 @@
     m_contentIndexer->setAutoDelete(false);
     connect(m_contentIndexer, &FileContentIndexer::done, this,
             &FileIndexScheduler::runnerFinished);
-    connect(m_contentIndexer, &FileContentIndexer::committedBatch, 
&m_timeEstimator,
-            &TimeEstimator::handleNewBatchTime);
+    connect(m_contentIndexer, &FileContentIndexer::committedBatch, [this](uint 
time, uint batchSize) {
+            this->m_timeEstimator.handleNewBatchTime(time, batchSize);
+    });
 
     QDBusConnection::sessionBus().registerObject(QStringLiteral("/scheduler"),
                                                  this, 
QDBusConnection::ExportScriptableContents);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/file/indexcleaner.cpp 
new/baloo-5.114.0/src/file/indexcleaner.cpp
--- old/baloo-5.113.0/src/file/indexcleaner.cpp 2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/src/file/indexcleaner.cpp 2024-01-06 09:49:42.000000000 
+0100
@@ -14,7 +14,6 @@
 #include "baloodebug.h"
 
 #include <QFile>
-#include <QMimeDatabase>
 
 using namespace Baloo;
 
@@ -28,8 +27,6 @@
 
 void IndexCleaner::run()
 {
-    QMimeDatabase mimeDb;
-
     Transaction tr(m_db, Transaction::ReadWrite);
 
     auto shouldDelete = [&](quint64 id) {
@@ -49,23 +46,9 @@
             return true;
         }
 
-        // FIXME: This mimetype is not completely accurate!
-        QString mimetype = mimeDb.mimeTypeForFile(url, 
QMimeDatabase::MatchExtension).name();
-        if (!m_config->shouldMimeTypeBeIndexed(mimetype)) {
-            qCDebug(BALOO) << "mimetype should not be indexed: " << url << 
mimetype;
-            return true;
-        }
-
         return false;
     };
 
-    const auto includeFolders = m_config->includeFolders();
-    for (const QString& folder : includeFolders) {
-        quint64 id = filePathToId(QFile::encodeName(folder));
-        if (id > 0) {
-            tr.removeRecursively(id, shouldDelete);
-        }
-    }
     const auto excludeFolders = m_config->excludeFolders();
     for (const QString& folder : excludeFolders) {
         quint64 id = filePathToId(QFile::encodeName(folder));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/file/timeestimator.cpp 
new/baloo-5.114.0/src/file/timeestimator.cpp
--- old/baloo-5.113.0/src/file/timeestimator.cpp        2023-12-02 
10:23:26.000000000 +0100
+++ new/baloo-5.114.0/src/file/timeestimator.cpp        2024-01-06 
09:49:42.000000000 +0100
@@ -8,16 +8,10 @@
 #include <cmath>
 
 #include "timeestimator.h"
-#include "filecontentindexerprovider.h"
 
 using namespace Baloo;
 
-TimeEstimator::TimeEstimator(QObject* parent)
-    : QObject(parent)
-    , m_bufferIndex(0)
-    , m_estimateReady(false)
-{
-}
+TimeEstimator::TimeEstimator() = default;
 
 uint TimeEstimator::calculateTimeLeft(int filesLeft)
 {
@@ -54,5 +48,3 @@
         m_estimateReady = true;
     }
 }
-
-#include "moc_timeestimator.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/file/timeestimator.h 
new/baloo-5.114.0/src/file/timeestimator.h
--- old/baloo-5.113.0/src/file/timeestimator.h  2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/src/file/timeestimator.h  2024-01-06 09:49:42.000000000 
+0100
@@ -10,8 +10,7 @@
 
 #define BUFFER_SIZE 5
 
-#include "fileindexerconfig.h"
-#include <QObject>
+#include <QtGlobal>
 
 namespace Baloo {
 /*
@@ -21,21 +20,19 @@
 * it will be assigned.
 */
 
-class TimeEstimator : public QObject
+class TimeEstimator
 {
-    Q_OBJECT
 public:
-    explicit TimeEstimator(QObject* parent = nullptr);
+    TimeEstimator();
     uint calculateTimeLeft(int filesLeft);
 
-public Q_SLOTS:
     void handleNewBatchTime(uint time, uint batchSize);
 
 private:
     float m_batchTimeBuffer[BUFFER_SIZE];
 
-    int m_bufferIndex;
-    bool m_estimateReady;
+    int m_bufferIndex = 0;
+    bool m_estimateReady = false;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.113.0/src/file/xattrindexer.cpp 
new/baloo-5.114.0/src/file/xattrindexer.cpp
--- old/baloo-5.113.0/src/file/xattrindexer.cpp 2023-12-02 10:23:26.000000000 
+0100
+++ new/baloo-5.114.0/src/file/xattrindexer.cpp 2024-01-06 09:49:42.000000000 
+0100
@@ -42,9 +42,6 @@
         }
 
         QString mimetype = mimeDb.mimeTypeForFile(filePath, 
QMimeDatabase::MatchExtension).name();
-        if (!m_config->shouldMimeTypeBeIndexed(mimetype)) {
-            continue;
-        }
 
         // FIXME: The BasicIndexingJob extracts too much info. We only need 
the xattr
         BasicIndexingJob job(filePath, mimetype, BasicIndexingJob::NoLevel);

Reply via email to