Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-kxmlgui for openSUSE:Leap:16.0 checked in at 2025-04-23 10:08:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kf6-kxmlgui (Old) and /work/SRC/openSUSE:Leap:16.0/.kf6-kxmlgui.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kxmlgui" Wed Apr 23 10:08:55 2025 rev:3 rq:1271489 version:6.13.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kf6-kxmlgui/kf6-kxmlgui.changes 2025-03-19 11:47:56.668817087 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.kf6-kxmlgui.new.30101/kf6-kxmlgui.changes 2025-04-23 10:12:08.112963475 +0200 @@ -1,0 +2,104 @@ +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 + +------------------------------------------------------------------- +Tue Mar 11 09:29:27 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.12.0 +- Changes since 6.11.0: + * Update dependency version to 6.12.0 + * Delay accepting the bugreport dialog (kde#482240) + * Add KKeySequenceWidget::patterns property + * Add KKeySequenceWidget::recording property + * Update version to 6.12.0 + +------------------------------------------------------------------- +Sat Feb 8 12:16:59 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.11.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.11.0 +- Changes since 6.10.0: + * Update dependency version to 6.11.0 + * Instantiate accelerator checking only on KMainWindow creation (kde#499583) + * Create the conflict detector only if some main window got created (kde#467130) + * Fix comment about dependency + * don't trigger sync of config always at same time to avoid clashes if x instances are running (kde#456208) + * Add xml/yaml linting + * Fix writing default ToolBarsMovable value + * Enable Python bindings on FreeBSD + * CI: Add linux-qt6-next build + * KAbstractAboutDialog: Do not insert a widget or layout twice + * Lower Python requirement to 3.9 + * Update version to 6.11.0 + +------------------------------------------------------------------- +Thu Jan 9 17:12:43 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.10.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.10.0 +- Changes since 6.9.0: + * Update dependency version to 6.10.0 + * Add more support for toolbars in dbus interface + * Update version to 6.10.0 + +------------------------------------------------------------------- +Sun Dec 8 10:09:31 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 6.9.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.9.0 +- Changes since 6.8.0: + * Update dependency version to 6.9.0 + * KXmlGuiWindow: Create KHelpMenu without application data + * KHelpMenu: Use up-to-date application data if not set explicitly + * Add Python bindings + * kbugreport: Specify what the second version number refers too + * AboutDialog: Add copy button for components info + * It compiles fine without deprecated methods + * about dialog: Put app specific components before generic components + * KHelpMenu: Allow showing and hiding the What's This menu entry + * KHelpMenu: Deprecate second constructor with bool parameter + * KHelpMenu: Deprecate constructor with unused parameter + * KHelpMenu: Remove unnecessary member variables + * KHelpMenu: Remove long dead support for a simple About text + * Ensure action insertion order is preserved + * Skip first column when resizing columns + * Simplify action storage in KActionCollection + * Add Linux static CI build + * Add component description to default components + * Simplify about data dialog + * [kactioncategory] Add new-style connect variants for addAction + * [kactioncategory] Deprecate functions that use KStandardAction + * [kactioncategory] Add overloads for KStandardActions + * Update version to 6.9.0 + +------------------------------------------------------------------- +Mon Nov 4 11:18:22 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 6.8.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.8.0 +- Changes since 6.7.0: + * Update dependency version to 6.8.0 + * Fix window position not being restored (kde#493401) + * Update version to 6.8.0 + +------------------------------------------------------------------- Old: ---- kxmlgui-6.7.0.tar.xz kxmlgui-6.7.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.QfKKtD/_old 2025-04-23 10:12:09.869036903 +0200 +++ /var/tmp/diff_new_pack.QfKKtD/_new 2025-04-23 10:12:09.869036903 +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.7.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.7.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.7.0.tar.xz -> kxmlgui-6.13.0.tar.xz ++++++ ++++ 89152 lines of diff (skipped)