Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2021-07-15 23:59:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Thu Jul 15 23:59:07 2021 rev:91 rq:905465 version:5.84.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2021-06-16 
20:33:49.339015887 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new.2625/baloo5.changes  2021-07-15 
23:59:24.545978201 +0200
@@ -1,0 +2,11 @@
+Sun Jul  4 07:45:02 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.84.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.84.0
+- Changes since 5.83.0:
+  * Update IRC network name in the README
+- Only install the license files once
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.EeGJdL/_old  2021-07-15 23:59:25.113973634 +0200
+++ /var/tmp/diff_new_pack.EeGJdL/_new  2021-07-15 23:59:25.113973634 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.83
+%define _tar_path 5.84
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           baloo5
-Version:        5.83.0
+Version:        5.84.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
@@ -184,11 +184,9 @@
 %{_kf5_libdir}/libKF5Baloo.so.*
 
 %files -n libKF5BalooEngine5
-%license LICENSES/*
 %{_kf5_libdir}/libKF5BalooEngine.so.*
 
 %files file
-%license LICENSES/*
 %{_kf5_bindir}/baloo_file
 %{_kf5_bindir}/baloo_file_extractor
 %{_kf5_bindir}/balooctl
@@ -200,7 +198,6 @@
 %{_userunitdir}/kde-baloo.service
 
 %files kioslaves
-%license LICENSES/*
 %dir %{_kf5_plugindir}/kf5/kio
 %dir %{_kf5_plugindir}/kf5
 %{_kf5_plugindir}/kf5/kio/baloosearch.so
@@ -210,16 +207,13 @@
 %{_kf5_plugindir}/kf5/kio/timeline.so
 
 %files tools
-%license LICENSES/*
 %{_kf5_bindir}/baloosearch
 %{_kf5_bindir}/balooshow
 
 %files imports
-%license LICENSES/*
 %{_kf5_qmldir}/
 
 %files devel
-%license LICENSES/*
 %{_kf5_includedir}/Baloo
 %{_kf5_includedir}/baloo_version.h
 %{_kf5_libdir}/cmake/KF5Baloo/
@@ -230,16 +224,12 @@
 
 %if %{with lang}
 %files -n libKF5BalooEngine5-lang -f libKF5BalooEngine5.lang
-%license LICENSES/*
 
 %files file-lang -f %{name}-file.lang
-%license LICENSES/*
 
 %files tools-lang -f %{name}-tools.lang
-%license LICENSES/*
 
 %files kioslaves-lang -f %{name}-kioslaves.lang
-%license LICENSES/*
 
 %endif
 

++++++ baloo-5.83.0.tar.xz -> baloo-5.84.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/CMakeLists.txt 
new/baloo-5.84.0/CMakeLists.txt
--- old/baloo-5.83.0/CMakeLists.txt     2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/CMakeLists.txt     2021-07-03 14:05:21.000000000 +0200
@@ -1,8 +1,8 @@
 # set minimum version requirements
 cmake_minimum_required(VERSION 3.16)
 set(REQUIRED_QT_VERSION 5.15.0)
-set(KF_VERSION "5.83.0") # handled by release scripts
-set(KF_DEP_VERSION "5.83.0") # handled by release scripts
+set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_DEP_VERSION "5.84.0") # handled by release scripts
 
 # set up project
 project(Baloo VERSION ${KF_VERSION})
@@ -75,9 +75,6 @@
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) # TODO look into the 
QMap::insertMulti usage in kfilemetadata
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 
-set(CMAKE_CXX_STANDARD 14)
-set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
-
 find_package(Inotify)
 set_package_properties(Inotify PROPERTIES
     PURPOSE "Filesystem alteration notifications using inotify")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/README.md new/baloo-5.84.0/README.md
--- old/baloo-5.83.0/README.md  2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/README.md  2021-07-03 14:05:21.000000000 +0200
@@ -12,7 +12,7 @@
 
 **Mailing List:** [email protected] ([info 
page](https://mail.kde.org/mailman/listinfo/kde-devel))
 **Bug Tracker:** http://bugs.kde.org  ([new 
bug](https://bugs.kde.org/enter_bug.cgi?product=frameworks-baloo))
-**IRC Channel:** #kde-baloo on Freenode
+**IRC Channel:** #kde-baloo on Libera Chat
 
 The recommended way of contributing patches is via KDE's 
[GitLab](https://invent.kde.org/frameworks/baloo) instance.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/cs/balooctl5.po 
new/baloo-5.84.0/po/cs/balooctl5.po
--- old/baloo-5.83.0/po/cs/balooctl5.po 2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/cs/balooctl5.po 2021-07-03 14:05:21.000000000 +0200
@@ -1,21 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # V??t Pel????k <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019, 2020.
+# Vit Pelcak <[email protected]>, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-19 00:15+0000\n"
-"PO-Revision-Date: 2020-09-16 16:02+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2021-06-23 11:54+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 21.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -238,7 +239,7 @@
 #: main.cpp:62
 #, kde-format
 msgid "Remove the index database"
-msgstr ""
+msgstr "Odstranit datab??zi indexu"
 
 #: main.cpp:63
 #, kde-format
@@ -283,7 +284,7 @@
 #: main.cpp:71
 #, kde-format
 msgid "Display files which could not be indexed"
-msgstr ""
+msgstr "Zobrazit soubory, kter?? nelze indexovat"
 
 #: main.cpp:74
 #, kde-format
@@ -295,6 +296,9 @@
 "The default format is \"%1\".\n"
 "Only applies to \"%4\""
 msgstr ""
+"V??stupn?? form??t <%1|%2|%3>.\n"
+"V??choz?? form??t je \"%1\".\n"
+"Plat?? pouze pro \"%4\""
 
 #: main.cpp:80
 #, kde-format
@@ -335,7 +339,7 @@
 #: monitorcommand.h:32
 #, kde-format
 msgid "CLI interface for monitoring Baloo"
-msgstr ""
+msgstr "Rozhran?? CLI pro monitorov??n?? Baloo"
 
 #: statuscommand.cpp:33
 #, kde-format
@@ -345,7 +349,7 @@
 #: statuscommand.cpp:117
 #, kde-format
 msgid "File ignored"
-msgstr ""
+msgstr "Soubor byl ignorov??n"
 
 #: statuscommand.cpp:118
 #, kde-format
@@ -386,7 +390,7 @@
 #: statuscommand.cpp:147 statuscommand.cpp:187 statuscommand.cpp:236
 #, kde-format
 msgid "Ignoring symlink/special file %1"
-msgstr ""
+msgstr "Ignoruji symlink/speci??ln?? soubor %1"
 
 #: statuscommand.cpp:151
 #, kde-format
@@ -432,17 +436,17 @@
 #: statuscommand.cpp:321
 #, kde-format
 msgid "Total files indexed: %1"
-msgstr ""
+msgstr "Celkem indexov??no soubor??: %1"
 
 #: statuscommand.cpp:322
 #, kde-format
 msgid "Files waiting for content indexing: %1"
-msgstr ""
+msgstr "Soubory ??ekaj??c?? na indexov??n?? obsahu: %1"
 
 #: statuscommand.cpp:323
 #, kde-format
 msgid "Files failed to index: %1"
-msgstr ""
+msgstr "Soubory, jejich?? indexov??n?? selhalo: %1"
 
 #: statuscommand.cpp:331
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/balooctl5.po 
new/baloo-5.84.0/po/de/balooctl5.po
--- old/baloo-5.83.0/po/de/balooctl5.po 2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/de/balooctl5.po 2021-07-03 14:05:21.000000000 +0200
@@ -13,7 +13,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/baloodb5.po 
new/baloo-5.84.0/po/de/baloodb5.po
--- old/baloo-5.83.0/po/de/baloodb5.po  2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/de/baloodb5.po  2021-07-03 14:05:21.000000000 +0200
@@ -16,7 +16,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/balooengine5.po 
new/baloo-5.84.0/po/de/balooengine5.po
--- old/baloo-5.83.0/po/de/balooengine5.po      2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/de/balooengine5.po      2021-07-03 14:05:21.000000000 
+0200
@@ -16,7 +16,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
 
 #: experimental/databasesanitizer.cpp:262
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/baloosearch5.po 
new/baloo-5.84.0/po/de/baloosearch5.po
--- old/baloo-5.83.0/po/de/baloosearch5.po      2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/de/baloosearch5.po      2021-07-03 14:05:21.000000000 
+0200
@@ -13,7 +13,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/balooshow5.po 
new/baloo-5.84.0/po/de/balooshow5.po
--- old/baloo-5.83.0/po/de/balooshow5.po        2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/de/balooshow5.po        2021-07-03 14:05:21.000000000 
+0200
@@ -13,7 +13,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/kio5_baloosearch.po 
new/baloo-5.84.0/po/de/kio5_baloosearch.po
--- old/baloo-5.83.0/po/de/kio5_baloosearch.po  2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/de/kio5_baloosearch.po  2021-07-03 14:05:21.000000000 
+0200
@@ -12,7 +12,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
 
 #: kio_search.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/kio5_tags.po 
new/baloo-5.84.0/po/de/kio5_tags.po
--- old/baloo-5.83.0/po/de/kio5_tags.po 2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/de/kio5_tags.po 2021-07-03 14:05:21.000000000 +0200
@@ -12,7 +12,6 @@
 "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:114 kio_tags.cpp:173
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/de/kio5_timeline.po 
new/baloo-5.84.0/po/de/kio5_timeline.po
--- old/baloo-5.83.0/po/de/kio5_timeline.po     2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/de/kio5_timeline.po     2021-07-03 14:05:21.000000000 
+0200
@@ -13,7 +13,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 20.08.1\n"
 
 #: kio_timeline.cpp:77
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/el/balooengine5.po 
new/baloo-5.84.0/po/el/balooengine5.po
--- old/baloo-5.83.0/po/el/balooengine5.po      2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/el/balooengine5.po      2021-07-03 14:05:21.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the baloo package.
 #
-# Stelios <[email protected]>, 2020.
+# Stelios <[email protected]>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: baloo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-16 00:16+0000\n"
-"PO-Revision-Date: 2020-10-07 11:24+0300\n"
+"PO-Revision-Date: 2021-06-13 12:59+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
 "Language: el\n"
@@ -51,64 +51,64 @@
 #: indexerstate.cpp:14
 #, kde-format
 msgid "Unknown"
-msgstr ""
+msgstr "??????????????"
 
 #: indexerstate.cpp:17
 #, kde-format
 msgid "Idle"
-msgstr ""
+msgstr "??????????????"
 
 #: indexerstate.cpp:20
 #, kde-format
 msgid "Suspended"
-msgstr ""
+msgstr "???? ????????????????"
 
 #: indexerstate.cpp:23
 #, kde-format
 msgid "Initial Indexing"
-msgstr ""
+msgstr "???????????? ????????????????????????"
 
 #: indexerstate.cpp:26
 #, kde-format
 msgid "Indexing new files"
-msgstr ""
+msgstr "???????????????????????? ???????? ??????????????"
 
 #: indexerstate.cpp:29
 #, kde-format
 msgid "Indexing modified files"
-msgstr ""
+msgstr "???????????????????????? ???????????????????????????? ??????????????"
 
 #: indexerstate.cpp:32
 #, kde-format
 msgid "Indexing Extended Attributes"
-msgstr ""
+msgstr "???????????????????????? ?????????????????????? ??????????????????"
 
 #: indexerstate.cpp:35
 #, kde-format
 msgid "Indexing file content"
-msgstr ""
+msgstr "???????????????????????? ???????????????????????? ??????????????"
 
 #: indexerstate.cpp:38
 #, kde-format
 msgid "Checking for unindexed files"
-msgstr ""
+msgstr "?????????????? ?????? ???? ???????????????????????????? ????????????"
 
 #: indexerstate.cpp:41
 #, kde-format
 msgid "Checking for stale index entries"
-msgstr ""
+msgstr "?????????????? ?????? ???????????????? ???????????????? ????????????"
 
 #: indexerstate.cpp:44
 #, kde-format
 msgid "Idle (Powersave)"
-msgstr ""
+msgstr "???? ???????????????? (???????????????????????? ??????????????????)"
 
 #: indexerstate.cpp:47
 #, kde-format
 msgid "Not Running"
-msgstr ""
+msgstr "?????? ????????????????????"
 
 #: indexerstate.cpp:50
 #, kde-format
 msgid "Starting"
-msgstr ""
+msgstr "????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/en_GB/balooengine5.po 
new/baloo-5.84.0/po/en_GB/balooengine5.po
--- old/baloo-5.83.0/po/en_GB/balooengine5.po   2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/en_GB/balooengine5.po   2021-07-03 14:05:21.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.
 #
-# Steve Allewell <[email protected]>, 2018.
+# Steve Allewell <[email protected]>, 2018, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-16 00:16+0000\n"
-"PO-Revision-Date: 2018-04-22 13:20+0000\n"
+"PO-Revision-Date: 2021-06-12 14:03+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
@@ -15,7 +15,7 @@
 "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"
+"X-Generator: Lokalize 21.04.1\n"
 
 #: experimental/databasesanitizer.cpp:262
 #, kde-format
@@ -51,64 +51,64 @@
 #: indexerstate.cpp:14
 #, kde-format
 msgid "Unknown"
-msgstr ""
+msgstr "Unknown"
 
 #: indexerstate.cpp:17
 #, kde-format
 msgid "Idle"
-msgstr ""
+msgstr "Idle"
 
 #: indexerstate.cpp:20
 #, kde-format
 msgid "Suspended"
-msgstr ""
+msgstr "Suspended"
 
 #: indexerstate.cpp:23
 #, kde-format
 msgid "Initial Indexing"
-msgstr ""
+msgstr "Initial Indexing"
 
 #: indexerstate.cpp:26
 #, kde-format
 msgid "Indexing new files"
-msgstr ""
+msgstr "Indexing new files"
 
 #: indexerstate.cpp:29
 #, kde-format
 msgid "Indexing modified files"
-msgstr ""
+msgstr "Indexing modified files"
 
 #: indexerstate.cpp:32
 #, kde-format
 msgid "Indexing Extended Attributes"
-msgstr ""
+msgstr "Indexing Extended Attributes"
 
 #: indexerstate.cpp:35
 #, kde-format
 msgid "Indexing file content"
-msgstr ""
+msgstr "Indexing file content"
 
 #: indexerstate.cpp:38
 #, kde-format
 msgid "Checking for unindexed files"
-msgstr ""
+msgstr "Checking for unindexed files"
 
 #: indexerstate.cpp:41
 #, kde-format
 msgid "Checking for stale index entries"
-msgstr ""
+msgstr "Checking for stale index entries"
 
 #: indexerstate.cpp:44
 #, kde-format
 msgid "Idle (Powersave)"
-msgstr ""
+msgstr "Idle (Powersave)"
 
 #: indexerstate.cpp:47
 #, kde-format
 msgid "Not Running"
-msgstr ""
+msgstr "Not Running"
 
 #: indexerstate.cpp:50
 #, kde-format
 msgid "Starting"
-msgstr ""
+msgstr "Starting"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/nb/kio5_baloosearch.po 
new/baloo-5.84.0/po/nb/kio5_baloosearch.po
--- old/baloo-5.83.0/po/nb/kio5_baloosearch.po  2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/nb/kio5_baloosearch.po  2021-07-03 14:05:21.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kio_nepomuksearch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-02 02:13+0100\n"
+"POT-Creation-Date: 2021-06-05 00:13+0000\n"
 "PO-Revision-Date: 2014-09-19 20:29+0200\n"
 "Last-Translator: Bj??rn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokm??l <[email protected]>\n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kio_search.cpp:40
+#: kio_search.cpp:47
 #, kde-format
 msgid "Search Folder"
 msgstr "S??kemappe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/nb/kio5_tags.po 
new/baloo-5.84.0/po/nb/kio5_tags.po
--- old/baloo-5.83.0/po/nb/kio5_tags.po 2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/nb/kio5_tags.po 2021-07-03 14:05:21.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-10-24 02:11+0200\n"
+"POT-Creation-Date: 2021-06-05 00:13+0000\n"
 "PO-Revision-Date: 2014-02-23 11:42+0100\n"
 "Last-Translator: Bj??rn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokm??l <[email protected]>\n"
@@ -19,22 +19,22 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kio_tags.cpp:107 kio_tags.cpp:166
+#: kio_tags.cpp:114 kio_tags.cpp:173
 #, kde-format
 msgid "File %1 already has tag %2"
 msgstr ""
 
-#: kio_tags.cpp:299
+#: kio_tags.cpp:306
 #, kde-format
 msgid "Tag"
 msgstr "Etikett"
 
-#: kio_tags.cpp:301
+#: kio_tags.cpp:308
 #, kde-format
 msgid "Tag Fragment"
 msgstr ""
 
-#: kio_tags.cpp:303 kio_tags.cpp:308
+#: kio_tags.cpp:310 kio_tags.cpp:315
 #, kde-format
 msgid "All Tags"
 msgstr "Alle etiketter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/nb/kio5_timeline.po 
new/baloo-5.84.0/po/nb/kio5_timeline.po
--- old/baloo-5.83.0/po/nb/kio5_timeline.po     2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/nb/kio5_timeline.po     2021-07-03 14:05:21.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-02 02:13+0100\n"
+"POT-Creation-Date: 2021-06-05 00:13+0000\n"
 "PO-Revision-Date: 2011-08-06 13:55+0200\n"
 "Last-Translator: Bj??rn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokm??l <[email protected]>\n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kio_timeline.cpp:70
+#: kio_timeline.cpp:77
 #, kde-format
 msgctxt ""
 "Month and year used in a tree above the actual days. Have a look at https://";
@@ -29,12 +29,12 @@
 msgid "MMMM yyyy"
 msgstr ""
 
-#: kio_timeline.cpp:111
+#: kio_timeline.cpp:118
 #, kde-format
 msgid "Today"
 msgstr "I dag"
 
-#: kio_timeline.cpp:112 kio_timeline.cpp:196
+#: kio_timeline.cpp:119 kio_timeline.cpp:203
 #, kde-format
 msgid "Calendar"
 msgstr "Kalender"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/nn/kio5_baloosearch.po 
new/baloo-5.84.0/po/nn/kio5_baloosearch.po
--- old/baloo-5.83.0/po/nn/kio5_baloosearch.po  2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/nn/kio5_baloosearch.po  2021-07-03 14:05:21.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-02 02:13+0100\n"
+"POT-Creation-Date: 2021-06-05 00:13+0000\n"
 "PO-Revision-Date: 2015-09-18 20:11+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -20,7 +20,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kio_search.cpp:40
+#: kio_search.cpp:47
 #, kde-format
 msgid "Search Folder"
 msgstr "S??kjemappe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/nn/kio5_tags.po 
new/baloo-5.84.0/po/nn/kio5_tags.po
--- old/baloo-5.83.0/po/nn/kio5_tags.po 2021-06-05 11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/nn/kio5_tags.po 2021-07-03 14:05:21.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-10-24 02:11+0200\n"
+"POT-Creation-Date: 2021-06-05 00:13+0000\n"
 "PO-Revision-Date: 2018-01-24 20:07+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -19,22 +19,22 @@
 "X-Text-Markup: kde4\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: kio_tags.cpp:107 kio_tags.cpp:166
+#: kio_tags.cpp:114 kio_tags.cpp:173
 #, kde-format
 msgid "File %1 already has tag %2"
 msgstr "Fila %1 har alt merkelappen %2"
 
-#: kio_tags.cpp:299
+#: kio_tags.cpp:306
 #, kde-format
 msgid "Tag"
 msgstr "Merkelapp"
 
-#: kio_tags.cpp:301
+#: kio_tags.cpp:308
 #, kde-format
 msgid "Tag Fragment"
 msgstr "Merkelapp-fragment"
 
-#: kio_tags.cpp:303 kio_tags.cpp:308
+#: kio_tags.cpp:310 kio_tags.cpp:315
 #, kde-format
 msgid "All Tags"
 msgstr "Alle merkelappar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/nn/kio5_timeline.po 
new/baloo-5.84.0/po/nn/kio5_timeline.po
--- old/baloo-5.83.0/po/nn/kio5_timeline.po     2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/nn/kio5_timeline.po     2021-07-03 14:05:21.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-02 02:13+0100\n"
+"POT-Creation-Date: 2021-06-05 00:13+0000\n"
 "PO-Revision-Date: 2020-03-15 10:33+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kio_timeline.cpp:70
+#: kio_timeline.cpp:77
 #, kde-format
 msgctxt ""
 "Month and year used in a tree above the actual days. Have a look at https://";
@@ -29,12 +29,12 @@
 msgid "MMMM yyyy"
 msgstr "MMMM yyyy"
 
-#: kio_timeline.cpp:111
+#: kio_timeline.cpp:118
 #, kde-format
 msgid "Today"
 msgstr "I dag"
 
-#: kio_timeline.cpp:112 kio_timeline.cpp:196
+#: kio_timeline.cpp:119 kio_timeline.cpp:203
 #, kde-format
 msgid "Calendar"
 msgstr "Kalender"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.83.0/po/zh_CN/balooctl5.po 
new/baloo-5.84.0/po/zh_CN/balooctl5.po
--- old/baloo-5.83.0/po/zh_CN/balooctl5.po      2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/balooctl5.po      2021-07-03 14:05:21.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-19 00:15+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/baloodb5.po 
new/baloo-5.84.0/po/zh_CN/baloodb5.po
--- old/baloo-5.83.0/po/zh_CN/baloodb5.po       2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/baloodb5.po       2021-07-03 14:05:21.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:05+0200\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/balooengine5.po 
new/baloo-5.84.0/po/zh_CN/balooengine5.po
--- old/baloo-5.83.0/po/zh_CN/balooengine5.po   2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/balooengine5.po   2021-07-03 14:05:21.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-16 00:16+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/baloosearch5.po 
new/baloo-5.84.0/po/zh_CN/baloosearch5.po
--- old/baloo-5.83.0/po/zh_CN/baloosearch5.po   2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/baloosearch5.po   2021-07-03 14:05:21.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-06 00:15+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/balooshow5.po 
new/baloo-5.84.0/po/zh_CN/balooshow5.po
--- old/baloo-5.83.0/po/zh_CN/balooshow5.po     2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/balooshow5.po     2021-07-03 14:05:21.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-29 00:15+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/kio5_baloosearch.po 
new/baloo-5.84.0/po/zh_CN/kio5_baloosearch.po
--- old/baloo-5.83.0/po/zh_CN/kio5_baloosearch.po       2021-06-05 
11:11:27.000000000 +0200
+++ new/baloo-5.84.0/po/zh_CN/kio5_baloosearch.po       2021-07-03 
14:05:21.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-05 00:13+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/kio5_tags.po 
new/baloo-5.84.0/po/zh_CN/kio5_tags.po
--- old/baloo-5.83.0/po/zh_CN/kio5_tags.po      2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/kio5_tags.po      2021-07-03 14:05:21.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-05 00:13+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\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.83.0/po/zh_CN/kio5_timeline.po 
new/baloo-5.84.0/po/zh_CN/kio5_timeline.po
--- old/baloo-5.83.0/po/zh_CN/kio5_timeline.po  2021-06-05 11:11:27.000000000 
+0200
+++ new/baloo-5.84.0/po/zh_CN/kio5_timeline.po  2021-07-03 14:05:21.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-05 00:13+0000\n"
-"PO-Revision-Date: 2021-06-03 16:04\n"
+"PO-Revision-Date: 2021-06-20 07:35\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to