Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gammaray for openSUSE:Factory checked in at 2025-02-03 21:42:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gammaray (Old) and /work/SRC/openSUSE:Factory/.gammaray.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammaray" Mon Feb 3 21:42:53 2025 rev:28 rq:1242096 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gammaray/gammaray.changes 2024-11-27 22:17:11.279150047 +0100 +++ /work/SRC/openSUSE:Factory/.gammaray.new.2316/gammaray.changes 2025-02-03 21:42:54.580986483 +0100 @@ -1,0 +2,7 @@ +Sat Feb 1 10:59:42 UTC 2025 - Christophe Marin <[email protected]> + +- Drop the KDStateMachineEditor build dependency. + The option is turned off by default and there's currently no + way to use the system KDSME. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammaray.spec ++++++ --- /var/tmp/diff_new_pack.bMGKhA/_old 2025-02-03 21:42:55.377019341 +0100 +++ /var/tmp/diff_new_pack.bMGKhA/_new 2025-02-03 21:42:55.381019506 +0100 @@ -79,8 +79,6 @@ BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{qt_min_version} BuildRequires: libqt5-qtscxml-private-headers-devel >= %{qt_min_version} BuildRequires: libqt5-qttools-doc >= %{qt_min_version} -# No Qt6 support in current release -BuildRequires: cmake(KDSME) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5SyntaxHighlighting) BuildRequires: cmake(Qt5AttributionsScannerTools) >= %{qt_min_version} @@ -106,9 +104,7 @@ BuildRequires: qt6-scxml-private-devel >= %{qt_min_version} BuildRequires: qt6-statemachine-private-devel >= %{qt_min_version} BuildRequires: qt6-widgets-private-devel >= %{qt_min_version} -%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150500 BuildRequires: cmake(Qt6Location) >= %{qt_min_version} -%endif BuildRequires: cmake(Qt6ShaderTools) >= %{qt_min_version} BuildRequires: cmake(Qt6StateMachine) >= %{qt_min_version} BuildRequires: cmake(Qt6ToolsTools) >= %{qt_min_version} @@ -166,6 +162,9 @@ %prep %autosetup -p1 -n %{rname}-%{version} +# Unused +rm -r 3rdparty/KDStateMachineEditor + %build %define _lto_cflags %{nil} %if 0%{?qt5}
