Accepting request 756679 from home:bnavigator:branches:science

- 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

OBS-URL: https://build.opensuse.org/request/show/756679
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=3
This commit is contained in:
Dirk Stoecker 2019-12-13 09:04:27 +00:00 committed by Git OBS Bridge
parent d00e07eb6f
commit 0bf5d484de
4 changed files with 21 additions and 5 deletions

View File

@ -1,4 +1,15 @@
-------------------------------------------------------------------
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

View File

@ -17,7 +17,7 @@
Name: PrusaSlicer
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
License: AGPL-3.0-only
@ -70,7 +70,12 @@ for res in 32 128 192; do
ln -sr %{buildroot}%{_datadir}/%{name}/icons/%{name}_${res}px.png \
%{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps/%{name}.png
done
%suse_update_desktop_file -i %{name}
%if 0%{?suse_version} > 1500
%suse_update_desktop_file -i %{name}
%else
# Non Tumbleweed versions do not like the chosen categories
%suse_update_desktop_file -i -r %{name} Graphics 3DGraphics
%endif
#remove stray font file
rm -rf %{buildroot}%{_datadir}/%{name}/fonts

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1177c1afa8b917dddac9ce089543dce2e4b713dedf7fed58147224025dd82aaf
size 27464794

3
version_2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79d0681fbf3f4158cac25595522dcea330e0fa960934053ac929a15fa13c1072
size 27551136