Adrian Schröter 2019-05-12 07:12:28 +00:00 committed by Git OBS Bridge
parent 28ffccbf14
commit 640121ef34
6 changed files with 19 additions and 15 deletions

View File

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

3
FreeCAD-0.18.2.obscpio Normal file
View File

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

View File

@ -17,7 +17,7 @@
Name: FreeCAD-test Name: FreeCAD-test
Version: 0.18.1 Version: 0.18.2
Release: 0 Release: 0
Summary: Meta source package that runs the FreeCAD testsuite when built Summary: Meta source package that runs the FreeCAD testsuite when built
License: LGPL-2.0-or-later AND GPL-2.0-or-later License: LGPL-2.0-or-later AND GPL-2.0-or-later
@ -33,7 +33,10 @@ This is just executing the test suite at build time.
%build %build
export LC_ALL="C.utf-8" export LC_ALL="C.utf-8"
#FreeCAD --console --write-log --log-file=/tmp/FreeCAD.log --run-test 0 || exit 1 file=`mktemp`
FreeCAD --console --run-test 0 || exit 1 if FreeCAD --console --write-log --log-file="$file" --run-test 0; then
cat "$file"
exit 1
fi
%changelog %changelog

View File

@ -1,5 +1,5 @@
name: FreeCAD name: FreeCAD
version: 0.18.1 version: 0.18.2
mtime: 1554385363 mtime: 1557572575
commit: f7dccfaa909e5b9da26bf50c4a22ccca9bb10c40 commit: dbb4cc6415bac848a294f03b80f65e888d531742

View File

@ -27,7 +27,7 @@
%endif %endif
Name: FreeCAD Name: FreeCAD
Version: 0.18.1 Version: 0.18.2
Release: 0 Release: 0
Summary: General Purpose 3D CAD Modeler Summary: General Purpose 3D CAD Modeler
License: LGPL-2.0-or-later AND GPL-2.0-or-later License: LGPL-2.0-or-later AND GPL-2.0-or-later
@ -70,6 +70,7 @@ BuildRequires: freeglut-devel
BuildRequires: gcc-fortran BuildRequires: gcc-fortran
BuildRequires: git BuildRequires: git
BuildRequires: glew-devel BuildRequires: glew-devel
BuildRequires: graphviz
BuildRequires: hdf5-openmpi-devel BuildRequires: hdf5-openmpi-devel
# We use the internal smesh version with fixes atm # We use the internal smesh version with fixes atm
#BuildRequires: smesh-devel #BuildRequires: smesh-devel
@ -100,8 +101,7 @@ BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5ScriptTools) BuildRequires: pkgconfig(Qt5ScriptTools)
BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5WebKit) BuildRequires: pkgconfig(Qt5WebEngine)
BuildRequires: pkgconfig(Qt5WebKitWidgets)
BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5X11Extras)
Requires: python3-numpy Requires: python3-numpy
Requires: python3-pyside2 Requires: python3-pyside2
@ -208,12 +208,13 @@ cmake \
-DSHIBOKEN_INCLUDE_DIR=/usr/include/shiboken2/ \ -DSHIBOKEN_INCLUDE_DIR=/usr/include/shiboken2/ \
-DPYSIDE_INCLUDE_DIR=/usr/include/PySide2/ \ -DPYSIDE_INCLUDE_DIR=/usr/include/PySide2/ \
-DBUILD_QT5=ON \ -DBUILD_QT5=ON \
-DFREECAD_USE_QTWEBMODULE="Qt WebEngine" \
%endif %endif
-DFREECAD_USE_EXTERNAL_PIVY:BOOL=TRUE \ -DFREECAD_USE_EXTERNAL_PIVY:BOOL=TRUE \
-DBUILD_MESH_PART:BOOL=ON \ -DBUILD_MESH_PART:BOOL=ON \
-DBUILD_OPENSCAD:BOOL=ON \ -DBUILD_OPENSCAD:BOOL=ON \
-DBUILD_FEM:BOOL=ON \ -DBUILD_FEM:BOOL=ON \
-DBUILD_FEM_NETGEN:BOOL=OFF \ -DBUILD_FEM_NETGEN:BOOL=ON \
-DFREECAD_USE_EXTERNAL_SMESH=OFF \ -DFREECAD_USE_EXTERNAL_SMESH=OFF \
.. ..

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/FreeCAD/FreeCAD.git</param> <param name="url">https://github.com/FreeCAD/FreeCAD.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">0.18.1</param> <param name="revision">0.18.2</param>
<param name="version">0.18.1</param> <param name="version">0.18.2</param>
</service> </service>
<service name="set_version" mode="disabled"/> <service name="set_version" mode="disabled"/>