Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package brux-gdk for openSUSE:Factory 
checked in at 2025-03-25 23:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brux-gdk (Old)
 and      /work/SRC/openSUSE:Factory/.brux-gdk.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brux-gdk"

Tue Mar 25 23:10:00 2025 rev:2 rq:1256047 version:0.2.11+git20250218

Changes:
--------
--- /work/SRC/openSUSE:Factory/brux-gdk/brux-gdk.changes        2025-03-07 
16:46:37.540594222 +0100
+++ /work/SRC/openSUSE:Factory/.brux-gdk.new.2696/brux-gdk.changes      
2025-03-25 23:10:01.329737398 +0100
@@ -1,0 +2,6 @@
+Fri Mar 21 00:52:45 UTC 2025 - Shawn Dunn <sfal...@opensuse.org>
+
+- Added -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Added %check section
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ brux-gdk.spec ++++++
--- /var/tmp/diff_new_pack.mxbniF/_old  2025-03-25 23:10:02.037766688 +0100
+++ /var/tmp/diff_new_pack.mxbniF/_new  2025-03-25 23:10:02.037766688 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package brux-gdk
 #
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2025, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +25,7 @@
 Group:          Development/Languages/Other
 URL:            https://github.com/KelvinShadewing/brux-gdk
 Source:         %{name}-%{version}.tar.xz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  squirrel-devel
@@ -47,12 +48,17 @@
 
 %build
 cd rte
-%cmake -DBUILD_STATIC_LIBS=OFF
+%cmake \
+  -DBUILD_STATIC_LIBS=OFF \
+  -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 
 %install
 install -Dpm 0755 rte/build/brux %{buildroot}%{_bindir}/brux
 
+%check
+%ctest
+
 %files
 %license LICENSE
 %doc README.md

Reply via email to