diff --git a/cmake.spec b/cmake.spec index d45bf1a..2bdbfc0 100644 --- a/cmake.spec +++ b/cmake.spec @@ -62,7 +62,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 2 +%global baserelease 3 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -504,6 +504,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake %changelog +* Wed Jul 22 2020 Björn Esser - 3.18.0-3 +- Default to --verbose for ctest as well + * Sun Jul 19 2020 Neal Gompa - 3.18.0-2 - Make in-source builds behave like before