Hello community,

here is the log from the commit of package cura-engine for openSUSE:Factory 
checked in at 2018-10-25 08:12:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cura-engine (Old)
 and      /work/SRC/openSUSE:Factory/.cura-engine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cura-engine"

Thu Oct 25 08:12:42 2018 rev:2 rq:642562 version:3.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cura-engine/cura-engine.changes  2018-08-08 
14:52:48.365481403 +0200
+++ /work/SRC/openSUSE:Factory/.cura-engine.new/cura-engine.changes     
2018-10-25 08:12:50.812168191 +0200
@@ -1,0 +2,7 @@
+Wed Oct 17 07:07:33 UTC 2018 - Adrian Schröter <[email protected]>
+
+- update to version 3.5.1
+  https://ultimaker.com/en/products/ultimaker-cura-software/release-notes
+- replaced fix-build.patch with new need
+
+-------------------------------------------------------------------

Old:
----
  CuraEngine-3.4.1.obscpio

New:
----
  CuraEngine-3.5.1.obscpio

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

Other differences:
------------------
++++++ cura-engine.spec ++++++
--- /var/tmp/diff_new_pack.sTfsbd/_old  2018-10-25 08:12:51.840167519 +0200
+++ /var/tmp/diff_new_pack.sTfsbd/_new  2018-10-25 08:12:51.844167516 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package CuraEngine
+# spec file for package cura-engine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           cura-engine
-Version:        3.4.1
+Version:        3.5.1
 Release:        0
 Summary:        3D printer control software
-License:        LGPL-3.0
+License:        AGPL-3.0-only
 Group:          Hardware/Printing
 Url:            http://github.com/Ultimaker/CuraEngine
 Source0:        CuraEngine-%{version}.tar.xz
 Source1:        CuraEngine.1
-# PATCH-FIX-UPSTREAM
+# 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

++++++ CuraEngine-3.4.1.obscpio -> CuraEngine-3.5.1.obscpio ++++++
++++ 23511 lines of diff (skipped)

++++++ CuraEngine.obsinfo ++++++
--- /var/tmp/diff_new_pack.sTfsbd/_old  2018-10-25 08:12:52.092167354 +0200
+++ /var/tmp/diff_new_pack.sTfsbd/_new  2018-10-25 08:12:52.096167351 +0200
@@ -1,5 +1,5 @@
 name: CuraEngine
-version: 3.4.1
-mtime: 1531126515
-commit: 683c4b80c48cd338568b79fcf599da4fcbbaef46
+version: 3.5.1
+mtime: 1539615866
+commit: 71d441338e69cc16daefd41da1d5d7f99dd4ea8d
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sTfsbd/_old  2018-10-25 08:12:52.112167341 +0200
+++ /var/tmp/diff_new_pack.sTfsbd/_new  2018-10-25 08:12:52.112167341 +0200
@@ -2,8 +2,8 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/Ultimaker/CuraEngine.git</param>
     <param name="scm">git</param>
-    <param name="revision">3.4.1</param>
-    <param name="version">3.4.1</param>
+    <param name="revision">3.5.1</param>
+    <param name="version">3.5.1</param>
   </service>
   <service mode="disabled" name="set_version" />
 

++++++ fix-build.patch ++++++
--- /var/tmp/diff_new_pack.sTfsbd/_old  2018-10-25 08:12:52.120167336 +0200
+++ /var/tmp/diff_new_pack.sTfsbd/_new  2018-10-25 08:12:52.120167336 +0200
@@ -1,24 +1,13 @@
-commit 5aad55bf67e52ce5bdb27a3925af8a4cab441b38
-Author: Ghostkeeper <[email protected]>
-Date:   Mon Jun 18 15:39:01 2018 +0200
-
-    Remove outdated copy of command_line_settings.json
-    
-    This entire directory doesn't exist.
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5c579388..4c55e6f3 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -251,11 +251,6 @@ if (BUILD_TESTS)
-     endforeach()
- endif()
+diff --git a/src/infill/ImageBasedDensityProvider.cpp 
b/src/infill/ImageBasedDensityProvider.cpp
+index 46228e54..68fb18e6 100644
+--- a/src/infill/ImageBasedDensityProvider.cpp
++++ b/src/infill/ImageBasedDensityProvider.cpp
+@@ -5,7 +5,7 @@
+ 
+ #define STBI_FAILURE_USERMSG // enable user friendly bug messages for STB lib
+ #define STB_IMAGE_IMPLEMENTATION // needed in order to enable the 
implementation of libs/std_image.h
+-#include <stb/stb_image.h>
++#include <stb_image.h>
+ 
+ namespace cura {
  
--
--add_custom_command(TARGET CuraEngine POST_BUILD
--                   COMMAND ${CMAKE_COMMAND} -E copy_directory
--                       ${CMAKE_SOURCE_DIR}/resources 
$<TARGET_FILE_DIR:CuraEngine>)
--
- # Installing CuraEngine.
- include(GNUInstallDirs)
- install(TARGETS CuraEngine DESTINATION ${CMAKE_INSTALL_BINDIR})


Reply via email to