Hello community,

here is the log from the commit of package PrusaSlicer for openSUSE:Factory 
checked in at 2020-06-17 14:51:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PrusaSlicer (Old)
 and      /work/SRC/openSUSE:Factory/.PrusaSlicer.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PrusaSlicer"

Wed Jun 17 14:51:08 2020 rev:3 rq:815263 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/PrusaSlicer/PrusaSlicer.changes  2020-05-02 
22:17:47.228592577 +0200
+++ /work/SRC/openSUSE:Factory/.PrusaSlicer.new.3606/PrusaSlicer.changes        
2020-06-17 14:51:22.569194595 +0200
@@ -1,0 +2,9 @@
+Tue Jun 16 12:09:13 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- This is mainly a cosmetic update so that the package gets rebuilt
+  in Factory. Rebuild is needed because of wxWidgets - boo#1172750
+- Add openvdb-tools package for better cmake reporting.
+- Make the 32-bit floating point workaround more readable.
+  gh#prusa3d/PrusaSlicer#3781
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PrusaSlicer.spec ++++++
--- /var/tmp/diff_new_pack.Wh2N5o/_old  2020-06-17 14:51:24.681201827 +0200
+++ /var/tmp/diff_new_pack.Wh2N5o/_new  2020-06-17 14:51:24.685201841 +0200
@@ -48,6 +48,7 @@
 BuildRequires:  memory-constraints
 BuildRequires:  nlopt-devel
 BuildRequires:  openvdb-devel >= 5
+BuildRequires:  openvdb-tools
 BuildRequires:  tbb-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3.1
@@ -67,13 +68,12 @@
 
 %build
 %limit_build -m 4096
-# sse2 flags: see upstream github issue#3781
-%cmake -DSLIC3R_FHS=1 \
-%ifarch i686 i586 i386
-       -DCMAKE_C_FLAGS:STRING="%optflags -mfpmath=sse -msse2" \
-       -DCMAKE_CXX_FLAGS:STRING="%optflags  -mfpmath=sse -msse2"
+# sse2 flags for 32-bit: see gh#prusa3d/PrusaSlicer#3781 
+%ifarch %ix86
+  export CFLAGS="%optflags -mfpmath=sse -msse2"
+  export CXXFLAGS="$CFLAGS"
 %endif
-
+%cmake -DSLIC3R_FHS=1
 %cmake_build
 
 %install


Reply via email to