Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kiconthemes for openSUSE:Factory
checked in at 2026-01-12 10:11:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kiconthemes (Old)
and /work/SRC/openSUSE:Factory/.kf6-kiconthemes.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kiconthemes"
Mon Jan 12 10:11:41 2026 rev:23 rq:1326429 version:6.22.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kiconthemes/kf6-kiconthemes.changes
2025-12-16 15:56:17.114937908 +0100
+++
/work/SRC/openSUSE:Factory/.kf6-kiconthemes.new.1928/kf6-kiconthemes.changes
2026-01-12 10:15:49.255923931 +0100
@@ -1,0 +2,12 @@
+Sun Jan 4 14:47:12 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.22.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.22.0
+- Changes since 6.21.0:
+ * Update dependency version to 6.22.0
+ * KIconLoader: When processing SVG, skip whitespace and comments
+ * Update version to 6.22.0
+
+-------------------------------------------------------------------
Old:
----
kiconthemes-6.21.0.tar.xz
kiconthemes-6.21.0.tar.xz.sig
New:
----
kiconthemes-6.22.0.tar.xz
kiconthemes-6.22.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.OqhlNS/_old 2026-01-12 10:15:50.003954649 +0100
+++ /var/tmp/diff_new_pack.OqhlNS/_new 2026-01-12 10:15:50.007954813 +0100
@@ -19,11 +19,11 @@
%define qt6_version 6.8.0
%define rname kiconthemes
-# Full KF6 version (e.g. 6.21.0)
+# Full KF6 version (e.g. 6.22.0)
%{!?_kf6_version: %global _kf6_version %{version}}
%bcond_without released
Name: kf6-kiconthemes
-Version: 6.21.0
+Version: 6.22.0
Release: 0
Summary: Icon GUI utilities
License: LGPL-2.1-or-later AND GPL-2.0-or-later
++++++ kiconthemes-6.21.0.tar.xz -> kiconthemes-6.22.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kiconthemes-6.21.0/CMakeLists.txt
new/kiconthemes-6.22.0/CMakeLists.txt
--- old/kiconthemes-6.21.0/CMakeLists.txt 2025-12-05 14:22:01.000000000
+0100
+++ new/kiconthemes-6.22.0/CMakeLists.txt 2026-01-02 18:42:12.000000000
+0100
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.21.0") # handled by release scripts
-set(KF_DEP_VERSION "6.21.0") # handled by release scripts
+set(KF_VERSION "6.22.0") # handled by release scripts
+set(KF_DEP_VERSION "6.22.0") # handled by release scripts
project(KIconThemes VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.21.0 NO_MODULE)
+find_package(ECM 6.22.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -85,8 +85,8 @@
remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
ecm_set_disabled_deprecation_versions(
- QT 6.10.0
- KF 6.19.0
+ QT 6.11.0
+ KF 6.21.0
)
add_definitions(-DTRANSLATION_DOMAIN=\"kiconthemes6\")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kiconthemes-6.21.0/po/ga/kiconthemes6.po
new/kiconthemes-6.22.0/po/ga/kiconthemes6.po
--- old/kiconthemes-6.21.0/po/ga/kiconthemes6.po 2025-12-05
14:22:01.000000000 +0100
+++ new/kiconthemes-6.22.0/po/ga/kiconthemes6.po 2026-01-02
18:42:12.000000000 +0100
@@ -15,7 +15,6 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.6\n"
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
"3 : 4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kiconthemes-6.21.0/src/kiconloader.cpp
new/kiconthemes-6.22.0/src/kiconloader.cpp
--- old/kiconthemes-6.21.0/src/kiconloader.cpp 2025-12-05 14:22:02.000000000
+0100
+++ new/kiconthemes-6.22.0/src/kiconloader.cpp 2026-01-02 18:42:12.000000000
+0100
@@ -697,7 +697,7 @@
reader.readNext();
}
foundStyleSheet = true;
- } else if (reader.tokenType() != QXmlStreamReader::Invalid) {
+ } else if (reader.tokenType() != QXmlStreamReader::Invalid &&
!reader.isWhitespace() && !reader.isComment()) {
writer.writeCurrentToken(reader);
}
}