diff --git a/cmocka.spec b/cmocka.spec index 2546ce0..030ce08 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -1,5 +1,5 @@ Name: cmocka -Version: 1.1.5 +Version: 1.1.6 Release: 1mamba Summary: An elegant unit testing framework for C with support for mock objects Group: Applications/Development @@ -11,11 +11,9 @@ Source: https://cmocka.org/files/1.1/cmocka-%{version}.tar.xz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description mocka is an elegant unit testing framework for C with support for mock objects. @@ -74,5 +72,8 @@ This package contains libraries and header files for developing applications tha %changelog +* Sat Feb 18 2023 Automatic Build System 1.1.6-1mamba +- automatic version update by autodist + * Thu Apr 30 2020 Silvan Calarco 1.1.5-1mamba - package created using the webbuild interface