Accepting request 905330 from science
OBS-URL: https://build.opensuse.org/request/show/905330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=10
This commit is contained in:
commit
6fa796a58e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1315826d07f428dfe4b9aa6325727beb1257aa6f711d1659a2760f8e213cd51
|
|
||||||
size 39583385
|
|
3
PrusaSlicer-2.3.2.tar.gz
Normal file
3
PrusaSlicer-2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1dfc9e6e0cbc23ee70cb8cedad08bc1683724cd8fc319f2b758a7aa8a449d65b
|
||||||
|
size 40659637
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 9 16:08:39 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Tue Apr 20 10:50:45 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: PrusaSlicer
|
Name: PrusaSlicer
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
|
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
@ -31,7 +31,8 @@ BuildRequires: eigen3-devel >= 3
|
|||||||
BuildRequires: expat
|
BuildRequires: expat
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
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: gtest >= 1.7
|
||||||
BuildRequires: ilmbase-devel
|
BuildRequires: ilmbase-devel
|
||||||
BuildRequires: libboost_atomic-devel
|
BuildRequires: libboost_atomic-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user