Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kfind for openSUSE:Factory checked 
in at 2023-08-31 13:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfind (Old)
 and      /work/SRC/openSUSE:Factory/.kfind.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfind"

Thu Aug 31 13:44:27 2023 rev:82 rq:1105688 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfind/kfind.changes      2023-07-07 
15:50:42.237405349 +0200
+++ /work/SRC/openSUSE:Factory/.kfind.new.1766/kfind.changes    2023-08-31 
13:48:14.953651632 +0200
@@ -1,0 +2,26 @@
+Sun Aug 20 13:59:27 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:02:44 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:13:45 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Add explicit moc includes to sources for moc-covered headers
+  * Add XmlGui dependancy
+  * Add Flatpak CI/CD
+
+-------------------------------------------------------------------

Old:
----
  kfind-23.04.3.tar.xz
  kfind-23.04.3.tar.xz.sig

New:
----
  kfind-23.08.0.tar.xz
  kfind-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kfind.spec ++++++
--- /var/tmp/diff_new_pack.o4Jw7M/_old  2023-08-31 13:48:16.945722834 +0200
+++ /var/tmp/diff_new_pack.o4Jw7M/_new  2023-08-31 13:48:16.989724406 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kfind
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        KDE Find File Utility
 License:        GPL-2.0-or-later
@@ -40,6 +40,7 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Widgets)
 


++++++ kfind-23.04.3.tar.xz -> kfind-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/.flatpak-manifest.json 
new/kfind-23.08.0/.flatpak-manifest.json
--- old/kfind-23.04.3/.flatpak-manifest.json    1970-01-01 01:00:00.000000000 
+0100
+++ new/kfind-23.08.0/.flatpak-manifest.json    2023-08-16 22:46:33.000000000 
+0200
@@ -0,0 +1,30 @@
+{
+    "id": "org.kde.kfind",
+    "rename-icon": "kfind",
+    "runtime": "org.kde.Platform",
+    "runtime-version": "5.15-22.08",
+    "sdk": "org.kde.Sdk",
+    "command": "kfind",
+    "finish-args": [
+        "--share=ipc",
+        "--socket=fallback-x11",
+        "--socket=wayland",
+        "--filesystem=host",
+        "--device=dri"
+    ],
+    "cleanup": [
+        "/share/man"
+    ],
+    "modules": [
+        {
+            "name": "kfind",
+            "buildsystem": "cmake-ninja",
+            "sources": [
+                {
+                    "type": "dir",
+                    "path": "."
+                }
+            ]
+        }
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/.flatpak-manifest.json.license 
new/kfind-23.08.0/.flatpak-manifest.json.license
--- old/kfind-23.04.3/.flatpak-manifest.json.license    1970-01-01 
01:00:00.000000000 +0100
+++ new/kfind-23.08.0/.flatpak-manifest.json.license    2023-08-16 
22:46:33.000000000 +0200
@@ -0,0 +1,2 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/.gitlab-ci.yml 
new/kfind-23.08.0/.gitlab-ci.yml
--- old/kfind-23.04.3/.gitlab-ci.yml    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/.gitlab-ci.yml    2023-08-16 22:46:33.000000000 +0200
@@ -6,3 +6,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/.kde-ci.yml 
new/kfind-23.08.0/.kde-ci.yml
--- old/kfind-23.04.3/.kde-ci.yml       2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/.kde-ci.yml       2023-08-16 22:46:33.000000000 +0200
@@ -11,6 +11,7 @@
     'frameworks/kdoctools': '@latest-kf6'
     'frameworks/kfilemetadata': '@latest-kf6'
     'frameworks/kwidgetsaddons': '@latest-kf6'
+    'frameworks/kxmlgui': '@latest-kf6'
     'frameworks/kio': '@latest-kf6'
 
 - 'on': ['Linux/Qt5', 'FreeBSD/Qt5']
@@ -22,6 +23,7 @@
     'frameworks/kdoctools': '@stable'
     'frameworks/kfilemetadata': '@stable'
     'frameworks/kwidgetsaddons': '@stable'
+    'frameworks/kxmlgui': '@stable'
     'frameworks/kio': '@stable'
 
 Options:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/CMakeLists.txt 
new/kfind-23.08.0/CMakeLists.txt
--- old/kfind-23.04.3/CMakeLists.txt    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/CMakeLists.txt    2023-08-16 22:46:33.000000000 +0200
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kfind VERSION ${RELEASE_SERVICE_VERSION})
@@ -49,6 +49,7 @@
     I18n
     KIO
     WidgetsAddons
+    XmlGui
 )
 find_package(KF${KF_MAJOR_VERSION}DocTools ${KF5_MIN_VERSION})
 set_package_properties(KF${KF_MAJOR_VERSION}DocTools PROPERTIES DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/az/kfind.po 
new/kfind-23.08.0/po/az/kfind.po
--- old/kfind-23.04.3/po/az/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/az/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kfind package.
 #
-# Kheyyam <[email protected]>, 2022.
+# Kheyyam <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2022-06-21 17:27+0400\n"
+"PO-Revision-Date: 2023-03-12 18:29+0400\n"
 "Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
 "Language: az\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 22.04.2\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: kfinddlg.cpp:31
 #, kde-format
@@ -123,13 +123,13 @@
 #, kde-format
 msgctxt "@action:incontextmenu"
 msgid "Copy Location"
-msgstr ""
+msgstr "Yerini kopyala"
 
 #: kfindtreeview.cpp:366
 #, kde-format
 msgctxt "@info:whatsthis copy_location"
 msgid "This will copy the path of the first selected item into the clipboard."
-msgstr ""
+msgstr "Bu ilk seçilən elementin yolunu mübadilə buferinə kopyalayacaq."
 
 #: kfindtreeview.cpp:371
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/eo/kfind.po 
new/kfind-23.08.0/po/eo/kfind.po
--- old/kfind-23.04.3/po/eo/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/eo/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -1,17 +1,17 @@
-# translation of kfindpart.po to Esperanto
+# translation of kfind.pot to Esperanto
 # Copyright (C) 1998, 2007 Free Software Foundation, Inc.
 # Wolfram Diestel <[email protected]>, 1998.
 # Stéphane Fillod <[email protected]>, 2007.
 # Cindy McKee <[email protected]>, 2007.
-#
+# Oliver Kellogg <[email protected]>, 2023.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: kfindpart\n"
+"Project-Id-Version: kfind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2007-12-18 11:28-0600\n"
-"Last-Translator: Cindy McKee <[email protected]>\n"
+"PO-Revision-Date: 2023-06-06 22:02+0100\n"
+"Last-Translator: Oliver Kellogg <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
 "Language: eo\n"
 "MIME-Version: 1.0\n"
@@ -30,15 +30,13 @@
 #, kde-format
 msgctxt "the application is currently idle, there is no active search"
 msgid "Idle."
-msgstr ""
+msgstr "Senlabore."
 
 #. i18n as below
 #: kfinddlg.cpp:133
-#, fuzzy, kde-format
-#| msgid "one file found"
-#| msgid_plural "%1 files found"
+#, kde-format
 msgid "0 items found"
-msgstr "unu dosiero estas trovita"
+msgstr "0 elementoj trovitaj"
 
 #: kfinddlg.cpp:172
 #, kde-format
@@ -66,13 +64,11 @@
 msgstr "Ne eblis trovi la donitan dosierujon."
 
 #: kfinddlg.cpp:228 kfinddlg.cpp:252
-#, fuzzy, kde-format
-#| msgid "one file found"
-#| msgid_plural "%1 files found"
+#, kde-format
 msgid "one item found"
 msgid_plural "%1 items found"
-msgstr[0] "unu dosiero estas trovita"
-msgstr[1] "%1 dosieroj estas trovitaj"
+msgstr[0] "trovis unu eron"
+msgstr[1] "trovis %1 erojn"
 
 #: kfindtreeview.cpp:49
 msgid "Read-write"
@@ -130,18 +126,18 @@
 #, kde-format
 msgctxt "@action:incontextmenu"
 msgid "Copy Location"
-msgstr ""
+msgstr "Kopii lokon"
 
 #: kfindtreeview.cpp:366
 #, kde-format
 msgctxt "@info:whatsthis copy_location"
 msgid "This will copy the path of the first selected item into the clipboard."
-msgstr ""
+msgstr "Ĉi tio kopios la vojon de la unua elektita ero al la tondujo."
 
 #: kfindtreeview.cpp:371
 #, kde-format
 msgid "&Open containing folder(s)"
-msgstr ""
+msgstr "Malfermi enhavanta(j)n d&osiero(j)n"
 
 #: kfindtreeview.cpp:375
 #, kde-format
@@ -170,16 +166,15 @@
 msgstr "Trovitaj dosieroj"
 
 #: kfindtreeview.cpp:577
-#, fuzzy, kde-format
-#| msgid "Results were saved to file\n"
+#, kde-format
 msgctxt "%1=filename"
 msgid "Results were saved to: %1"
-msgstr "Rezultoj estas konservitaj en la dosiero\n"
+msgstr "Rezuloj estis konservitaj al: %1"
 
 #: kfindtreeview.cpp:681 kftabdlg.cpp:396
 #, kde-format
 msgid "&Properties"
-msgstr "E&coj"
+msgstr "&Proprecoj"
 
 #: kftabdlg.cpp:66
 #, kde-format
@@ -223,18 +218,7 @@
 msgstr "Montri &kaŝitajn dosierojn sur la labortablo"
 
 #: kftabdlg.cpp:101
-#, fuzzy, kde-format
-#| msgid ""
-#| "<qt>Enter the filename you are looking for. <br />Alternatives may be "
-#| "separated by a semicolon \";\".<br /><br />The filename may contain the "
-#| "following special characters:<ul><li><b>?</b> matches any single "
-#| "character</li><li><b>*</b> matches zero or more of any characters</"
-#| "li><li><b>[...]</b> matches any of the characters in braces</li></ul><br /"
-#| ">Example searches:<ul><li><b>*.kwd;*.txt</b> finds all files ending with ."
-#| "kwd or .txt</li><li><b>go[dt]</b> finds god and got</li><li><b>Hel?o</b> "
-#| "finds all files that start with \"Hel\" and end with \"o\", having one "
-#| "character in between</li><li><b>My Document.kwd</b> finds a file of "
-#| "exactly that name</li></ul></qt>"
+#, kde-format
 msgid ""
 "<qt>Enter the filename you are looking for. <br />Alternatives may be "
 "separated by a semicolon \";\".<br /><br />The filename may contain the "
@@ -247,16 +231,16 @@
 "between</li><li><b>My Document.kwd</b> finds a file of exactly that name</"
 "li></ul></qt>"
 msgstr ""
-"<qt>Entajpu la dosieronomon kiun vi volas trovi. <br />Alternativajn nomojn "
-"vi povas apartigi per puntokomo \";\".<br /><br />La dosieronomo povas "
-"enhavi la sekvajn signojn:<ul><li><b>?</b>kungruos kun unuopa signo</"
-"li><li><b>*</b> kongruos kun iu ajn nombro de signoj</li><li><b>[...]</b> "
-"kongruos kun iujn ajn signojn en krampoj</li></ul><br />Ekzemplaj serĉoj:"
-"<ul><li><b>*.kwd;*.txt</b> trovas ĉiujn dosierojn kiuj finiĝas per .kwd aŭ 
."
-"txt</li><li><b>man[oa]</b>trovos \"mano\" kaj \"mana\"</li><li><b>Salu?on</"
-"b>trovos ĉiujn dosierojn kiuj komenciĝas je \"Salu\", finiĝas je \"on\" 
kaj "
-"havas unu mezan signon.</li><li><b>Mia dokumento.kwd</b> trovos dosieron kiu "
-"havas ĝuste tiun nomon.</li></ul></qt>"
+"<qt>Enigu la dosieronomon kiun vi serĉas.<br />Alternativoj povas esti "
+"apartigitaj per punktokomo \";\".<br /><br />La dosieronomo povas enhavi "
+"lasekvantajn specialsignojn:<ul><li><b>?</b> kongruas al iu unuopa signo</"
+"li><li><b>*</b> kongruas al nul aÅ­ pli da iuj signoj</li><li><b>[...]</b> "
+"kongruas al la signoj inter la kunigaj krampoj</li></ul><br />Ekzemplaj "
+"serĉoj:<ul><li><b>*.kwd;*.txt</b> trovas ĉiujn dosierojn finantajn per .kwd 
"
+"aÅ­ .txt</li><li><b>go[dt]</b> trovas god kaj got</li><li><b>Hel?o</b> trovas 
"
+"ĉiujn dosierojn kiuj komenciĝas per \"Hel\" kaj finas per \"o\", havante 
unu "
+"signon intere.</li><li><b>My Document.kwd</b> trovas dosieron de tiu ekzakta "
+"nomo</li></ul></qt>"
 
 #: kftabdlg.cpp:122
 #, kde-format
@@ -586,15 +570,14 @@
 msgstr "KDE-Trovprogramo"
 
 #: main.cpp:38
-#, fuzzy, kde-format
-#| msgid "(c) 1998-2003, The KDE Developers"
+#, kde-format
 msgid "(c) 1998-2021, The KDE Developers"
-msgstr "(c) 1998-2003, La KDE-Programistoj"
+msgstr "(k) 1998-2021, la evoluistoj de KDE"
 
 #: main.cpp:40
 #, kde-format
 msgid "Kai Uwe Broulik"
-msgstr ""
+msgstr "Kai Uwe Broulik"
 
 #: main.cpp:40
 #, kde-format
@@ -607,10 +590,9 @@
 msgstr "Eric Coquelle"
 
 #: main.cpp:41
-#, fuzzy, kde-format
-#| msgid "Current Maintainer"
+#, kde-format
 msgid "Former Maintainer"
-msgstr "Nuna fleganto"
+msgstr "AntaÅ­a prizorganto"
 
 #: main.cpp:42
 #, kde-format
@@ -713,46 +695,3 @@
 #, kde-format
 msgid "Path(s) to search"
 msgstr "Traserĉenda(j) vojo(j)"
-
-#~ msgid "Regular e&xpression"
-#~ msgstr "&Regula esprimo"
-
-#~ msgid "&Edit..."
-#~ msgstr "&Redakti..."
-
-#~ msgctxt "Name of the component that finds things"
-#~ msgid "Find Component"
-#~ msgstr "Trovi komponanton"
-
-#~ msgid "Aborted."
-#~ msgstr "Ĉesigis."
-
-#~ msgid "Ready."
-#~ msgstr "Preta."
-
-#~ msgid "Do you really want to delete the selected file?"
-#~ msgid_plural "Do you really want to delete the %1 selected files?"
-#~ msgstr[0] "Ĉu vere vi volas forigi la elektitan dosieron?"
-#~ msgstr[1] "Ĉu vere vi volas forigi la %1 elektitajn dosierojn?"
-
-#~ msgctxt "Menu item"
-#~ msgid "Open"
-#~ msgstr "Malfermi"
-
-#~ msgid "Open Folder"
-#~ msgstr "Malfermi Dosierujon"
-
-#~ msgid "Copy"
-#~ msgstr "Kopii"
-
-#~ msgid "Open With..."
-#~ msgstr "Malfermi per..."
-
-#~ msgid "Properties"
-#~ msgstr "Ecoj"
-
-#~ msgid "Selected Files"
-#~ msgstr "Elektitaj dosieroj"
-
-#~ msgid "AMiddleLengthText..."
-#~ msgstr "Mezlongateksto..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/fa/kfind.po 
new/kfind-23.08.0/po/fa/kfind.po
--- old/kfind-23.04.3/po/fa/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/fa/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.2\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: kfinddlg.cpp:31
 #, kde-format
@@ -71,6 +71,7 @@
 msgid "one item found"
 msgid_plural "%1 items found"
 msgstr[0] "%1 پرونده یافت شد"
+msgstr[1] ""
 
 #: kfindtreeview.cpp:49
 msgid "Read-write"
@@ -314,6 +315,7 @@
 msgid "Byte"
 msgid_plural "Bytes"
 msgstr[0] "بایت"
+msgstr[1] ""
 
 #: kftabdlg.cpp:219
 #, kde-format
@@ -516,6 +518,7 @@
 msgid "&during the previous"
 msgid_plural "&during the previous"
 msgstr[0] "&طی قبلی‌"
+msgstr[1] ""
 
 #: kftabdlg.cpp:829
 #, fuzzy, kde-format
@@ -524,6 +527,7 @@
 msgid "minute"
 msgid_plural "minutes"
 msgstr[0] "دقیقه"
+msgstr[1] ""
 
 #: kftabdlg.cpp:830
 #, fuzzy, kde-format
@@ -532,6 +536,7 @@
 msgid "hour"
 msgid_plural "hours"
 msgstr[0] "ساعت"
+msgstr[1] ""
 
 #: kftabdlg.cpp:831
 #, fuzzy, kde-format
@@ -540,6 +545,7 @@
 msgid "day"
 msgid_plural "days"
 msgstr[0] "روز"
+msgstr[1] ""
 
 #: kftabdlg.cpp:832
 #, fuzzy, kde-format
@@ -548,6 +554,7 @@
 msgid "month"
 msgid_plural "months"
 msgstr[0] "ماه"
+msgstr[1] ""
 
 #: kftabdlg.cpp:833
 #, fuzzy, kde-format
@@ -556,6 +563,7 @@
 msgid "year"
 msgid_plural "years"
 msgstr[0] "سال"
+msgstr[1] ""
 
 #: kquery.cpp:565
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/ia/kfind.po 
new/kfind-23.08.0/po/ia/kfind.po
--- old/kfind-23.04.3/po/ia/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/ia/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2023-03-14 22:36+0100\n"
+"PO-Revision-Date: 2023-03-14 23:27+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/is/kfind.po 
new/kfind-23.08.0/po/is/kfind.po
--- old/kfind-23.04.3/po/is/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/is/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -4,20 +4,20 @@
 # Pjetur G. Hjaltason <[email protected]>, 2003.
 # Svanur Palsson <[email protected]>, 2004.
 # Arnar Leosson <[email protected]>, 2005.
-# Sveinn í Felli <[email protected]>, 2009, 2010, 2011, 2017, 2018, 2019, 2021.
+# Sveinn í Felli <[email protected]>, 2009, 2010, 2011, 2017, 2018, 2019, 2021, 
2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2021-10-07 08:41+0000\n"
+"PO-Revision-Date: 2023-03-21 14:23+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic\n"
 "Language: is\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 21.12.3\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 "\n"
 "\n"
@@ -130,13 +130,13 @@
 #, kde-format
 msgctxt "@action:incontextmenu"
 msgid "Copy Location"
-msgstr ""
+msgstr "Afrita staðsetningu"
 
 #: kfindtreeview.cpp:366
 #, kde-format
 msgctxt "@info:whatsthis copy_location"
 msgid "This will copy the path of the first selected item into the clipboard."
-msgstr ""
+msgstr "Þetta afritar slóðina fyrir fyrsta valda atriðið á 
klippispjaldið."
 
 #: kfindtreeview.cpp:371
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/ru/kfind.po 
new/kfind-23.08.0/po/ru/kfind.po
--- old/kfind-23.04.3/po/ru/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/ru/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2023-04-21 15:31+0300\n"
+"PO-Revision-Date: 2023-04-21 15:33+0300\n"
 "Last-Translator: Olesya Gerasimenko <[email protected]>\n"
 "Language-Team: Basealt Translation Team\n"
 "Language: ru\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/sv/kfind.po 
new/kfind-23.08.0/po/sv/kfind.po
--- old/kfind-23.04.3/po/sv/kfind.po    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/sv/kfind.po    2023-08-16 22:46:33.000000000 +0200
@@ -3,13 +3,13 @@
 #
 # Kalle Pettersson <[email protected]>, 2000.
 # Mattias Newzella <[email protected]>, 2001,2002, 2003.
-# Stefan Asserhäll <[email protected]>, 2004, 2005, 2006, 2007, 
2008, 2009, 2010, 2011, 2016, 2017, 2018, 2020, 2021.
+# Stefan Asserhäll <[email protected]>, 2004, 2005, 2006, 2007, 
2008, 2009, 2010, 2011, 2016, 2017, 2018, 2020, 2021, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2021-07-15 09:37+0200\n"
+"PO-Revision-Date: 2023-07-25 09:07+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
 "Language: sv\n"
@@ -125,13 +125,13 @@
 #, kde-format
 msgctxt "@action:incontextmenu"
 msgid "Copy Location"
-msgstr ""
+msgstr "Kopiera plats"
 
 #: kfindtreeview.cpp:366
 #, kde-format
 msgctxt "@info:whatsthis copy_location"
 msgid "This will copy the path of the first selected item into the clipboard."
-msgstr ""
+msgstr "Kopierar det första markerade objektets sökväg till klippbordet."
 
 #: kfindtreeview.cpp:371
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/po/zh_CN/kfind.po 
new/kfind-23.08.0/po/zh_CN/kfind.po
--- old/kfind-23.04.3/po/zh_CN/kfind.po 2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/po/zh_CN/kfind.po 2023-08-16 22:46:33.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-08 00:50+0000\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/src/kfinddlg.cpp 
new/kfind-23.08.0/src/kfinddlg.cpp
--- old/kfind-23.04.3/src/kfinddlg.cpp  2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/src/kfinddlg.cpp  2023-08-16 22:46:33.000000000 +0200
@@ -277,3 +277,5 @@
     }
     return subdirs;
 }
