diff --git a/FreeCAD.changes b/FreeCAD.changes index ae6dd79..9c8937c 100644 --- a/FreeCAD.changes +++ b/FreeCAD.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 10 20:13:02 UTC 2022 - Stefan Brüns + +- Use current Coin4 instead of Coin (3). + ------------------------------------------------------------------- Fri Mar 4 18:16:46 UTC 2022 - Stefan Brüns diff --git a/FreeCAD.spec b/FreeCAD.spec index 4be3e95..b91cf27 100644 --- a/FreeCAD.spec +++ b/FreeCAD.spec @@ -49,7 +49,6 @@ Patch6: 0002-Base-Fix-wrong-character-encoding-for-micro-siemens.patch # Test suite fails on 32bit and I don't want to debug that anymore ExcludeArch: %ix86 %arm ppc s390 s390x -BuildRequires: Coin-devel BuildRequires: libboost_filesystem-devel >= 1.55 BuildRequires: libboost_graph-devel >= 1.55 BuildRequires: libboost_program_options-devel >= 1.55 @@ -93,6 +92,7 @@ BuildRequires: python3-pycxx-devel BuildRequires: python3-pyside2-devel BuildRequires: python3-vtk BuildRequires: python3-xml +BuildRequires: cmake(coin) BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5PrintSupport)