Package Release Info

FreeCAD-0.18.4-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

FreeCAD

Change Logs

* Wed Mar 18 2020 Yunhe Guo <i@guoyunhe.me>
- Allow install with lowercase package name: zypper install freecad
* Mon Mar 16 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- More spec file cleanup, removed duplicate files
- Use upstream provided desktop files, mimeinfo, etc
* Sun Mar 15 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix runtime errors with Python 3.8:
  * 0001-fem-use-time.process_time-instead-of-removed-time.cl.patch
- Fix last python2 she-bang remainders, fix imports:
  * fix_unittestgui_tkinter_py3.patch
- Remove unnecessary opencv build dependency
- update to current 0.18 branch:
  * Fem: fix segmentation fault when opening contraint transform
    panel. Fix Python code
  * Part: the number of domains returned by TopoShape::getDomains
    must match with number of faces
  * apply fixes from master when building with occt 7.4
    + Drop 0002-fix-compile.patch
* Sat Mar 14 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build with Python 3.8:
  Add update-swigpyrunin-for-python-3.8.patch
- Spec file cleanup
  * Drop xpm FreeCAD icon
  * Install PNGs/SVG icons in correct paths
  * Remove obsolete update_mime_database calls in %post
  * Remove obsolete conditionals for Leap 42.x
* Sat Jan 25 2020 Hans-Peter Jansen <hpj@urpla.net>
- make 0003-qt-5.14.patch do what it is advertising
  * fix conditional in order to locate rcc/uic properly
* Fri Jan 24 2020 Adrian Schröter <adrian@suse.de>
- update to current 0.18 branch:
  * fixes #0004182: Segfault when clicking constraints from a
    different viewport [skip ci]
  * [Draft] ImportDXF 0.18 Bug upgrading from 0.16. See discussion
    https://forum.freecadweb.org/viewtopic.php?f=3&t=41879
  * fixes #0004233: Access violation and file corruption on undo
    duplicate sketch
  * FEM: py3 fix in selection widget
  * FEM: selection widgets, add some error prints
  * FEM: equations, fix reset edit mode
  * [AddonManager] 0.18 Improve Non GitPython Error Handling.
    Previous output when clicking Macros tab caused errors in
    Report View with no Macros loaded at all.
  * fix encoding problem when clicking a link on StartPage if
    application is installed into a directory with non-ASCII characters
  * [Arch] ArchMaterial 0.18 Fix Crash
* Thu Jan 23 2020 Adrian Schröter <adrian@suse.de>
- fix build with new gcc and Qt 5.14
  (0002-fix-compile.patch 0003-qt-5.14.patch)
* Wed Oct 30 2019 Adrian Schröter <adrian@suse.de>
- Update to final 0.18.4
  * pre-select name filter in import/export file dialog
* Tue Oct 22 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 2019 Adrian Schröter <adrian@suse.de>
- Update to 0.18.3
  * AddonManager: Skip non-github addons
  * Sketcher: Fix Carbon copy leads to unsolvable sketch
  * Sketcher: Fix carbon copy construction points
  * fixes #0003993: Memory leak with Python3
  * code simplification in PythonWrapper
  * issue #0003984: Creating a Path Job object fails with 'PySide2.QtWidgets.QDialog' object has no attribute 'templateGroup'
  * Fixes bug #4008: removes phantom path cause
  * Fix crash in case encoding of Python paths fails
  * [Material] Respect unicode filenames Fixes #4027
  * BrowserView: fix QWebEngine crash
  * Py3: no __builtin__ module available
  * fixes 0004010: Box Selection + Part -> MakeCompound will crash FreeCAD
  * FEM: solver elmer tasks, Py3 decode fix
  * make OpenSCAD utilities working again with Py2
* Fri Jul 12 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Remove MPI dependencies, as these are not used for the built package,
  but adversely affect build times and rebuilds.
  Proper MPI integration needs more work and has to ensure the base version
  of FreeCAD can be used without prior manual setup of an MPI environment.
  Remove 0001-find-openmpi2-include-files.patch, mpicc/mpicxx would
  pick up the correct include path by themselfs.
- Sort BuildRequires: again
* Thu Jun 13 2019 Christophe Giboudeaux <christophe@krop.fr>
- Add 0001-Fix-build-with-pyside2-shiboken2-5.12.1.patch to fix
  build with recent shiboken2/pyside2 releases.
