Hello community,

here is the log from the commit of package cura-engine for openSUSE:Factory 
checked in at 2020-11-11 20:47:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cura-engine (Old)
 and      /work/SRC/openSUSE:Factory/.cura-engine.new.26437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cura-engine"

Wed Nov 11 20:47:36 2020 rev:10 rq:847703 version:4.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cura-engine/cura-engine.changes  2020-09-17 
14:49:22.927826894 +0200
+++ /work/SRC/openSUSE:Factory/.cura-engine.new.26437/cura-engine.changes       
2020-11-11 20:47:51.959730031 +0100
@@ -1,0 +2,8 @@
+Tue Nov 10 18:19:18 UTC 2020 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 4.8.0
+  Release notes:
+  * https://github.com/Ultimaker/Cura/releases/tag/4.8
+- Use system RapidJSON and polyclipping when available
+
+-------------------------------------------------------------------

Old:
----
  CuraEngine-4.7.1.obscpio
  CuraEngine.obsinfo
  _service

New:
----
  cura-engine-4.8.0.tar.gz

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

Other differences:
------------------
++++++ cura-engine.spec ++++++
--- /var/tmp/diff_new_pack.0GCZms/_old  2020-11-11 20:47:52.579730614 +0100
+++ /var/tmp/diff_new_pack.0GCZms/_new  2020-11-11 20:47:52.583730617 +0100
@@ -17,13 +17,14 @@
 
 
 Name:           cura-engine
-Version:        4.7.1
+%define sversion 4.8
+Version:        4.8.0
 Release:        0
 Summary:        3D printer control software
 License:        AGPL-3.0-only
 Group:          Hardware/Printing
 URL:            https://github.com/Ultimaker/CuraEngine
-Source0:        CuraEngine-%{version}.tar.xz
+Source0:        
https://github.com/Ultimaker/CuraEngine/archive/%{sversion}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        CuraEngine.1
 # X-OPENSUSE-PATCH fix-build.patch follow openSUSE policies
 Patch1:         fix-build.patch
@@ -31,8 +32,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gmock
 BuildRequires:  gtest
-BuildRequires:  libArcus-devel
+BuildRequires:  libArcus-devel >= %{version}
 BuildRequires:  stb-devel
+%if 0%{suse_version} >= 1550
+BuildRequires:  cmake(RapidJSON)
+BuildRequires:  pkgconfig(polyclipping)
+%endif
 # No 32bit support anymore
 ExcludeArch:    %ix86 %arm s390
 
@@ -42,7 +47,7 @@
 It is part of the larger project called "Cura".
 
 %prep
-%setup -q -n CuraEngine-%version
+%setup -q -n CuraEngine-%sversion
 %patch1 -p1
 # the test is hardcoding the version number
 sed -i -e 's,"master","%{version}",' tests/GCodeExportTest.cpp
@@ -52,12 +57,14 @@
 %cmake -DCURA_ENGINE_VERSION=%version \
        -DCMAKE_POSITION_INDEPENDENT_CODE="true" \
        -DBUILD_SHARED_LIBS="false" \
+%if 0%{suse_version} >= 1550
+       -DUSE_SYSTEM_LIBS=ON \
+%endif
        -DBUILD_TESTS=ON
-%make_jobs
+%cmake_build
 
 %install
-cd build
-%make_install
+%cmake_install
 
 install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/CuraEngine.1
 
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to