From 5bf1d33bf142d49c41b98e2096df2e39fe93e187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 22 Jul 2020 22:24:22 +0200 Subject: [PATCH] Default to --verbose for ctest as well --- cmake.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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