* Sun May 12 2019 Adrian Schröter <adrian@suse.de>
- Update to 0.18.2
  * replace insecure use of eval() with proper use of units
  * py3/py2: use exec as function
  * Arch: Fixed error in roof - Fixes #3864
  * Draft: Fixed 0.18.1 bug in DXF importer
  * Py3 fix: correctly convert a Python str to const char*
  * Py3 fix reading/writing from/to OBJ file
  * fixes 0003913: libspnav crash on linux wayland during startup
* Fri Apr 05 2019 Adrian Schröter <adrian@suse.de>
- Update to 0.18.1
  * FEM module fixes
  * crash fixes
  * Qt5 bugs with external display
* Mon Mar 25 2019 Adrian Schröter <adrian@suse.de>
- add missing requires to six and vtk python modules (found via test suite)
* Mon Mar 18 2019 Adrian Schröter <adrian@suse.de>
- Update to release 0.18
  * NetGen FEM enabled
  * 0001-find-openmpi2-include-files.patch added for openmpi2 support
- Obsolete patches:
  * 0001-Convert-deprecated-boost-signal-to-signals2.patch
  * 0001-Use-GL_RGB32F-instead-of-GL_RGB32F_ARB.patch
  * 0002-move-from-deprecated-boost.signals-to-boost.signals2.patch
  * 0003-fix-blocking-of-SelectionObserver.patch
  * fix-build-with-Qt5_11.diff
  * fix-build.diff
  * fix-draft-module-with-python3.patch
  * fix-gcc8-build-failure.patch
  * get-rid-of-private-function-_PyImport_FixupBuiltin-for-FreeCAD-and-FreeCADGui-modules.patch
  * get-rid-of-private-function-_PyImport_FixupBuiltin-for-__FreeCADBase__-module.patch
* Thu Mar 14 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add support for Boost::Signals2, Boost::Signals has been deprecated
  since Boost 1.54 and removed in 1.69:
  * 0001-Convert-deprecated-boost-signal-to-signals2.patch
  * 0002-move-from-deprecated-boost.signals-to-boost.signals2.patch
  * 0003-fix-blocking-of-SelectionObserver.patch
- Add explicit double-conversion-devel BuildRequires
* Sat Mar 09 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update URL: to use https://
- Reorder BuildRequires alphabetically, remove duplicates
* Fri Feb 15 2019 Jan Engelhardt <jengelh@inai.de>
- Generalize description, and strip info that is already in
  the metadata.
* Thu Feb 14 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build with GCC 8, add fix-gcc8-build-failure.patch
- Add 0001-Use-GL_RGB32F-instead-of-GL_RGB32F_ARB.patch, fix building
  on AArch64.
- Remove openmpi build dependencies, erroneously required for VTK
  previously.
  Drop 0001-find-openmpi2-include-files.patch
Version: 0.17-bp150.1.2
* Tue May 08 2018 adrian@suse.de
- temporary disable FEM module
  * it works fine, but requires hdf5 version 1.8 via med-tools,
    which currently conflicts in openSUSE distro.
- Fix draft module crash
  (got merged upstream for 0.18 fix-draft-module-with-python3.patch)
* Fri Apr 27 2018 adrian@suse.de
- apply current 0.17 branch (branch_update.patch)
  In first place for occt 7.2 fixes
* Tue Apr 17 2018 adrian@suse.de
- fix crash in Draft module with python 3
* Mon Apr 16 2018 adrian@suse.de
- cleanup python qt deps (pyside2 only now)
* Tue Apr 10 2018 adrian@suse.de
- update to version 0.17
  2 years of work: https://www.freecadweb.org/wiki/Release_notes_0.17
- switching to Qt5
  (fix-build.diff 0001-find-openmpi2-include-files.patch)
  (the old 0.16 fork had obsolete temporary patches remove-qtwebkit.patch and
  remove-webgui.patch)
* Thu Jan 04 2018 wbauer@tmo.at
- Add remove-qtwebkit.patch and remove-webgui.patch (taken from
  Arch Linux) to fix build without QtWebKit
- Build without QtWebKit on Tumbleweed and SLE/Leap 15 as
  libQtWebKit4 is about to be dropped (boo#1070901)
* Fri Dec 15 2017 adrian@suse.de
- fix build for factory (boost dependencies)
* Wed Nov 08 2017 aloisio@gmx.com
- Update to 0.16.6712 (contains backports from trunk)
- Some cleanup
* Sun Sep 10 2017 rbrown@suse.com
- Correct python-CXX requires
- add python-pyside requires, needed for welcome splash
* Mon Jun 13 2016 adrian@suse.de
- FreeCAD 0.16
- create on the base of the work from various home projects
  (esp by wkazubski and torhans)
- use rpath instead of modifying ldconfig for our own libs