Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kdeclarative for 
openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/kf6-kdeclarative (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.kf6-kdeclarative.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kdeclarative"

Thu Aug  7 19:22:06 2025 rev:4 rq:1292763 version:6.16.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/kf6-kdeclarative/kf6-kdeclarative.changes      
2025-04-23 10:11:34.227546591 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.kf6-kdeclarative.new.1085/kf6-kdeclarative.changes
    2025-08-07 19:26:44.034601931 +0200
@@ -1,0 +2,43 @@
+Mon Jul  7 07:24:37 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.16.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.16.0
+- Changes since 6.15.0:
+  * Update dependency version to 6.16.0
+  * kquickcontrols/KeySequenceItem: Add support for setting 
KKeySequenceRecorder pattern
+  * Update version to 6.16.0
+
+-------------------------------------------------------------------
+Mon Jun  9 20:29:35 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.15.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.15.0
+- Changes since 6.14.0:
+  * Update dependency version to 6.15.0
+  * Add tags file to documentation
+  * Add missing qhp projects
+  * Disable KF6GlobalAccel for Haiku also
+  * Add landing page for QDoc
+  * Remove kdeclarativedocumentationdummy
+  * It compiles fine without kf_6_13 deprecated methods
+  * Port API documentation to QDoc syntax
+  * Update version to 6.15.0
+- Replace _kf6_bugfix_version usage
+
+-------------------------------------------------------------------
+Sun May  4 19:05:20 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- 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
+  * Port draganddrop to declarative type registration
+  * Update version to 6.14.0
+
+-------------------------------------------------------------------

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

New:
----
  kdeclarative-6.16.0.tar.xz
  kdeclarative-6.16.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.c8Mede/_old  2025-08-07 19:26:44.318613749 +0200
+++ /var/tmp/diff_new_pack.c8Mede/_new  2025-08-07 19:26:44.318613749 +0200
@@ -16,16 +16,14 @@
 #
 
 
-%define qt6_version 6.7.0
+%define qt6_version 6.8.0
 
 %define rname kdeclarative
-# Full KF6 version (e.g. 6.13.0)
+# Full KF6 version (e.g. 6.16.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-kdeclarative
-Version:        6.13.0
+Version:        6.16.0
 Release:        0
 Summary:        Integration of QML and KDE workspaces
 License:        LGPL-2.1-or-later
@@ -35,14 +33,13 @@
 Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Config) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6GlobalAccel) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6I18n) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
+BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{_kf6_version}
+BuildRequires:  cmake(KF6GlobalAccel) >= %{_kf6_version}
+BuildRequires:  cmake(KF6GuiAddons) >= %{_kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{_kf6_version}
+BuildRequires:  cmake(KF6WidgetsAddons) >= %{_kf6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
@@ -62,7 +59,7 @@
 
 %package imports
 Summary:        KDeclarative QML imports
-Requires:       kf6-kirigami-imports >= %{_kf6_bugfix_version}
+Requires:       kf6-kirigami-imports >= %{_kf6_version}
 
 %description imports
 KDeclarative provides integration of QML and KDE workspaces.
@@ -70,8 +67,8 @@
 %package devel
 Summary:        Integration of QML and KDE workspaces: Build Environment
 Requires:       libKF6CalendarEvents6 = %{version}
-Requires:       cmake(KF6Config) >= %{_kf6_bugfix_version}
-Requires:       cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
+Requires:       cmake(KF6Config) >= %{_kf6_version}
+Requires:       cmake(KF6CoreAddons) >= %{_kf6_version}
 Requires:       cmake(Qt6Quick) >= %{qt6_version}
 
 %description devel
@@ -84,7 +81,7 @@
 %autosetup -p1 -n %{rname}-%{version}
 
 %build
-%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
+%cmake_kf6
 
 %kf6_build
 
@@ -113,7 +110,6 @@
 %{_kf6_qmldir}/org/kde/private/kquickcontrols/
 
 %files devel
-%doc %{_kf6_qchdir}/KF6Declarative.*
 %{_kf6_cmakedir}/KF6Declarative/
 %{_kf6_includedir}/KDeclarative/
 %{_kf6_libdir}/libKF6CalendarEvents.so


++++++ kdeclarative-6.13.0.tar.xz -> kdeclarative-6.16.0.tar.xz ++++++
++++ 19688 lines of diff (skipped)

Reply via email to