Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-kwidgetsaddons for openSUSE:Leap:16.0 checked in at 2025-04-23 10:08:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kf6-kwidgetsaddons (Old) and /work/SRC/openSUSE:Leap:16.0/.kf6-kwidgetsaddons.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kwidgetsaddons" Wed Apr 23 10:08:54 2025 rev:3 rq:1271487 version:6.13.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kf6-kwidgetsaddons/kf6-kwidgetsaddons.changes 2025-03-19 11:47:56.256799776 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.kf6-kwidgetsaddons.new.30101/kf6-kwidgetsaddons.changes 2025-04-23 10:12:01.956706057 +0200 @@ -1,0 +2,103 @@ +Sat Apr 5 12:34:17 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: + * Add missing include mocs + * ktitlewidget: Remove mention of bold text in doc comments + * ktitlewidget: Add a note that the default level is 1 + * ktitlewidget: Update links to KDE HIG + * It compiles fine without qt6.9 deprecated methods + * Update dependency version to 6.13.0 + +------------------------------------------------------------------- +Tue Mar 11 09:29:26 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 + * Allow limiting the selectable range of a KDatePicker + * KFontRequester: Force frame around sample label + * Correct DateKeywords option check in KDateComboBox::initDateWidget + * Set a QComboBox placeholder when KSelectAction is on a toolbar + * KActionMenu: Apply popupMode to existing widgets + * Add 1840d8fb to .git-blame-ignore-revs + * Run clang-format + * KCapacityBar: Allow to specify state in drawCapacityBar + * Fix popup menu position + * Update version to 6.12.0 + +------------------------------------------------------------------- +Sat Feb 8 12:16:58 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 + * kpageview: disable invisible search field + * Add xml/yaml linting + * KBusyIndicatorWidget: Add functions setRunning() and isRunning() to control the spinning animation, update API documentation, and test file, and define Q_PROPERTY + * Enable Python bindings on FreeBSD + * CI: Add linux-qt6-next build + * Lower Python requirement to 3.9 + * Update version to 6.11.0 + +------------------------------------------------------------------- +Thu Jan 9 17:12:42 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 + * KBusyIndicatorWidget: Add member functions to start and stop the spinning animation + * ci: add Alpine/musl job + * fix -Werror=return-type error when building kmessagewidgettest + * Update version to 6.10.0 + +------------------------------------------------------------------- +Sun Dec 8 10:09:30 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 + * Fix since version for KAdjustingScrollArea + * kmessagebox: Add option to force label to be plain text + * Install python bindings into site-packages dir + * Add python examples + * It compiles fine without deprecated methods + * Add Python bindings + * ci: add Alpine/musl job + * KPageView: Strip mnemonics before matching search text + * KPasswordDialog: Vertically center prompt + * Introduce KAdjustingScrollArea + * kratingwidget: Draw icon at native resolution + * Update version to 6.9.0 + +------------------------------------------------------------------- +Mon Nov 4 11:18:21 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 time entry in locales with mixed-case AM/PM suffixes + * Add CI for static builds on Linux + * Don't use Oxygen style in KSeparator + * Update version to 6.8.0 + * KMessageWidget: Improve accessibility + +------------------------------------------------------------------- Old: ---- kwidgetsaddons-6.7.0.tar.xz kwidgetsaddons-6.7.0.tar.xz.sig New: ---- kwidgetsaddons-6.13.0.tar.xz kwidgetsaddons-6.13.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-kwidgetsaddons.spec ++++++ --- /var/tmp/diff_new_pack.2yIXT6/_old 2025-04-23 10:12:02.364723118 +0200 +++ /var/tmp/diff_new_pack.2yIXT6/_new 2025-04-23 10:12:02.364723118 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf6-kwidgetsaddons # -# 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 kwidgetsaddons -# 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-kwidgetsaddons -Version: 6.7.0 +Version: 6.13.0 Release: 0 Summary: Large set of desktop widgets License: LGPL-2.1-or-later @@ -42,6 +55,16 @@ BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} BuildRequires: cmake(Qt6UiPlugin) >= %{qt6_version} BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +# 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 This repository contains add-on widgets and classes for applications @@ -64,13 +87,26 @@ This repository contains add-on widgets and classes for applications that use the Qt Widgets module. +%if %{with kde_python_bindings} +%package -n python3-kf6-kwidgetsaddons +Summary: Python interface for kf6-kwidgetsaddons + +%description -n python3-kf6-kwidgetsaddons +This package provides a python interface for kf6-kwidgetsaddons. +%endif + %lang_package -n libKF6WidgetsAddons6 %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 @@ -98,5 +134,10 @@ %{_kf6_libdir}/libKF6WidgetsAddons.so %{_kf6_plugindir}/designer/kwidgetsaddons6widgets.so +%if %{with kde_python_bindings} +%files -n python3-kf6-kwidgetsaddons +%{mypython_sitearch}/*.so +%endif + %files -n libKF6WidgetsAddons6-lang -f kwidgetsaddons6.lang ++++++ kwidgetsaddons-6.7.0.tar.xz -> kwidgetsaddons-6.13.0.tar.xz ++++++ ++++ 64486 lines of diff (skipped)