Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2023-06-11 19:53:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kitemmodels (Old)
 and      /work/SRC/openSUSE:Factory/.kitemmodels.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitemmodels"

Sun Jun 11 19:53:23 2023 rev:116 rq:1091930 version:5.107.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2023-05-14 
16:33:01.055573144 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new.15902/kitemmodels.changes       
2023-06-11 19:55:54.807388821 +0200
@@ -1,0 +2,10 @@
+Mon Jun  5 07:44:03 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.107.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.107.0
+- Changes since 5.106.0:
+  * Preserve numeric sort roles as well
+
+-------------------------------------------------------------------

Old:
----
  kitemmodels-5.106.0.tar.xz
  kitemmodels-5.106.0.tar.xz.sig

New:
----
  kitemmodels-5.107.0.tar.xz
  kitemmodels-5.107.0.tar.xz.sig

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

Other differences:
------------------
++++++ kitemmodels.spec ++++++
--- /var/tmp/diff_new_pack.wNzSs1/_old  2023-06-11 19:55:56.211397287 +0200
+++ /var/tmp/diff_new_pack.wNzSs1/_new  2023-06-11 19:55:56.215397311 +0200
@@ -26,7 +26,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           kitemmodels
-Version:        5.106.0
+Version:        5.107.0
 Release:        0
 Summary:        Set of item models extending the Qt model-view framework
 License:        LGPL-2.1-or-later
@@ -41,13 +41,6 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
 BuildRequires:  cmake(Qt5Qml) >= 5.15.0
-%if %{with python}
-BuildRequires:  python3-clang
-BuildRequires:  python3-devel
-BuildRequires:  python3-qt5-devel
-BuildRequires:  python3-qt5-utils
-BuildRequires:  python3-sip-devel
-%endif
 
 %description
 KItemModels provides a set of item models extending the Qt model-view 
framework.
@@ -77,17 +70,6 @@
 KItemModels provides a set of item models extending the Qt model-view 
framework.
 Development files.
 
-%if %{with python}
-%package -n python-%{name}
-Summary:        Set of item models extending the Qt model-view framework
-Requires:       %{lname} = %{version}
-%requires_python3_sip_api
-
-%description -n python-%{name}
-KItemModels provides a set of item models extending the Qt model-view 
framework.
-Python bindings.
-%endif
-
 %prep
 %autosetup -p1
 
@@ -120,10 +102,4 @@
 %{_kf5_qmldir}/org/kde/kitemmodels/libitemmodelsplugin.so
 %{_kf5_qmldir}/org/kde/kitemmodels/qmldir
 
-%if %{with python}
-%files -n python-%{name}
-%{python3_sitearch}/PyKF5
-%{_datadir}/sip/PyKF5/
-%endif
-
 %changelog


++++++ kitemmodels-5.106.0.tar.xz -> kitemmodels-5.107.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.106.0/CMakeLists.txt 
new/kitemmodels-5.107.0/CMakeLists.txt
--- old/kitemmodels-5.106.0/CMakeLists.txt      2023-05-06 11:26:37.000000000 
+0200
+++ new/kitemmodels-5.107.0/CMakeLists.txt      2023-06-03 11:47:31.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.106.0") # handled by release scripts
+set(KF_VERSION "5.107.0") # handled by release scripts
 project(KItemModels VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.106.0  NO_MODULE)
+find_package(ECM 5.107.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.106.0/src/qml/ksortfilterproxymodel.cpp 
new/kitemmodels-5.107.0/src/qml/ksortfilterproxymodel.cpp
--- old/kitemmodels-5.106.0/src/qml/ksortfilterproxymodel.cpp   2023-05-06 
11:26:37.000000000 +0200
+++ new/kitemmodels-5.107.0/src/qml/ksortfilterproxymodel.cpp   2023-06-03 
11:47:31.000000000 +0200
@@ -199,6 +199,7 @@
         }
         Q_EMIT sortRoleChanged();
     } else if (role.canConvert<int>()) {
+        m_sortRole = role;
         const auto roleId = role.toInt();
         if (sourceModel()) {
             QSortFilterProxyModel::setSortRole(roleId);

Reply via email to