diff --git a/cmocka.spec b/cmocka.spec index 0079a9e5e34f2d511370c8e5d2e0ae01d4f26a16..91fdf08d61016c820aaf9b79e2e164104417f026 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -1,6 +1,6 @@ Name: cmocka Version: 1.1.5 -Release: 2 +Release: 3 License: ASL 2.0 Summary: An elegant unit testing framework for C with support for mock objects @@ -8,7 +8,7 @@ URL: https://cmocka.org Source0: https://cmocka.org/files/1.1/%{name}-%{version}.tar.xz -BuildRequires: cmake doxygen glibc-devel gnupg2 +BuildRequires: cmake doxygen glibc-devel gnupg2 gcc %description Cmocka is an elegant unit testing framework for C with support for mock objects. @@ -90,6 +90,9 @@ cd ../ %{_libdir}/libcmocka-static.a %changelog +* Mon May 31 2021 baizhonggui - 1.1.5-3 +- Add gcc in BuildRequires + * Fri Jan 10 2020 chenli - 1.1.5-2 - Update version.