+
+#include "moc_kfinddlg.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/src/kfindtreeview.cpp 
new/kfind-23.08.0/src/kfindtreeview.cpp
--- old/kfind-23.04.3/src/kfindtreeview.cpp     2023-07-04 07:37:32.000000000 
+0200
+++ new/kfind-23.08.0/src/kfindtreeview.cpp     2023-08-16 22:46:33.000000000 
+0200
@@ -772,3 +772,5 @@
 }
 
 //END KFindTreeView
+
+#include "moc_kfindtreeview.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/src/kftabdlg.cpp 
new/kfind-23.08.0/src/kftabdlg.cpp
--- old/kfind-23.04.3/src/kftabdlg.cpp  2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/src/kftabdlg.cpp  2023-08-16 22:46:33.000000000 +0200
@@ -875,3 +875,5 @@
     }
     return sz;
 }
+
+#include "moc_kftabdlg.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/src/kquery.cpp 
new/kfind-23.08.0/src/kquery.cpp
--- old/kfind-23.04.3/src/kquery.cpp    2023-07-04 07:37:32.000000000 +0200
+++ new/kfind-23.08.0/src/kquery.cpp    2023-08-16 22:46:33.000000000 +0200
@@ -581,3 +581,5 @@
     }
     Q_EMIT result(0);
 }
