diff --git a/PrusaSlicer.changes b/PrusaSlicer.changes index 483f988..924ee47 100644 --- a/PrusaSlicer.changes +++ b/PrusaSlicer.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Dec 11 10:24:01 UTC 2019 - Benjamin Greiner + +- 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 - final 2.1.0 diff --git a/PrusaSlicer.spec b/PrusaSlicer.spec index 0569c4f..57bdcea 100644 --- a/PrusaSlicer.spec +++ b/PrusaSlicer.spec @@ -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 diff --git a/version_2.1.0.tar.gz b/version_2.1.0.tar.gz deleted file mode 100644 index 5c6a260..0000000 --- a/version_2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1177c1afa8b917dddac9ce089543dce2e4b713dedf7fed58147224025dd82aaf -size 27464794 diff --git a/version_2.1.1.tar.gz b/version_2.1.1.tar.gz new file mode 100644 index 0000000..22a577a --- /dev/null +++ b/version_2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d0681fbf3f4158cac25595522dcea330e0fa960934053ac929a15fa13c1072 +size 27551136