Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baloo-widgets for openSUSE:Factory 
checked in at 2026-05-11 16:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo-widgets (Old)
 and      /work/SRC/openSUSE:Factory/.baloo-widgets.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo-widgets"

Mon May 11 16:48:56 2026 rev:28 rq:1351567 version:26.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo-widgets/baloo-widgets.changes      
2026-04-17 21:47:26.500538303 +0200
+++ /work/SRC/openSUSE:Factory/.baloo-widgets.new.1966/baloo-widgets.changes    
2026-05-11 16:49:07.228435322 +0200
@@ -1,0 +2,9 @@
+Thu May  7 08:02:12 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.1/
+- No code change since 26.04.0
+
+-------------------------------------------------------------------

Old:
----
  baloo-widgets-26.04.0.tar.xz
  baloo-widgets-26.04.0.tar.xz.sig

New:
----
  baloo-widgets-26.04.1.tar.xz
  baloo-widgets-26.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ baloo-widgets.spec ++++++
--- /var/tmp/diff_new_pack.rWbBTr/_old  2026-05-11 16:49:07.756457050 +0200
+++ /var/tmp/diff_new_pack.rWbBTr/_new  2026-05-11 16:49:07.764457380 +0200
@@ -23,7 +23,7 @@
 %define rname baloo-widgets
 %bcond_without released
 Name:           baloo-widgets
-Version:        26.04.0
+Version:        26.04.1
 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-widgets-26.04.0.tar.xz -> baloo-widgets-26.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-26.04.0/CMakeLists.txt 
new/baloo-widgets-26.04.1/CMakeLists.txt
--- old/baloo-widgets-26.04.0/CMakeLists.txt    2026-04-10 05:55:33.000000000 
+0200
+++ new/baloo-widgets-26.04.1/CMakeLists.txt    2026-05-04 15:55:22.000000000 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "26")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(baloo-widgets VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-26.04.0/po/ko/baloowidgets5.po 
new/baloo-widgets-26.04.1/po/ko/baloowidgets5.po
--- old/baloo-widgets-26.04.0/po/ko/baloowidgets5.po    2026-04-10 
05:55:33.000000000 +0200
+++ new/baloo-widgets-26.04.1/po/ko/baloowidgets5.po    2026-05-04 
15:55:22.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# SPDX-FileCopyrightText: 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 
2022, 2025 Shinjo Park <[email protected]>
+# SPDX-FileCopyrightText: 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 
2022, 2025, 2026 Shinjo Park <[email protected]>
 # Minori Hiraoka <[email protected]>, 2018.
 # JungHee Lee <[email protected]>, 2019.
 msgid ""
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-03-03 00:44+0000\n"
-"PO-Revision-Date: 2025-10-09 00:08+0200\n"
+"PO-Revision-Date: 2026-04-26 22:58+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.08.1\n"
 
 #: src/filemetadataprovider.cpp:204 src/filemetadataprovider.cpp:210
 #: src/filemetadataprovider.cpp:305 src/filemetadataprovider.cpp:308
@@ -202,11 +202,9 @@
 msgstr "태그 할당"
 
 #: src/tagsfileitemactionplugin/tagsfileitemaction.cpp:87
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "Edit Tags"
+#, kde-format
 msgid "Edit tags..."
-msgstr "태그 편집"
+msgstr "태그 편집..."
 
 #: src/tagwidget.cpp:83
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-widgets-26.04.0/src/tagsfileitemactionplugin/tagsfileitemaction.json 
new/baloo-widgets-26.04.1/src/tagsfileitemactionplugin/tagsfileitemaction.json
--- 
old/baloo-widgets-26.04.0/src/tagsfileitemactionplugin/tagsfileitemaction.json  
    2026-04-10 05:55:33.000000000 +0200
+++ 
new/baloo-widgets-26.04.1/src/tagsfileitemactionplugin/tagsfileitemaction.json  
    2026-05-04 15:55:22.000000000 +0200
@@ -115,6 +115,7 @@
         "Name[ia]": "Assigna Etiquettas",
         "Name[it]": "Assegna etichette",
         "Name[ka]": "ჭდეების მინიჭება",
+        "Name[ko]": "태그 할당",
         "Name[lt]": "Priskirti žymes",
         "Name[lv]": "Piešķirt birkas",
         "Name[nl]": "Tags toekennen",

Reply via email to