+
+#include "moc_kquery.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-23.04.3/src/org.kde.kfind.appdata.xml 
new/kfind-23.08.0/src/org.kde.kfind.appdata.xml
--- old/kfind-23.04.3/src/org.kde.kfind.appdata.xml     2023-07-04 
07:37:32.000000000 +0200
+++ new/kfind-23.08.0/src/org.kde.kfind.appdata.xml     2023-08-16 
22:46:33.000000000 +0200
@@ -16,6 +16,7 @@
   <name xml:lang="de">KFind</name>
   <name xml:lang="el">KFind</name>
   <name xml:lang="en-GB">KFind</name>
+  <name xml:lang="eo">KFind</name>
   <name xml:lang="es">KFind</name>
   <name xml:lang="et">KFind</name>
   <name xml:lang="eu">KFind</name>
@@ -67,6 +68,7 @@
   <summary xml:lang="de">Dateien/Ordner suchen</summary>
   <summary xml:lang="el">Αναζητήστε αρχεία/φακέλου
ς</summary>
   <summary xml:lang="en-GB">Find Files/Folders</summary>
+  <summary xml:lang="eo">Trovi Dosierojn/Dosierujojn</summary>
   <summary xml:lang="es">Buscar archivos o carpetas</summary>
   <summary xml:lang="et">Failide/kataloogide otsimine</summary>
   <summary xml:lang="eu">Aurkitu fitxategiak/karpetak</summary>
