Hello community,

here is the log from the commit of package cura-engine for openSUSE:Factory 
checked in at 2019-02-25 17:53:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cura-engine (Old)
 and      /work/SRC/openSUSE:Factory/.cura-engine.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cura-engine"

Mon Feb 25 17:53:53 2019 rev:4 rq:678195 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cura-engine/cura-engine.changes  2018-11-19 
23:30:52.543267933 +0100
+++ /work/SRC/openSUSE:Factory/.cura-engine.new.28833/cura-engine.changes       
2019-02-25 17:53:57.894513055 +0100
@@ -1,0 +2,11 @@
+Fri Jan 18 09:48:08 UTC 2019 - Adrian Schröter <[email protected]>
+
+- define version explicit for reporting in gcode files
+
+-------------------------------------------------------------------
+Wed Jan  2 12:50:27 UTC 2019 - Adrian Schröter <[email protected]>
+
+- fix build with stb in subdirectory
+  * obsoletes fix-build.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-build.patch

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

Other differences:
------------------
++++++ cura-engine.spec ++++++
--- /var/tmp/diff_new_pack.Cwmnn1/_old  2019-02-25 17:53:59.898512127 +0100
+++ /var/tmp/diff_new_pack.Cwmnn1/_new  2019-02-25 17:53:59.906512124 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cura-engine
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,6 @@
 Url:            http://github.com/Ultimaker/CuraEngine
 Source0:        CuraEngine-%{version}.tar.xz
 Source1:        CuraEngine.1
-# PATCH-FIX-OPENSUSE fix-build.patch
-Patch1:         fix-build.patch
 # On TW/Factory or Leap/SLE 15 use latest gcc, gcc6 otherwise
 %if 0%{?suse_version} >= 1500
 BuildRequires:  gcc-c++ >= 5
@@ -44,7 +42,6 @@
 
 %prep
 %setup -q -n CuraEngine-%version
-%patch1 -p1
 
 %build
 %if 0%{?suse_version} < 1500
@@ -52,7 +49,7 @@
 export CXX=g++-6
 %endif
 # make sure lib_CuraEngine is statically build and linked
-%cmake -DCMAKE_POSITION_INDEPENDENT_CODE="true" -DBUILD_SHARED_LIBS="false"
+%cmake -DCURA_ENGINE_VERSION=%version -DCMAKE_POSITION_INDEPENDENT_CODE="true" 
-DBUILD_SHARED_LIBS="false"
 %make_jobs
 
 %install


Reply via email to