Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2022-11-15 13:17:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kitemmodels (Old)
 and      /work/SRC/openSUSE:Factory/.kitemmodels.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitemmodels"

Tue Nov 15 13:17:28 2022 rev:109 rq:1035403 version:5.100.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2022-10-11 
18:02:03.605746327 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new.1597/kitemmodels.changes        
2022-11-15 13:19:39.800305019 +0100
@@ -1,0 +2,12 @@
+Tue Nov  8 08:35:14 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.100.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.100.0
+- Changes since 5.99.0:
+  * Also fix kconcatenaterows_qml test for static builds
+  * .gitlab-ci.yml: enable static builds
+  * Fix ksortfilterproxymodel_qml test for static builds (kde#459321)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kitemmodels.spec ++++++
--- /var/tmp/diff_new_pack.sezUlk/_old  2022-11-15 13:19:40.272304567 +0100
+++ /var/tmp/diff_new_pack.sezUlk/_new  2022-11-15 13:19:40.276304563 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5ItemModels5
-%define _tar_path 5.99
+%define _tar_path 5.100
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,7 +26,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           kitemmodels
-Version:        5.99.0
+Version:        5.100.0
 Release:        0
 Summary:        Set of item models extending the Qt model-view framework
 License:        LGPL-2.1-or-later


++++++ kitemmodels-5.99.0.tar.xz -> kitemmodels-5.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.99.0/.gitlab-ci.yml 
new/kitemmodels-5.100.0/.gitlab-ci.yml
--- old/kitemmodels-5.99.0/.gitlab-ci.yml       2022-10-01 15:18:15.000000000 
+0200
+++ new/kitemmodels-5.100.0/.gitlab-ci.yml      2022-11-05 13:28:54.000000000 
+0100
@@ -3,10 +3,12 @@
 
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.99.0/CMakeLists.txt 
new/kitemmodels-5.100.0/CMakeLists.txt
--- old/kitemmodels-5.99.0/CMakeLists.txt       2022-10-01 15:18:15.000000000 
+0200
+++ new/kitemmodels-5.100.0/CMakeLists.txt      2022-11-05 13:28:54.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.99.0") # handled by release scripts
+set(KF_VERSION "5.100.0") # handled by release scripts
 project(KItemModels VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.99.0  NO_MODULE)
+find_package(ECM 5.100.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.99.0/autotests/CMakeLists.txt 
new/kitemmodels-5.100.0/autotests/CMakeLists.txt
--- old/kitemmodels-5.99.0/autotests/CMakeLists.txt     2022-10-01 
15:18:15.000000000 +0200
+++ new/kitemmodels-5.100.0/autotests/CMakeLists.txt    2022-11-05 
13:28:54.000000000 +0100
@@ -45,6 +45,17 @@
         ksortfilterproxymodel_qml.cpp
         LINK_LIBRARIES KF5::ItemModels Qt${QT_MAJOR_VERSION}::Test 
Qt${QT_MAJOR_VERSION}::Qml Qt${QT_MAJOR_VERSION}::Gui
     )
+
+    # In case of static builds, we need to link against and import the QML 
plugin 
+    if (NOT BUILD_SHARED_LIBS)
+      if(NOT EXCLUDE_DEPRECATED_BEFORE_AND_AT STREQUAL "CURRENT" AND
+          EXCLUDE_DEPRECATED_BEFORE_AND_AT VERSION_LESS 5.80.0)
+        target_link_libraries(kconcatenaterows_qml itemmodelsplugin)
+        target_compile_definitions(kconcatenaterows_qml PRIVATE 
-DIMPORT_ITEMMODELSPLUGIN)
+      endif()  
+      target_link_libraries(ksortfilterproxymodel_qml itemmodelsplugin)
+      target_compile_definitions(ksortfilterproxymodel_qml PRIVATE 
-DIMPORT_ITEMMODELSPLUGIN)
+    endif()
 endif()
 
 #we need additional sources for this test, can't use it in ecm_add_tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.99.0/autotests/kconcatenaterows_qml.cpp 
new/kitemmodels-5.100.0/autotests/kconcatenaterows_qml.cpp
--- old/kitemmodels-5.99.0/autotests/kconcatenaterows_qml.cpp   2022-10-01 
15:18:15.000000000 +0200
+++ new/kitemmodels-5.100.0/autotests/kconcatenaterows_qml.cpp  2022-11-05 
13:28:54.000000000 +0100
@@ -14,6 +14,10 @@
 
 #include <KConcatenateRowsProxyModel>
 
+#ifdef IMPORT_ITEMMODELSPLUGIN
+#include <QPluginLoader>
+Q_IMPORT_PLUGIN(Plugin)
+#endif
 class tst_KConcatenateRowsQml : public QObject
 {
     Q_OBJECT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.99.0/autotests/ksortfilterproxymodel_qml.cpp 
new/kitemmodels-5.100.0/autotests/ksortfilterproxymodel_qml.cpp
--- old/kitemmodels-5.99.0/autotests/ksortfilterproxymodel_qml.cpp      
2022-10-01 15:18:15.000000000 +0200
+++ new/kitemmodels-5.100.0/autotests/ksortfilterproxymodel_qml.cpp     
2022-11-05 13:28:54.000000000 +0100
@@ -28,6 +28,11 @@
 #include <QAbstractItemModel>
 #include <QStandardItemModel>
 
+#ifdef IMPORT_ITEMMODELSPLUGIN
+#include <QPluginLoader>
+Q_IMPORT_PLUGIN(Plugin)
+#endif
+
 class tst_KSortFilterProxyModelQml : public QObject
 {
     Q_OBJECT

Reply via email to