@@ -121,6 +123,7 @@
     <p xml:lang="de">KFind kann als eigenständiges Suchprogramm benutzt und 
durch KRunner oder aus dem Menü gestartet werden. Es ist auch in Konqueror als 
Aktion „Dateien suchen“ im Menü „Extras“ integriert. Es ermöglicht 
die Dateisuche nach Namen, Art oder Inhalt.</p>
     <p xml:lang="el">Το KFind χρησιμεύει ως ένα 
ανεξάρτητο εργαλείο αναζήτησης, το οποίο 
εκτελείται από το KRunner ή από το μενού σας. 
Επίσης είναι ενσωματωμένο στο Konqueror 
ως"Αναζήτηση αρχείου" στο μενού "Εργαλεία". 
Σας επιτρέπει να αναζητείτε αρχεία με 
όνομα, είδος ή περιεχόμενο.</p>
     <p xml:lang="en-GB">KFind can be used as a standalone search tool, 
launched by KRunner or from your menu. It is also integrated into Konqueror as 
"Find File" in the "Tools" menu. It allows you to find files by name, type or 
content.</p>
+    <p xml:lang="eo">KFind povas esti uzata kiel memstara serĉilo, lanĉita 
de KRunner aŭ de via menuo. Ĝi ankaŭ estas integrita en Konqueror kiel 
"Trovi dosieron" en la menuo "Iloj". Ĝi permesas vin trovi dosierojn laŭ 
nomo, tipo aÅ­ enhavo.</p>
     <p xml:lang="es">KFind se puede utilizar como herramienta de búsqueda 
