diff --git a/vtk.changes b/vtk.changes index c41eb3b..c808c59 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 20 13:26:32 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- +Sun Dec 31 19:55:50 UTC 2023 - Stefan Brüns + +- Add fmt and FastFloat dependencies to devel subpackage + ------------------------------------------------------------------- Thu Dec 28 05:28:42 UTC 2023 - Stefan Brüns diff --git a/vtk.spec b/vtk.spec index 4e404f4..b4471e2 100644 --- a/vtk.spec +++ b/vtk.spec @@ -236,6 +236,7 @@ Requires: %{shlib} = %{version} Requires: cgns-devel Requires: cmake >= 3.4 Requires: double-conversion-devel +%{?with_fmt:Requires: fmt-devel} Requires: gcc-c++ %{?with_gl2ps:Requires: gl2ps-devel} Requires: hdf5-devel @@ -249,6 +250,7 @@ Requires: python3-%{name} = %{version} Requires: utfcpp-devel %{?with_mpi:Requires: %{mpi_flavor}} %{?with_mpi:Requires: %{mpi_flavor}-devel} +%{?with_fast_float:Requires: cmake(FastFloat)} Requires: cmake(Verdict) Requires: cmake(nlohmann_json) Requires: pkgconfig(Qt5Core) @@ -395,16 +397,16 @@ languages. %prep %setup -n VTK-%{version} -%patch1 -p1 -%patch2 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 %if %{with gles} -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -%patch10 -p1 +%patch -P 7 -p1 +%patch -P 8 -p1 +%patch -P 9 -p1 +%patch -P 10 -p1 %endif -%patch17 -p1 -%patch18 -p1 +%patch -P 17 -p1 +%patch -P 18 -p1 # Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata # otherwise it will break on symlinks.