Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kf6-purpose"

Thu Aug  7 19:22:24 2025 rev:4 rq:1292806 version:6.16.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/kf6-purpose/kf6-purpose.changes        
2025-04-23 10:12:14.429227582 +0200
+++ /work/SRC/openSUSE:Leap:16.0/.kf6-purpose.new.1085/kf6-purpose.changes      
2025-08-07 19:27:50.597371693 +0200
@@ -1,0 +2,42 @@
+Mon Jul  7 07:24:51 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
+  * Use correct qdoc include
+  * Update version to 6.16.0
+
+-------------------------------------------------------------------
+Mon Jun  9 20:29:48 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:
+  * Use correct qdoc include
+  * Update dependency version to 6.15.0
+  * Add tags file to documentation
+  * Add missing qhp projects
+  * Add landing page for QDoc
+  * Exclude dirs from main documentation module
+  * 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:33 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
+  * Update version to 6.14.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-purpose.spec ++++++
--- /var/tmp/diff_new_pack.wnIAzh/_old  2025-08-07 19:27:50.945386175 +0200
+++ /var/tmp/diff_new_pack.wnIAzh/_new  2025-08-07 19:27:50.949386341 +0200
@@ -19,16 +19,14 @@
 # Internal QML imports
 %global __requires_exclude 
qt6qmlimport\\((org\\.kde\\.purpose|org\\.kde\\.kdeconnect|SSO\\.OnlineAccounts).*
 
-%define qt6_version 6.7.0
+%define qt6_version 6.8.0
 
 %define rname purpose
-# 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-purpose
-Version:        6.13.0
+Version:        6.16.0
 Release:        0
 Summary:        Framework to integrate services and actions in applications
 License:        LGPL-2.1-or-later
@@ -38,26 +36,27 @@
 Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_version}
 BuildRequires:  cmake(KAccounts6)
-BuildRequires:  cmake(KF6Config) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6I18n) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6KIO) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Kirigami) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Notifications) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Service) >= %{_kf6_bugfix_version}
+BuildRequires:  cmake(KF6Config) >= %{_kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{_kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{_kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{_kf6_version}
+BuildRequires:  cmake(KF6Kirigami) >= %{_kf6_version}
+BuildRequires:  cmake(KF6Notifications) >= %{_kf6_version}
+BuildRequires:  cmake(KF6Service) >= %{_kf6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 Requires:       accounts-qml-module
-Requires:       kf6-kdeclarative-imports >= %{_kf6_bugfix_version}
-Requires:       kf6-kirigami-imports >= %{_kf6_bugfix_version}
-Requires:       kf6-prison-imports >= %{_kf6_bugfix_version}
+Requires:       kf6-kdeclarative-imports >= %{_kf6_version}
+Requires:       kf6-kirigami-imports >= %{_kf6_version}
+Requires:       kf6-prison-imports >= %{_kf6_version}
 Requires:       qt6-declarative-imports >= %{qt6_version}
 Requires:       purpose-services >= %{version}
 
@@ -107,7 +106,7 @@
 Summary:        Framework to integrate services and actions - Build Environment
 Requires:       libKF6Purpose6 = %{version}
 Requires:       libKF6PurposeWidgets6 = %{version}
-Requires:       cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
+Requires:       cmake(KF6CoreAddons) >= %{_kf6_version}
 
 %description devel
 This package contains development files needed to build applications which 
rely on the purpose framework.


++++++ purpose-6.13.0.tar.xz -> purpose-6.16.0.tar.xz ++++++
++++ 3751 lines of diff (skipped)

Reply via email to