Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kf6-kitemmodels"

Sat Aug  9 19:58:06 2025 rev:18 rq:1298549 version:6.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kitemmodels/kf6-kitemmodels.changes  
2025-07-14 10:53:14.524466285 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-kitemmodels.new.1085/kf6-kitemmodels.changes    
    2025-08-09 20:03:21.331080372 +0200
@@ -1,0 +2,12 @@
+Mon Aug  4 06:57:30 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
+  * It compiles fine without qt 6.10 deprecated methods
+  * Update version to 6.17.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-kitemmodels.spec ++++++
--- /var/tmp/diff_new_pack.KVHSSQ/_old  2025-08-09 20:03:21.995107954 +0200
+++ /var/tmp/diff_new_pack.KVHSSQ/_new  2025-08-09 20:03:21.999108121 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf6-kitemmodels
 #
-# 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
@@ -19,12 +19,12 @@
 %define qt6_version 6.8.0
 
 %define rname kitemmodels
-# Full KF6 version (e.g. 6.16.0)
+# Full KF6 version (e.g. 6.17.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_with python
 %bcond_without released
 Name:           kf6-kitemmodels
-Version:        6.16.0
+Version:        6.17.0
 Release:        0
 Summary:        Set of item models extending the Qt model-view framework
 License:        LGPL-2.1-or-later


++++++ kitemmodels-6.16.0.tar.xz -> kitemmodels-6.17.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-6.16.0/CMakeLists.txt 
new/kitemmodels-6.17.0/CMakeLists.txt
--- old/kitemmodels-6.16.0/CMakeLists.txt       2025-07-04 17:14:40.000000000 
+0200
+++ new/kitemmodels-6.17.0/CMakeLists.txt       2025-08-01 12:37:41.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.16.0") # handled by release scripts
+set(KF_VERSION "6.17.0") # handled by release scripts
 project(KItemModels 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."
@@ -51,7 +51,7 @@
 )
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9.0
+    QT 6.10.0
 )
 
 add_subdirectory(src)

Reply via email to