Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package PrusaSlicer for openSUSE:Factory 
checked in at 2022-04-13 21:04:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PrusaSlicer (Old)
 and      /work/SRC/openSUSE:Factory/.PrusaSlicer.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PrusaSlicer"

Wed Apr 13 21:04:40 2022 rev:17 rq:969465 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/PrusaSlicer/PrusaSlicer.changes  2022-03-18 
16:43:00.497218784 +0100
+++ /work/SRC/openSUSE:Factory/.PrusaSlicer.new.1900/PrusaSlicer.changes        
2022-04-13 21:05:28.780589887 +0200
@@ -1,0 +2,13 @@
+Tue Apr 12 12:59:51 UTC 2022 - Hans-Peter Jansen <h...@urpla.net>
+
+- Use gcc version 10 for anything but Tumbleweed
+
+-------------------------------------------------------------------
+Tue Apr 12 06:41:47 UTC 2022 - Adrian Schr??ter <adr...@suse.de>
+
+- Use gcc version 10
+  This allows the build on Leap 15.3/15.4 and in Factory using the same
+  compiler.
+- Add buildignore to libglfw3-wayland to fix building for 15.3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PrusaSlicer.spec ++++++
--- /var/tmp/diff_new_pack.dE4xpM/_old  2022-04-13 21:05:29.748590660 +0200
+++ /var/tmp/diff_new_pack.dE4xpM/_new  2022-04-13 21:05:29.756590667 +0200
@@ -31,9 +31,16 @@
 BuildRequires:  eigen3-devel >= 3
 BuildRequires:  expat
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+# gcc v8 is required as least for charconv header. version 10 exists on 15.4 
and tumbleweed
+%if 0%{?suse_version} >= 1550
+%define gcc_ver %{gcc_version}
+%else
+%define gcc_ver 10
+%endif
+BuildRequires:  gcc%gcc_ver-c++
 # For now, use bundled GLEW because of gh#prusa3d/PrusaSlicer#6396
 #!BuildIgnore:  glew-devel
+#!BuildIgnore:  libglfw3-wayland
 BuildRequires:  gtest >= 1.7
 BuildRequires:  libboost_atomic-devel
 BuildRequires:  libboost_filesystem-devel
@@ -85,6 +92,7 @@
   export CFLAGS="%optflags -mfpmath=sse -msse2"
   export CXXFLAGS="$CFLAGS"
 %endif
+export CC=gcc-%gcc_ver CXX=g++-%gcc_ver
 %cmake \
   -DSLIC3R_FHS=1 \
   -DSLIC3R_GTK=3 \

Reply via email to