Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keditbookmarks for openSUSE:Factory 
checked in at 2026-08-24 12:06:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keditbookmarks (Old)
 and      /work/SRC/openSUSE:Factory/.keditbookmarks.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keditbookmarks"

Mon Aug 24 12:06:39 2026 rev:116 rq:1372392 version:26.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/keditbookmarks/keditbookmarks.changes    
2026-07-02 22:13:56.094114416 +0200
+++ /work/SRC/openSUSE:Factory/.keditbookmarks.new.1258/keditbookmarks.changes  
2026-08-24 12:10:44.005067471 +0200
@@ -1,0 +2,24 @@
+Sun Aug 16 07:27:05 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.08.0/
+- No code change since 26.07.90
+
+-------------------------------------------------------------------
+Sat Aug  1 11:38:48 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.90
+  * New feature release
+- No code change since 26.07.80
+
+-------------------------------------------------------------------
+Sat Jul 18 11:11:28 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.80
+  * New feature release
+- Changes since 26.04.3:
+  * Fix cmake warnings
+
+-------------------------------------------------------------------

Old:
----
  keditbookmarks-26.04.3.tar.xz
  keditbookmarks-26.04.3.tar.xz.sig

New:
----
  keditbookmarks-26.08.0.tar.xz
  keditbookmarks-26.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ keditbookmarks.spec ++++++
--- /var/tmp/diff_new_pack.wuyB48/_old  2026-08-24 12:10:44.982102786 +0200
+++ /var/tmp/diff_new_pack.wuyB48/_new  2026-08-24 12:10:44.985102895 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define kf6_version 6.19.0
+%define kf6_version 6.27.0
 %define qt6_version 6.9.0
 
 %bcond_without released
 Name:           keditbookmarks
-Version:        26.04.3
+Version:        26.08.0
 Release:        0
 Summary:        KDE Bookmark Editor
 License:        GPL-2.0-only
@@ -79,7 +79,6 @@
 %{_kf6_debugdir}/keditbookmarks.categories
 %{_kf6_libdir}/libkbookmarkmodel_private.so.*
 
-
 %files lang -f %{name}.lang
 %exclude %{_kf6_htmldir}/en/keditbookmarks/
 


++++++ keditbookmarks-26.04.3.tar.xz -> keditbookmarks-26.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-26.04.3/CMakeLists.txt 
new/keditbookmarks-26.08.0/CMakeLists.txt
--- old/keditbookmarks-26.04.3/CMakeLists.txt   2026-06-27 00:18:28.000000000 
+0200
+++ new/keditbookmarks-26.08.0/CMakeLists.txt   2026-08-12 07:45:09.000000000 
+0200
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "26")
-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(keditbookmarks VERSION ${RELEASE_SERVICE_VERSION})
@@ -53,11 +53,11 @@
     TYPE OPTIONAL
 )
 if(BUILD_TESTING)
