Hello community, here is the log from the commit of package cura for openSUSE:Factory checked in at 2020-11-11 20:47:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cura (Old) and /work/SRC/openSUSE:Factory/.cura.new.26437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cura" Wed Nov 11 20:47:30 2020 rev:11 rq:847701 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cura/cura.changes 2020-09-21 17:43:27.820915314 +0200 +++ /work/SRC/openSUSE:Factory/.cura.new.26437/cura.changes 2020-11-11 20:47:49.463727688 +0100 @@ -1,0 +2,8 @@ +Tue Nov 10 18:26:14 UTC 2020 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de> + +- Update to version 4.8.0 + Release notes: + * https://github.com/Ultimaker/Cura/releases/tag/4.8 +- Rebase disable-code-style-check.patch + +------------------------------------------------------------------- Old: ---- Cura-4.7.1.obscpio Cura.obsinfo _service New: ---- cura-4.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cura.spec ++++++ --- /var/tmp/diff_new_pack.U4pm5D/_old 2020-11-11 20:47:50.583728739 +0100 +++ /var/tmp/diff_new_pack.U4pm5D/_new 2020-11-11 20:47:50.587728743 +0100 @@ -17,21 +17,23 @@ Name: cura -Version: 4.7.1 +%define sversion 4.8 +Version: 4.8.0 Release: 0 Summary: 3D printer control software License: LGPL-3.0-only Group: Hardware/Printing URL: https://github.com/Ultimaker/Cura -Source0: Cura-%{version}.tar.xz +Source: https://github.com/Ultimaker/Cura/archive/%{sversion}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE disable-code-style-check.patch code style is no distro business Patch1: disable-code-style-check.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: libArcus3 >= %{version} -BuildRequires: python3-Savitar >= 4.6.0 +BuildRequires: python3-Savitar >= %{version} BuildRequires: python3-devel BuildRequires: python3-numpy +BuildRequires: python3-pynest2d BuildRequires: python3-pytest BuildRequires: python3-qt5 BuildRequires: python3-requests @@ -49,7 +51,8 @@ Requires: libqt5-qtgraphicaleffects Requires: libqt5-qtquickcontrols Requires: libqt5-qtquickcontrols2 -Requires: python3-Savitar +Requires: python3-Savitar >= %{version} +Requires: python3-pynest2d Requires: python3-pyserial Requires: python3-qt5 >= 5.10 Requires: python3-requests @@ -74,7 +77,7 @@ settings, and send this G-Code to the 3D printer for printing. %prep -%setup -q -n Cura-%version +%setup -q -n Cura-%sversion %patch1 -p1 sed -i -e '1 s/env python3/python3/' cura_app.py @@ -83,21 +86,17 @@ sed -i 's/PythonInterp 3.5.0/PythonInterp 3.4.0/' CMakeLists.txt cmake/CuraTests.cmake # Hack, remove LIB_SUFFIX for 64bit, which is correct as cura is pure python (i.e. noarch) %cmake -DLIB_SUFFIX="" \ - -DCMAKE_BUILD_TYPE=Release \ -DCURA_BUILDTYPE=RPM \ -DCURA_CLOUD_API_ROOT:STRING=https://api.ultimaker.com \ -DCURA_CLOUD_API_VERSION:STRING=1 \ -DCURA_CLOUD_ACCOUNT_API_ROOT:STRING=https://account.ultimaker.com \ -DCURA_VERSION=%version \ -DCURA_DEBUGMODE=OFF \ - -DCURA_SDK_VERSION="6.0.0" -# -DURANIUM_SCRIPTS_DIR= -make %{?_smp_mflags} + %{nil} +%cmake_build %install -pushd build -%make_install -popd +%cmake_install for x in 128 64 48 32; do install -m 755 -d %{buildroot}%{_datadir}/icons/hicolor/${x}x${x} @@ -121,7 +120,6 @@ make CTEST_OUTPUT_ON_FAILURE=TRUE test %files -f %{name}.lang -%defattr (-,root,root,-) %license LICENSE %doc README.md %{python3_sitelib}/cura ++++++ disable-code-style-check.patch ++++++ --- /var/tmp/diff_new_pack.U4pm5D/_old 2020-11-11 20:47:50.615728769 +0100 +++ /var/tmp/diff_new_pack.U4pm5D/_new 2020-11-11 20:47:50.615728769 +0100 @@ -2,9 +2,9 @@ index c0762e2b9..29c34c0b6 100644 --- a/cmake/CuraTests.cmake +++ b/cmake/CuraTests.cmake -@@ -67,13 +67,6 @@ foreach(_plugin ${_plugins}) - endif() - endforeach() +@@ -50,13 +50,6 @@ foreach(_plugin ${_plugins}) + endfunction() + -#Add code style test. -add_test( @@ -13,6 +13,6 @@ - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} -) - - #Add test for whether the shortcut alt-keys are unique in every translation. + #Add test for import statements which are not compatible with all builds add_test( - NAME "shortcut-keys" + NAME "invalid-imports" _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org