Accepting request 741676 from science

- update to current 0.18 branch, esp for Qt >= 5.9 fixes
  * [TD]Fix slow GC of QGIPrimPath
  * [Spreadsheet] Excel File Import fix Py3 bug
  * [Path] Fix xrange bug with Py3
  * fix print preview function for >= Qt 5.9
  * Backport: startwb files restored in 0.18.3 to display thumbs correctly
  * 0.18.x displays the example files within in the Start WB without their
     respective thumbs. This PR restores that functionality
  * Fixed problems with 'pythonopen'
  * Correction of drill speed calculation
  * Material: py2 fix in depreciated mat file parser (back port from 0.19)
  * [TD]Fix #4017 Crash on bad hatch scale

OBS-URL: https://build.opensuse.org/request/show/741676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FreeCAD?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2019-10-28 15:55:57 +00:00 committed by Git OBS Bridge
commit a3c1fdffc8
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62ef89cca228b718f48e380d29b10f807724f649da169c45151a1df8fecde672
size 427664910
oid sha256:c040f6812e72661b2fc6365a21652dc732010cbec16d1f008f9e137fba1c9775
size 427512334

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Oct 22 06:46:22 UTC 2019 - Adrian Schröter <adrian@suse.de>
- update to current 0.18 branch, esp for Qt >= 5.9 fixes
* [TD]Fix slow GC of QGIPrimPath
* [Spreadsheet] Excel File Import fix Py3 bug
* [Path] Fix xrange bug with Py3
* fix print preview function for >= Qt 5.9
* Backport: startwb files restored in 0.18.3 to display thumbs correctly
* 0.18.x displays the example files within in the Start WB without their
respective thumbs. This PR restores that functionality
* Fixed problems with 'pythonopen'
* Correction of drill speed calculation
* Material: py2 fix in depreciated mat file parser (back port from 0.19)
* [TD]Fix #4017 Crash on bad hatch scale
-------------------------------------------------------------------
Thu Jul 18 11:01:30 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@ -1,5 +1,5 @@
name: FreeCAD
version: 0.18.3
mtime: 1562965688
commit: 3129ae4296e40ed20e7b3d460b86e6969acbe1c3
mtime: 1571183031
commit: f972b010bb86b39e38e7f59526596bea8b06d954

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/FreeCAD/FreeCAD.git</param>
<param name="scm">git</param>
<param name="revision">0.18.3</param>
<param name="revision">releases/FreeCAD-0-18</param>
<param name="version">0.18.3</param>
</service>
<service name="set_version" mode="disabled"/>