This commit is contained in:
Fedora Release Engineering 2017-02-10 07:39:10 +00:00
parent 3bee6e4e88
commit 9b1c91765c

View File

@ -4,7 +4,7 @@ BuildRequires: glibc-devel
Name: cmocka
Version: 1.1.0
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0
Summary: Lightweight library to simplify and generalize unit tests for C
@ -132,6 +132,9 @@ popd
%{_libdir}/cmake/cmocka/cmocka-config.cmake
%changelog
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Sep 21 2016 Jakub Hrozek <jhrozek@redhat.com> - 1.1.0-1
- Update to version 1.1.0
* Added support to catch multiple exceptions