Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-kxmlgui for openSUSE:Factory checked in at 2025-04-15 16:44:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-kxmlgui (Old) and /work/SRC/openSUSE:Factory/.kf6-kxmlgui.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kxmlgui" Tue Apr 15 16:44:04 2025 rev:15 rq:1268880 version:6.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-kxmlgui/kf6-kxmlgui.changes 2025-03-17 22:17:17.637729598 +0100 +++ /work/SRC/openSUSE:Factory/.kf6-kxmlgui.new.1907/kf6-kxmlgui.changes 2025-04-15 16:47:03.073981309 +0200 @@ -1,0 +2,13 @@ +Sat Apr 5 12:34:20 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.13.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.13.0 +- Changes since 6.12.0: + * It compiles fine without kf6.12 deprecated methods + * It compiles fine without qt6.9 deprecated methods + * ensure KMainWindow::canBeRestored is working with no data (kde#427552) + * Update dependency version to 6.13.0 + +------------------------------------------------------------------- Old: ---- kxmlgui-6.12.0.tar.xz kxmlgui-6.12.0.tar.xz.sig New: ---- kxmlgui-6.13.0.tar.xz kxmlgui-6.13.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-kxmlgui.spec ++++++ --- /var/tmp/diff_new_pack.YuDbRC/_old 2025-04-15 16:47:04.030021341 +0200 +++ /var/tmp/diff_new_pack.YuDbRC/_new 2025-04-15 16:47:04.030021341 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf6-kxmlgui # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,26 @@ %define qt6_version 6.7.0 %define rname kxmlgui -# Full KF6 version (e.g. 6.9.0) + +%bcond_without kde_python_bindings +%if %{with kde_python_bindings} +%if 0%{suse_version} > 1500 +%define pythons %{primary_python} +%else +%{?sle15_python_module_pythons} +%endif +%define mypython %pythons +%define __mypython %{expand:%%__%{mypython}} +%define mypython_sitearch %{expand:%%%{mypython}_sitearch} +%endif + +# Full KF6 version (e.g. 6.13.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-kxmlgui -Version: 6.12.0 +Version: 6.13.0 Release: 0 Summary: Framework for managing menu and toolbar actions License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -58,6 +71,16 @@ BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} BuildRequires: cmake(Qt6Xml) >= %{qt6_version} BuildRequires: pkgconfig(x11) +# SECTION bindings +%if %{with kde_python_bindings} +BuildRequires: %{mypython}-build +BuildRequires: %{mypython}-devel >= 3.9 +BuildRequires: %{mypython}-setuptools +BuildRequires: %{mypython}-wheel +BuildRequires: cmake(Shiboken6) +BuildRequires: cmake(PySide6) +%endif +# /SECTION %description libkxmlgui provides a framework for managing menu and toolbar actions in an @@ -90,13 +113,26 @@ in the application code. The framework supports merging of multiple description for example for integrating actions from plugins. Development files. +%if %{with kde_python_bindings} +%package -n python3-kf6-kxmlgui +Summary: Python interface for kf6-kxmlgui + +%description -n python3-kf6-kxmlgui +This package provides a python interface for kf6-kxmlgui. +%endif + %lang_package -n libKF6XmlGui6 %prep %autosetup -p1 -n %{rname}-%{version} %build -%cmake_kf6 -DBUILD_QCH:BOOL=TRUE +%cmake_kf6 \ + -DBUILD_QCH:BOOL=TRUE \ +%if %{with kde_python_bindings} + -DPython_EXECUTABLE:STRING=%{__mypython} +%endif +%{nil} %kf6_build @@ -125,5 +161,10 @@ %{_kf6_libdir}/libKF6XmlGui.so %{_kf6_plugindir}/designer/kxmlgui6widgets.so +%if %{with kde_python_bindings} +%files -n python3-kf6-kxmlgui +%{mypython_sitearch}/*.so +%endif + %files -n libKF6XmlGui6-lang -f kxmlgui6.lang ++++++ kxmlgui-6.12.0.tar.xz -> kxmlgui-6.13.0.tar.xz ++++++ ++++ 27665 lines of diff (skipped)