independiente, lanzada por KRunner o desde el menú. También está integrada 
en Konqueror como «Buscar archivo» en el menú «Herramientas». Permite 
buscar archivos por nombre, tipo o contenido.</p>
     <p xml:lang="et">KFindi saab tarvitada omaette otsingutööriistana, mis 
käivitatakse KRunnerist või menüüst. Samuti on see lõimitud Konquerori 
(menüüs Tööriistad kirje Failide otsimine). See võimaldab otsida faile 
nime, tüübi või sisu järgi.</p>
     <p xml:lang="eu">KFind banakako bilaketa tresna gisa erabili daiteke, 
KRunner bidez edo zure menutik abiarazita. Konqueror-ren barneratua dago 
"Aurkitu fitxategia" gisa "Tresnak" menuan. Fitxategiak bilatzen uzten dizu, 
izen, mota edo edukiaren arabera.</p>
@@ -177,6 +180,7 @@
       <caption xml:lang="de">KFind-Hauptfenster</caption>
       <caption xml:lang="el">Κύριο παράθυρο του KFind</caption>
       <caption xml:lang="en-GB">KFind main window</caption>
+      <caption xml:lang="eo">KFind ĉefa fenestro</caption>
       <caption xml:lang="es">Ventana principal de KFind</caption>
       <caption xml:lang="et">KFindi peaaken</caption>
       <caption xml:lang="eu">KFind leiho nagusia</caption>
@@ -216,10 +220,10 @@
     <binary>kfind</binary>
   </provides>
   <releases>
+    <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
     <release version="23.04.2" date="2023-06-08"/>
     <release version="23.04.1" date="2023-05-11"/>
-    <release version="23.04.0" date="2023-04-20"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>

Reply via email to