Benjamin Greiner
dbaa715cb3
- Make compatible with TBB 2021 * add FindTBB.cmake -- gh#prusa3d/PrusaSlicer#7332 * add PrusaSlicer-pr6590-updateTBB.patch gh#prusa3d/PrusaSlicer#6590 OBS-URL: https://build.opensuse.org/request/show/933277 OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=31
207 lines
8.6 KiB
Plaintext
207 lines
8.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 23 11:21:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Make compatible with TBB 2021
|
|
* add FindTBB.cmake -- gh#prusa3d/PrusaSlicer#7332
|
|
* add PrusaSlicer-pr6590-updateTBB.patch
|
|
gh#prusa3d/PrusaSlicer#6590
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 24 07:53:45 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Add PrusaSlicer-catch2upd.patch
|
|
* gh#prusa3d/PrusaSlicer#6518
|
|
* Update of Catch2 test framework from v2.13.3 to v2.13.6
|
|
* Fixes build failure due to change of MINSIGSTKSZ in glibc 2.34
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 30 11:37:03 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Add PrusaSlicer-issue6681-openvdb.patch
|
|
* gh#prusa3d/PrusaSlicer#6681
|
|
* ilmbase-devel is now provided by openexr-devel
|
|
* OpenVDB's FindOpenVDB.cmake requires blosc-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 16 15:22:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to v2.3.3
|
|
* fix a bug in handling FDM multi-material project and
|
|
configuration files.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to v2.3.1
|
|
New 3rd party printer profiles
|
|
* Multiple Creality printers profiles were added (Ender-3 Max,
|
|
Ender-4, Ender-6, CR-5 Pro, CR-5 Pro H, CR-6 SE, CR-6 Max,
|
|
CR-10 Max, CR-200B, CR-8), thanks @pmjdebruijn.
|
|
* Added Artillery printer profiles (Sidewinder X1, Genius),
|
|
thanks @SzabolcsHornyak.
|
|
* Added INAT printer profiles, thanks @MarkINAT.
|
|
* Updated Anycubic Kossel bed texture (thanks @brunosso) and
|
|
Anycubic Kossel bed STL.
|
|
Vulnerability issues fixed
|
|
* The Talos Cisco Intelligence Group did a great job identifying
|
|
potential security issues in loading invalid and potentially
|
|
malicious AMF and 3MF files, see their vulnerability reports
|
|
TALOS-2020-1222 and TALOS-2020-1218. We fixed these two
|
|
potential security issues with this release of PrusaSlicer.
|
|
Bugs fixed with respect to PrusaSlicer 2.3.0
|
|
* Reduced number of hits shown by the "Find config option"
|
|
dialog, fixed case insensitive search for non-Latin1 languages
|
|
#5202.
|
|
* Fixed G-code preview with coloring by a tool and visualization
|
|
of travels enabled #6095.
|
|
* Fixed opening of drop down menus at the bottom of the screen
|
|
on multi-monitor setups #2999 #5911 #5957. This issue has been
|
|
fixed by us in wxWidgets and accepted by the upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 11 18:43:08 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to v2.3.0
|
|
* Introducing paint-on supports, ironing, monotonic
|
|
infill, seam painting, adaptive and support cubic
|
|
infill, print time per feature analysis, standalone
|
|
G-code viewer application, better auto-arrange with a
|
|
customizable gap and rotation, search function for the
|
|
settings, reworked "Avoid crossing perimeters" function,
|
|
physical printers (network settings), many new 3rd party
|
|
printer profiles and much, much more.
|
|
- Full Changelog entries for betas and release candidates:
|
|
https://github.com/prusa3d/PrusaSlicer/releases
|
|
- Drop PrusaSlicer-pr4340-boost-1-73.patch merged upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 20 20:12:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Remove extra PrusaSlicer.desktop. Use upstream's desktop files.
|
|
Graphics;3DGraphics seems to be the consensus now.
|
|
- Remove wrapper gh#prusa3d/PrusaSlicer#4691
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 1 21:20:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- support boost >= 1.73
|
|
* PrusaSlicer-pr4340-boost-1-73.patch gh#prusa3d/PrusaSlicer#4340
|
|
* fixes gh#prusa3d/PrusaSlicer#4264
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 1 11:46:30 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- enforce GDK_BACKEND=x11 by indroducing the same wrapper as Fedora
|
|
gh#prusa3d/PrusaSlicer#4691
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 20 15:50:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- revert the memoryperjob change. The build process really acquires
|
|
that much memory per job and the workers cannot provide 3GB per
|
|
CPU core. Sadly, we are limited by memory not by CPU cores.
|
|
- require 11 GB of RAM. This allows us to run 3 jobs in parallel and
|
|
can be provided by all architectures
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 20 09:03:33 UTC 2020 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Use memoryperjob constraint instead of %limit_build macro.
|
|
- Use only 1GB for memoryperjob.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 10 08:12:10 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Use wxGTK3 instead of wxWidgets (GTK2), for better HiDPI and
|
|
Wayland support.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 16 12:09:13 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- This is mainly a cosmetic update so that the package gets rebuilt
|
|
in Factory. Rebuild is needed because of wxWidgets - boo#1172750
|
|
- Add openvdb-tools package for better cmake reporting.
|
|
- Make the 32-bit floating point workaround more readable.
|
|
gh#prusa3d/PrusaSlicer#3781
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 07:24:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
|
|
OBS to shortcut through -mini flavors.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 21 22:08:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- update to version 2.2.0
|
|
introducing SLA hollowing and hole drilling, support for 3rd party
|
|
printer vendors, 3Dconnexion support, automatic variable layer height,
|
|
macOS dark mode support, greatly improved ColorPrint feature and much,
|
|
much more.
|
|
See https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.2.0
|
|
and the changelogs for the release candidates, betas and alphas since
|
|
2.1.1 for a complete list of changes.
|
|
- reactivate parallel builds, but need strong enough workers and reserve
|
|
4G of memory per thread (memory-constraints, %limit_build)
|
|
- new build dependencies: cgal, ilmbase, more of boost, libudev, openvdb
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 11 10:24:01 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- update to version 2.1.1
|
|
- integrating the Prusa Mini printer into the
|
|
installation wizard
|
|
- 3D scene thumbnails are newly generated and exported
|
|
into the G-code to be displayed on the Prusa Mini
|
|
printer's display
|
|
- use Graphics;3DGraphics for non Tumbleweed distros
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 19:34:47 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- final 2.1.0
|
|
- symlink icon files instead of duplicate copy
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 7 15:00:17 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- new version 2.1.0-rc
|
|
- remove obsolete patch file
|
|
- tag localization files
|
|
- remove stray Noto font file, add as dependency
|
|
- outsource Desktop file creation
|
|
- move Desktop category to "Science;Construction"
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 11:30:21 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Clean up specfile according to declined submit request 718985
|
|
- Remove non-devel BuildRequires
|
|
- Move icons to icons/hicolor
|
|
- build with -j1 as otherwise x64 build is stuck
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 26 15:25:15 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- use new patch from upstream
|
|
(see https://github.com/prusa3d/PrusaSlicer/pull/2676)
|
|
- use Education;Construction as long as boo#1074711 is not resolved
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 23 11:29:49 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- initial specfile
|