Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package uranium-lulzbot for openSUSE:Factory
checked in at 2025-03-25 22:10:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
and /work/SRC/openSUSE:Factory/.uranium-lulzbot.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uranium-lulzbot"
Tue Mar 25 22:10:50 2025 rev:16 rq:1255715 version:3.6.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes
2024-06-10 17:38:08.380077019 +0200
+++
/work/SRC/openSUSE:Factory/.uranium-lulzbot.new.2696/uranium-lulzbot.changes
2025-03-25 22:19:17.787725339 +0100
@@ -1,0 +2,5 @@
+Sat Mar 22 00:02:25 UTC 2025 - Shawn Dunn <[email protected]>
+
+- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ uranium-lulzbot.spec ++++++
--- /var/tmp/diff_new_pack.c495KG/_old 2025-03-25 22:19:18.243744218 +0100
+++ /var/tmp/diff_new_pack.c495KG/_new 2025-03-25 22:19:18.247744384 +0100
@@ -1,7 +1,7 @@
#
# spec file for package uranium-lulzbot
#
-# 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
@@ -25,11 +25,10 @@
Release: 0
Summary: 3D printer control software: python UI stack
License: AGPL-3.0-only
-Group: Development/Libraries/C and C++
URL: https://code.alephobjects.com/diffusion/U/uranium.git
Source0: Uranium-%{version}.tar.xz
Patch1: fix-build.patch
-BuildRequires: cmake
+BuildRequires: cmake >= 3.5
BuildRequires: gcc-c++
BuildRequires: python311-devel
Recommends: python311-numpy-stl
@@ -47,7 +46,7 @@
%build
CFLAGS="%{optflags}"
export CFLAGS
-%cmake -DPYTHON_EXECUTABLE=/usr/bin/python3.11
+%cmake -DPYTHON_EXECUTABLE=/usr/bin/python3.11
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
make %{?_smp_mflags}
%install