-    find_package(Qt6Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
+    find_package(Qt6Test ${QT_MIN_VERSION} CONFIG REQUIRED)
 endif()
 
-ecm_set_disabled_deprecation_versions(QT 6.9.0
-    KF 6.19.0
+ecm_set_disabled_deprecation_versions(QT 6.11.0
+    KF 6.26.0
     )
 
 if(NOT APPLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/keditbookmarks-26.04.3/po/de/docs/keditbookmarks/index.docbook 
new/keditbookmarks-26.08.0/po/de/docs/keditbookmarks/index.docbook
--- old/keditbookmarks-26.04.3/po/de/docs/keditbookmarks/index.docbook  
2026-06-27 00:18:28.000000000 +0200
+++ new/keditbookmarks-26.08.0/po/de/docs/keditbookmarks/index.docbook  
2026-08-12 07:45:09.000000000 +0200
@@ -178,7 +178,7 @@
 >Lesezeichen-Editor</guilabel
 > heraus öffnen, indem Sie nach einem Rechtsklick auf den Eintrag im 
 > Kontextmenü <guimenuitem
 >In Konqueror öffnen</guimenuitem
-> auswählen. Wenn Sie nur überprüfen wollen, ob die &URL; noch gültig ist, 
wählen Sie stattdessen <guimenuitem
+> auswählen. Wenn Sie nur überprüfen möchten, ob die &URL; noch gültig ist, 
wählen Sie stattdessen <guimenuitem
 >Status überprüfen</guimenuitem
 >.</para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/keditbookmarks-26.04.3/po/de/docs/keditbookmarks/man-kbookmarkmerger.1.docbook
 
new/keditbookmarks-26.08.0/po/de/docs/keditbookmarks/man-kbookmarkmerger.1.docbook
--- 
old/keditbookmarks-26.04.3/po/de/docs/keditbookmarks/man-kbookmarkmerger.1.docbook
  2026-06-27 00:18:28.000000000 +0200
+++ 
new/keditbookmarks-26.08.0/po/de/docs/keditbookmarks/man-kbookmarkmerger.1.docbook
  2026-08-12 07:45:09.000000000 +0200
@@ -52,7 +52,7 @@
 >Die traditionelle Herangehensweise, um so etwas zu erreichen, bestand darin, 
 >bei der Erzeugung von neuen Benutzer-Accounts ein sorgfältig gestaltetes 
 >Gerüst von persönlichen Verzeichnissen zu nutzen, um dem Benutzer einen 
 >Standardsatz von Lesezeichen zur Verfügung zu stellen. Das Problem bei diesem 
 >Zugang bestand darin, dass nach der Erzeugung des Benutzer-Accounts keine 
 >neuen Lesezeichen verteilt werden konnten.</para>
 
 <para
->Dieser Mechanismus ist nützlich für Systemadministratoren, die ein 
Lesezeichen, das auf ein bestimmtes Dokument verweist (zum Beispiel wichtige 
Anmerkungen zum System), an alle Benutzer verteilen wollen. Auch für 
Distributoren kann es nützlich sein, ihren Softwarepaketen Lesezeichendateien 
beizulegen, die während der Installation von &kbookmarkmerger; in die 
Lesezeichenliste des Benutzers eingefügt werden. So kann man unmittelbar 
nachdem das Softwarepaket installiert wurde, auf die mitgelieferte 
Dokumentation auf einfache und klare Weise zugreifen.</para>
+>Dieser Mechanismus ist nützlich für Systemadministratoren, die ein 
Lesezeichen, das auf ein bestimmtes Dokument verweist (zum Beispiel wichtige 
Anmerkungen zum System), an alle Benutzer verteilen möchten. Auch für 
Distributoren kann es nützlich sein, ihren Softwarepaketen Lesezeichendateien 
beizulegen, die während der Installation von &kbookmarkmerger; in die 
Lesezeichenliste des Benutzers eingefügt werden. So kann man unmittelbar 
nachdem das Softwarepaket installiert wurde, auf die mitgelieferte 
Dokumentation auf einfache und klare Weise zugreifen.</para>
 
 <para
 >Der einzige von &kbookmarkmerger; benötigte Parameter ist der Name eines 
 >Verzeichnisses, das nach Lesezeichendateien durchsucht werden soll. Alle 
 >Dateien im angegebenen Verzeichnis werden für die Zusammenlegung in die 
 >Einrichtungsdateien des Benutzers berücksichtigt. Die Dateien im angegebenen 
 >Verzeichnis sollten gültige<acronym
@@ -69,7 +69,9 @@
 >Handbuch zu &konqueror;</ulink
 ></member>
 <member
->kf5options(7)</member>
+>kf6options(7)</member>
+<member
+>kf6options(7)</member>
 </simplelist>
 </refsect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-26.04.3/po/de/keditbookmarks.po 
new/keditbookmarks-26.08.0/po/de/keditbookmarks.po
--- old/keditbookmarks-26.04.3/po/de/keditbookmarks.po  2026-06-27 
00:18:28.000000000 +0200
+++ new/keditbookmarks-26.08.0/po/de/keditbookmarks.po  2026-08-12 
07:45:09.000000000 +0200
@@ -1,7 +1,7 @@
+# SPDX-FileCopyrightText: 2007-2008 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2009-2011, 2016-2017, 2020 Burkhard Lück 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2011, 2023 Frederik Schwarzer 
<[email protected]>
 # SPDX-FileCopyrightText: 2010, 2024 Johannes Obermayr 
<[email protected]>
-# SPDX-FileCopyrightText: 2007, 2008 Thomas Reitelbach <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2011, 2016, 2017, 2020 Burkhard Lück 
<[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2011, 2023 Frederik Schwarzer 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: keditbookmarks\n"
@@ -705,7 +705,7 @@
 #: main.cpp:118
 #, kde-format
 msgid "Set the user-readable caption, for example \"Konsole\""
-msgstr "Titel/Beschriftung festlegen, z. B. „Konsole“"
+msgstr "Titel/Beschriftung festlegen, z. B. „Konsole“"
 
 #: main.cpp:119
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-26.04.3/po/nn/keditbookmarks.po 
new/keditbookmarks-26.08.0/po/nn/keditbookmarks.po
--- old/keditbookmarks-26.04.3/po/nn/keditbookmarks.po  2026-06-27 
00:18:28.000000000 +0200
+++ new/keditbookmarks-26.08.0/po/nn/keditbookmarks.po  2026-08-12 
07:45:09.000000000 +0200
@@ -1,5 +1,6 @@
 # Translation of keditbookmarks to Norwegian Nynorsk
 #
+# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2010, 2013, 2015, 2016, 
2017, 2018, 2020, 2023, 2024.
 # Håvard Korsvoll <[email protected]>, 2008.
 # Eirik U. Birkeland <[email protected]>, 2008, 2009, 2010.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/keditbookmarks-26.04.3/po/tr/docs/keditbookmarks/index.docbook 
new/keditbookmarks-26.08.0/po/tr/docs/keditbookmarks/index.docbook
--- old/keditbookmarks-26.04.3/po/tr/docs/keditbookmarks/index.docbook  
2026-06-27 00:18:28.000000000 +0200
+++ new/keditbookmarks-26.08.0/po/tr/docs/keditbookmarks/index.docbook  
2026-08-12 07:45:09.000000000 +0200
@@ -172,7 +172,7 @@
 ></note>
 
 <para
->Kaan Özdinçer<email
+>Kaan ÖZDİNÇER<email
 >[email protected]</email
 ></para
 > 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-26.04.3/po/tr/keditbookmarks.po 
new/keditbookmarks-26.08.0/po/tr/keditbookmarks.po
--- old/keditbookmarks-26.04.3/po/tr/keditbookmarks.po  2026-06-27 
00:18:28.000000000 +0200
+++ new/keditbookmarks-26.08.0/po/tr/keditbookmarks.po  2026-08-12 
07:45:09.000000000 +0200
@@ -7,26 +7,26 @@
 # obsoleteman <[email protected]>, 2007-2009.
 # obsoleteman <[email protected]>, 2010,2012.
 # Volkan Gezer <[email protected]>, 2017.
-# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Emir SARI 
<[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025, 2026 Emir SARI 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: applications-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:55+0000\n"
-"PO-Revision-Date: 2025-11-15 21:26+0300\n"
-"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n"
+"PO-Revision-Date: 2026-05-02 19:42+0300\n"
+"Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\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 25.08.2\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Serdar Soytetir, Engin Çağatay, Emir SARI"
+msgstr "Serdar SOYTETİR, Engin Çağatay, Emir SARI"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-26.04.3/po/ug/keditbookmarks.po 
new/keditbookmarks-26.08.0/po/ug/keditbookmarks.po
--- old/keditbookmarks-26.04.3/po/ug/keditbookmarks.po  2026-06-27 
00:18:28.000000000 +0200
+++ new/keditbookmarks-26.08.0/po/ug/keditbookmarks.po  2026-08-12 
07:45:09.000000000 +0200
@@ -8,24 +8,25 @@
 "Project-Id-Version: keditbookmarks\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:55+0000\n"
-"PO-Revision-Date: 2013-09-08 07:04+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-05-31 18:27-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\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: Poedit 3.9\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى"
+msgstr "ئابدۇقادىر ئابلىز، غەيرەت كەنجى"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],  [email protected]"
+msgstr "[email protected], [email protected]"
 
 #: actionsimpl.cpp:79
 #, kde-format
@@ -98,10 +99,9 @@
 msgstr "ھەممە قىسقۇچلارنى يىغ(&E)"
 
 #: actionsimpl.cpp:149
-#, fuzzy, kde-format
-#| msgid "&Open in Konqueror"
+#, kde-format
 msgid "&Open in Browser"
-msgstr "Konqueror نىڭ ئىچىدە ئاچ(&O)"
+msgstr ""
 
 #: actionsimpl.cpp:154
 #, kde-format
@@ -161,7 +161,7 @@
 #: actionsimpl.cpp:215
 #, kde-format
 msgid "Export &Netscape Bookmarks"
-msgstr "Netscape خەتكۈچلىرىنى ئېكسپورت قىل(&N)…"
+msgstr "Netscape خەتكۈچىنى چىقار(&N)"
 
 #: actionsimpl.cpp:220
 #, kde-format
@@ -184,10 +184,9 @@
 msgstr "Mozilla خەتكۈچلىرىنى ئېكسپورت قىل(&M)…"
 
 #: actionsimpl.cpp:279
-#, fuzzy, kde-format
-#| msgid "*.html|HTML Bookmark Listing"
+#, kde-format
 msgid "HTML Bookmark Listing (*.html)"
-msgstr "*.html|HTML خەتكۈش تىزىمى"
+msgstr ""
 
 #: actionsimpl.cpp:324
 #, kde-format
@@ -210,7 +209,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Create New Bookmark Folder"
-msgstr "يېڭى خەتكۈش قىسقۇچى قۇرۇش"
+msgstr "يېڭى خەتكۈش قىسقۇچى قۇرىدۇ"
 
 #: actionsimpl.cpp:507
 #, kde-format
@@ -268,7 +267,7 @@
 #: favicons.cpp:41 testlink.cpp:63
 #, kde-format
 msgid "OK"
-msgstr "تامام"
+msgstr "جەزملە"
 
 #: favicons.cpp:57
 #, kde-format
@@ -281,10 +280,9 @@
 msgstr "%1; HTML بۆلىكى تېپىلمىدى(%2)"
 
 #: faviconupdater.cpp:74
-#, fuzzy, kde-format
-#| msgid "%1; no HTML component found (%2)"
+#, kde-format
 msgid "No browser component found"
-msgstr "%1; HTML بۆلىكى تېپىلمىدى(%2)"
+msgstr ""
 
 #: importers.cpp:41
 #, kde-format
@@ -331,37 +329,37 @@
 #: importers.h:104
 #, kde-format
 msgid "Galeon"
-msgstr "Galeon"
+msgstr ""
 
 #: importers.h:119
 #, kde-format
 msgid "KDE"
-msgstr "ك د ئې(KDE)"
+msgstr "KDE"
 
 #: importers.h:149
 #, kde-format
 msgid "Netscape"
-msgstr "Netscape"
+msgstr ""
 
 #: importers.h:164
 #, kde-format
 msgid "Mozilla"
-msgstr "Mozilla"
+msgstr ""
 
 #: importers.h:179
 #, kde-format
 msgid "IE"
-msgstr "IE"
+msgstr ""
 
 #: importers.h:197
 #, kde-format
 msgid "Opera"
-msgstr "Opera"
+msgstr ""
 
 #: kbookmarkmerger.cpp:28
 #, kde-format
 msgid "KBookmarkMerger"
-msgstr "KBookmarkMerger"
+msgstr ""
 
 #: kbookmarkmerger.cpp:30
 #, kde-format
@@ -371,7 +369,7 @@
 #: kbookmarkmerger.cpp:32
 #, kde-format
 msgid "Copyright © 2005 Frerich Raabe"
-msgstr "Copyright © 2005 Frerich Raabe"
+msgstr ""
 
 #: kbookmarkmerger.cpp:33
 #, kde-format
@@ -381,7 +379,7 @@
 #: kbookmarkmerger.cpp:33
 #, kde-format
 msgid "Original author"
-msgstr "ئەسلى ئاپتور"
+msgstr "ئەسلى يازغۇچى"
 
 #: kbookmarkmerger.cpp:38
 #, kde-format
@@ -464,7 +462,7 @@
 #, kde-format
 msgctxt "name of the container of all browser bookmarks"
 msgid "Bookmarks"
-msgstr "خەتكۈشلەر"
+msgstr "خەتكۈش"
 
 #: kbookmarkmodel/model.cpp:205
 #, kde-format
@@ -493,18 +491,18 @@
 #: kebsearchline.cpp:226
 #, kde-format
 msgid "Search Columns"
-msgstr "ئىزدەش ئىستونى"
+msgstr "رەت ئىزدە"
 
 #: kebsearchline.cpp:229
 #, kde-format
 msgid "All Visible Columns"
-msgstr "كۆرۈنگەن بارلىق ئىستونلار"
+msgstr "كۆرۈنگەن بارلىق رەت"
 
 #: kebsearchline.cpp:237
 #, kde-format
 msgctxt "Column number %1"
 msgid "Column No. %1"
-msgstr "ئىستون نومۇرى %1"
+msgstr "رەت نومۇرى %1"
 
 #: kebsearchline.cpp:602
 #, kde-format
@@ -569,7 +567,7 @@
 #: keditbookmarksui.rc:67
 #, kde-format
 msgid "&Tools"
-msgstr "قوراللار(&T)"
+msgstr "قورال(&T)"
 
 #: main.cpp:54
 #, kde-format
@@ -606,10 +604,9 @@
 msgstr "خەتكۈش تەشكىللىگۈچ ۋە تەھرىرلىگۈچ"
 
 #: main.cpp:93
-#, fuzzy, kde-format
-#| msgid "Copyright 2000-2007, KDE developers"
+#, kde-format
 msgid "Copyright 2000-2023, KDE developers"
-msgstr "Copyright 2000-2007، KDE ئىجادىيەتچىلىرى"
+msgstr ""
 
 #: main.cpp:94
 #, kde-format
@@ -624,12 +621,12 @@
 #: main.cpp:95
 #, kde-format
 msgid "Alexander Kellett"
-msgstr "Alexander Kellett"
+msgstr ""
 
 #: main.cpp:95
 #, kde-format
 msgid "Author"
-msgstr "ئاپتور"
+msgstr "يازغۇچى"
 
 #: main.cpp:106
 #, kde-format

Reply via email to