From eaed702f8c9e85d66b3901df996626cb875bb40133a83d53a7a5f83cdcdf8756 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 9 Jul 2021 18:00:25 +0000 Subject: [PATCH] Accepting request 905329 from home:bnavigator:branches:science - Update to v2.3.2 * Introducing support for the new Prusa SL1S SPEED masked SLA printer, Prusa CW1S firmware updater, PrusaLink host type for Prusa i3 MK3 printers, Monotonic infill for all solid layers, better support for reading configurations of newer PrusaSlicer releases, new 3rd party printer profiles and a handful of bug fixes. - Switch to bundled GLEW -- gh#prusa3d/PrusaSlicer#6396 OBS-URL: https://build.opensuse.org/request/show/905329 OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=27 --- PrusaSlicer-2.3.1.tar.gz | 3 --- PrusaSlicer-2.3.2.tar.gz | 3 +++ PrusaSlicer.changes | 12 ++++++++++++ PrusaSlicer.spec | 5 +++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 PrusaSlicer-2.3.1.tar.gz create mode 100644 PrusaSlicer-2.3.2.tar.gz diff --git a/PrusaSlicer-2.3.1.tar.gz b/PrusaSlicer-2.3.1.tar.gz deleted file mode 100644 index 49df05e..0000000 --- a/PrusaSlicer-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1315826d07f428dfe4b9aa6325727beb1257aa6f711d1659a2760f8e213cd51 -size 39583385 diff --git a/PrusaSlicer-2.3.2.tar.gz b/PrusaSlicer-2.3.2.tar.gz new file mode 100644 index 0000000..59183f3 --- /dev/null +++ b/PrusaSlicer-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfc9e6e0cbc23ee70cb8cedad08bc1683724cd8fc319f2b758a7aa8a449d65b +size 40659637 diff --git a/PrusaSlicer.changes b/PrusaSlicer.changes index bb26f2c..805ebc5 100644 --- a/PrusaSlicer.changes +++ b/PrusaSlicer.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 9 16:08:39 UTC 2021 - Ben Greiner + +- Update to v2.3.2 + * Introducing support for the new Prusa SL1S SPEED masked + SLA printer, Prusa CW1S firmware updater, PrusaLink + host type for Prusa i3 MK3 printers, Monotonic infill + for all solid layers, better support for reading + configurations of newer PrusaSlicer releases, new 3rd + party printer profiles and a handful of bug fixes. +- Switch to bundled GLEW -- gh#prusa3d/PrusaSlicer#6396 + ------------------------------------------------------------------- Tue Apr 20 10:50:45 UTC 2021 - Ben Greiner diff --git a/PrusaSlicer.spec b/PrusaSlicer.spec index e3b4390..0f56f3d 100644 --- a/PrusaSlicer.spec +++ b/PrusaSlicer.spec @@ -17,7 +17,7 @@ Name: PrusaSlicer -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) License: AGPL-3.0-only @@ -31,7 +31,8 @@ BuildRequires: eigen3-devel >= 3 BuildRequires: expat BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: glew-devel +# For now, use bundled GLEW because of gh#prusa3d/PrusaSlicer#6396 +#!BuildIgnore: glew-devel BuildRequires: gtest >= 1.7 BuildRequires: ilmbase-devel BuildRequires: libboost_atomic-devel