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 2025-05-12 16:44:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kiconthemes (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kiconthemes.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kiconthemes"

Mon May 12 16:44:01 2025 rev:15 rq:1276377 version:6.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kiconthemes/kf6-kiconthemes.changes  
2025-04-15 16:46:10.827793613 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-kiconthemes.new.30101/kf6-kiconthemes.changes   
    2025-05-12 16:47:05.516172917 +0200
@@ -1,0 +2,13 @@
+Sun May  4 19:05:23 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.14.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.14.0
+- Changes since 6.13.0:
+  * Update dependency version to 6.14.0
+  * Prefer themes on disk over qrc
+  * Update version to 6.14.0
+  * qml/icondialog: forward accepted/rejected signals
+
+-------------------------------------------------------------------

Old:
----
  kiconthemes-6.13.0.tar.xz
  kiconthemes-6.13.0.tar.xz.sig

New:
----
  kiconthemes-6.14.0.tar.xz
  kiconthemes-6.14.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.JSWrr8/_old  2025-05-12 16:47:06.124198412 +0200
+++ /var/tmp/diff_new_pack.JSWrr8/_new  2025-05-12 16:47:06.124198412 +0200
@@ -19,13 +19,13 @@
 %define qt6_version 6.7.0
 
 %define rname kiconthemes
-# Full KF6 version (e.g. 6.13.0)
+# Full KF6 version (e.g. 6.14.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 # Last major and minor KF6 version (e.g. 6.0)
 %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kiconthemes
-Version:        6.13.0
+Version:        6.14.0
 Release:        0
 Summary:        Icon GUI utilities
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kiconthemes-6.13.0.tar.xz -> kiconthemes-6.14.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-6.13.0/CMakeLists.txt 
new/kiconthemes-6.14.0/CMakeLists.txt
--- old/kiconthemes-6.13.0/CMakeLists.txt       2025-04-04 16:00:56.000000000 
+0200
+++ new/kiconthemes-6.14.0/CMakeLists.txt       2025-05-02 16:19:41.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.13.0") # handled by release scripts
-set(KF_DEP_VERSION "6.13.0") # handled by release scripts
+set(KF_VERSION "6.14.0") # handled by release scripts
+set(KF_DEP_VERSION "6.14.0") # handled by release scripts
 project(KIconThemes VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 6.13.0  NO_MODULE)
+find_package(ECM 6.14.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)
 
@@ -44,7 +44,7 @@
                   SOVERSION 6)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 6.6.0)
+set(REQUIRED_QT_VERSION 6.7.0)
 find_package(Qt6Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt6Svg ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-6.13.0/src/kicontheme.cpp 
new/kiconthemes-6.14.0/src/kicontheme.cpp
--- old/kiconthemes-6.13.0/src/kicontheme.cpp   2025-04-04 16:00:56.000000000 
+0200
+++ new/kiconthemes-6.14.0/src/kicontheme.cpp   2025-05-02 16:19:41.000000000 
+0200
@@ -373,9 +373,6 @@
     // Find the theme description file. These are either locally in the 
:/icons resource path or global.
     QStringList icnlibs;
 
-    // local embedded icons have preference
-    icnlibs << QStringLiteral(":/icons");
-
 #ifdef Q_OS_ANDROID
     // Android icon theme installed by Kirigami
     icnlibs << QStringLiteral("assets:/qml/org/kde/kirigami");
@@ -387,6 +384,9 @@
     // These are not in the icon spec, but e.g. GNOME puts some icons there 
anyway.
     icnlibs += QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
QStringLiteral("pixmaps"), QStandardPaths::LocateDirectory);
 
+    // local embedded icons
+    icnlibs << QStringLiteral(":/icons");
+
     QString fileName;
     QString mainSection;
     const QString pathSuffix = QLatin1Char('/') + name + QLatin1Char('/');
@@ -709,15 +709,15 @@
     // Find the theme description file. These are either locally in the 
:/icons resource path or global.
     QStringList icnlibs;
 
-    // local embedded icons have preference
-    icnlibs << QStringLiteral(":/icons");
-
     // global icons
     icnlibs += QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
QStringLiteral("icons"), QStandardPaths::LocateDirectory);
 
     // These are not in the icon spec, but e.g. GNOME puts some icons there 
anyway.
     icnlibs += QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
QStringLiteral("pixmaps"), QStandardPaths::LocateDirectory);
 
+    // local embedded icons
+    icnlibs << QStringLiteral(":/icons");
+
     for (const QString &iconDir : std::as_const(icnlibs)) {
         QDir dir(iconDir);
         const QStringList themeDirs = dir.entryList(QDir::Dirs | 
QDir::NoDotAndDotDot);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-6.13.0/src/qml/icondialog.cpp 
new/kiconthemes-6.14.0/src/qml/icondialog.cpp
--- old/kiconthemes-6.13.0/src/qml/icondialog.cpp       2025-04-04 
16:00:56.000000000 +0200
+++ new/kiconthemes-6.14.0/src/qml/icondialog.cpp       2025-05-02 
16:19:41.000000000 +0200
@@ -28,6 +28,8 @@
                 Q_EMIT iconNameChanged(newIconName);
             }
         });
+        connect(m_dialog.data(), &KIconDialog::accepted, this, 
&IconDialog::accepted);
+        connect(m_dialog.data(), &KIconDialog::rejected, this, 
&IconDialog::rejected);
 
         m_dialog->installEventFilter(this);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-6.13.0/src/qml/icondialog_p.h 
new/kiconthemes-6.14.0/src/qml/icondialog_p.h
--- old/kiconthemes-6.13.0/src/qml/icondialog_p.h       2025-04-04 
16:00:56.000000000 +0200
+++ new/kiconthemes-6.14.0/src/qml/icondialog_p.h       2025-05-02 
16:19:41.000000000 +0200
@@ -83,6 +83,8 @@
     void customLocationChanged(const QString &customLocation);
     void modalityChanged(Qt::WindowModality modality);
     void visibleChanged();
+    void accepted();
+    void rejected();
 
 private:
     bool eventFilter(QObject *watched, QEvent *event) override;

Reply via email to