diff --git a/libeconf.spec b/libeconf.spec index 38ab74c..faeac34 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -5,7 +5,7 @@ Name: libeconf Version: 0.3.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Enhanced config file parser library License: MIT @@ -45,7 +45,7 @@ developing applications that use %{name}. %check -%make_build -C %{_vpath_builddir} check +%cmake_build --target check %files @@ -62,6 +62,9 @@ developing applications that use %{name}. %changelog +* Sat Aug 08 2020 Neal Gompa - 0.3.8-4 +- Use backend-agnostic CMake macro for building and running tests + * Tue Jul 28 2020 Fedora Release Engineering - 0.3.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild