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 2023-09-28 00:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
 and      /work/SRC/openSUSE:Factory/.uranium-lulzbot.new.23327 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uranium-lulzbot"

Thu Sep 28 00:25:13 2023 rev:14 rq:1113680 version:3.6.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes  
2022-06-28 15:22:07.633920438 +0200
+++ 
/work/SRC/openSUSE:Factory/.uranium-lulzbot.new.23327/uranium-lulzbot.changes   
    2023-09-28 00:26:53.591700194 +0200
@@ -1,0 +2,5 @@
+Tue Sep 26 13:06:49 UTC 2023 - Adrian Schröter <[email protected]>
+
+- switch to python3.10
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uranium-lulzbot.spec ++++++
--- /var/tmp/diff_new_pack.Aq3KO1/_old  2023-09-28 00:26:55.191757949 +0200
+++ /var/tmp/diff_new_pack.Aq3KO1/_new  2023-09-28 00:26:55.195758093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uranium-lulzbot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,9 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define pythons 310
+
 Name:           uranium-lulzbot
 Conflicts:      uranium
 Version:        3.6.21
@@ -28,8 +31,8 @@
 Patch1:         fix-build.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  python3-devel >= 3.5.0
-Recommends:     python3-numpy-stl
+BuildRequires:  python310-devel
+Recommends:     python310-numpy-stl
 
 %description
 Cura is an engine for processing 3D models
@@ -45,8 +48,7 @@
 %build
 CFLAGS="%{optflags}"
 export CFLAGS
-sed -i 's/PythonInterp 3.5.0/PythonInterp 3.4.0/' CMakeLists.txt
-%cmake
+%cmake -DPYTHON_EXECUTABLE=/usr/bin/python3.10
 make %{?_smp_mflags}
 
 %install
@@ -74,7 +76,7 @@
 %files -f %{name}.lang
 %doc docs README.md
 %license LICENSE
-%{python3_sitelib}/UM
+/usr/lib/python3.10/site-packages/UM
 %{_prefix}/lib/uranium
 %dir %{_datadir}/uranium
 %{_datadir}/uranium/resources

Reply via email to