Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kcmutils for openSUSE:Factory 
checked in at 2025-08-09 19:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kcmutils (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kcmutils.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kcmutils"

Sat Aug  9 19:57:39 2025 rev:18 rq:1298523 version:6.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kcmutils/kf6-kcmutils.changes        
2025-07-14 10:52:22.302300774 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kcmutils.new.1085/kf6-kcmutils.changes      
2025-08-09 20:02:30.152954486 +0200
@@ -1,0 +2,14 @@
+Mon Aug  4 06:57:21 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.17.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.17.0
+- Changes since 6.16.0:
+  * Update dependency version to 6.17.0
+  * Bump kf ecm_set_disabled_deprecation_versions
+  * It compiles fine without qt 6.10 deprecated methods
+  * Fix documentation syntax
+  * Update version to 6.17.0
+
+-------------------------------------------------------------------

Old:
----
  kcmutils-6.16.0.tar.xz
  kcmutils-6.16.0.tar.xz.sig

New:
----
  kcmutils-6.17.0.tar.xz
  kcmutils-6.17.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kcmutils.spec ++++++
--- /var/tmp/diff_new_pack.SjsJ4R/_old  2025-08-09 20:02:30.776980407 +0200
+++ /var/tmp/diff_new_pack.SjsJ4R/_new  2025-08-09 20:02:30.776980407 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf6-kcmutils
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,11 @@
 # Internal QML import
 %global __requires_exclude qt6qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
 
-# Full KF6 version (e.g. 6.16.0)
+# Full KF6 version (e.g. 6.17.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kcmutils
-Version:        6.16.0
+Version:        6.17.0
 Release:        0
 Summary:        Classes to work with KCModules
 License:        LGPL-2.1-or-later


++++++ kcmutils-6.16.0.tar.xz -> kcmutils-6.17.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-6.16.0/CMakeLists.txt 
new/kcmutils-6.17.0/CMakeLists.txt
--- old/kcmutils-6.16.0/CMakeLists.txt  2025-07-04 18:46:55.000000000 +0200
+++ new/kcmutils-6.17.0/CMakeLists.txt  2025-08-01 12:29:01.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.16.0") # handled by release scripts
-set(KF_DEP_VERSION "6.16.0") # handled by release scripts
+set(KF_VERSION "6.17.0") # handled by release scripts
+set(KF_DEP_VERSION "6.17.0") # handled by release scripts
 project(KCMUtils VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.16.0  NO_MODULE)
+find_package(ECM 6.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://invent.kde.org/frameworks/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -66,8 +66,8 @@
 find_package(KF6WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9.0
-    KF 6.14.0
+    QT 6.10.0
+    KF 6.16.0
 )
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kcmutils6\")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-6.16.0/po/ar/kcmshell6.po 
new/kcmutils-6.17.0/po/ar/kcmshell6.po
--- old/kcmutils-6.16.0/po/ar/kcmshell6.po      2025-07-04 18:46:55.000000000 
+0200
+++ new/kcmutils-6.17.0/po/ar/kcmshell6.po      2025-08-01 12:29:01.000000000 
+0200
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-6.16.0/po/ar/kcmutils6.po 
new/kcmutils-6.17.0/po/ar/kcmutils6.po
--- old/kcmutils-6.16.0/po/ar/kcmutils6.po      2025-07-04 18:46:55.000000000 
+0200
+++ new/kcmutils-6.17.0/po/ar/kcmutils6.po      2025-08-01 12:29:01.000000000 
+0200
@@ -30,7 +30,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 "X-Generator: Lokalize 23.08.5\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-6.16.0/po/eu/kcmutils6.po 
new/kcmutils-6.17.0/po/eu/kcmutils6.po
--- old/kcmutils-6.16.0/po/eu/kcmutils6.po      2025-07-04 18:46:55.000000000 
+0200
+++ new/kcmutils-6.17.0/po/eu/kcmutils6.po      2025-08-01 12:29:01.000000000 
+0200
@@ -14,14 +14,14 @@
 "Project-Id-Version: kcmutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-05-04 00:39+0000\n"
-"PO-Revision-Date: 2025-03-22 15:26+0100\n"
+"PO-Revision-Date: 2025-07-23 14:00+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.04.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, kde-format
@@ -93,7 +93,7 @@
 #: kpluginwidget.cpp:67
 #, kde-format
 msgid "Search…"
-msgstr "Bilatu..."
+msgstr "Bilatu…"
 
 #: kpluginwidget.cpp:335
 #, kde-format
@@ -116,7 +116,7 @@
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Configure…"
-msgstr "Konfiguratu..."
+msgstr "Konfiguratu…"
 
 #: qml/components/PluginSelector.qml:94
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-6.16.0/po/is/kcmutils6.po 
new/kcmutils-6.17.0/po/is/kcmutils6.po
--- old/kcmutils-6.16.0/po/is/kcmutils6.po      2025-07-04 18:46:55.000000000 
+0200
+++ new/kcmutils-6.17.0/po/is/kcmutils6.po      2025-08-01 12:29:01.000000000 
+0200
@@ -7,20 +7,20 @@
 # Pjetur G. Hjaltason <pje...@pjetur.net>, 2003.
 # Arnar Leósson <leos...@frisurf.no>, 2003, 2005.
 # Sveinn í Felli <svei...@nett.is>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2016, 2022.
-# SPDX-FileCopyrightText: 2024 Guðmundur Erlingsson <gudmund...@gmail.com>
+# SPDX-FileCopyrightText: 2024, 2025 Guðmundur Erlingsson 
<gudmund...@gmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-05-04 00:39+0000\n"
-"PO-Revision-Date: 2024-06-28 12:04+0000\n"
+"PO-Revision-Date: 2025-07-11 19:09+0000\n"
 "Last-Translator: Gummi <gudmund...@gmail.com>\n"
 "Language-Team: Icelandic <kde-i18n-...@kde.org>\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 23.08.5\n"
+"X-Generator: Lokalize 24.12.3\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 "\n"
 "\n"
@@ -97,7 +97,7 @@
 #, kde-format
 msgctxt "@other accessible name for view that can be scrolled"
 msgid "Scrollable area"
-msgstr ""
+msgstr "Skrunsvæði"
 
 #: kpluginwidget.cpp:67
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-6.16.0/po/ka/kcmshell6.po 
new/kcmutils-6.17.0/po/ka/kcmshell6.po
--- old/kcmutils-6.16.0/po/ka/kcmshell6.po      2025-07-04 18:46:55.000000000 
+0200
+++ new/kcmutils-6.17.0/po/ka/kcmshell6.po      2025-08-01 12:29:01.000000000 
+0200
@@ -102,7 +102,7 @@
 #, kde-format
 msgid "Show an indicator when settings have changed from their default value"
 msgstr ""
-"ინდიკატორის ჩვენება პარამეტრების ნაგულისხმებ მნიშვნელობებზე დაბრუნებისას"
+"ინდიკატორის ჩვენება პარამეტრების ნაგულისხმევ მნიშვნელობებზე დაბრუნებისას"
 
 #: main.cpp:127
 #, kde-format

Reply via email to