diff --git a/cmocka.spec b/cmocka.spec index 97ba706..6ac302e 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -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 - 1.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Sep 21 2016 Jakub Hrozek - 1.1.0-1 - Update to version 1.1.0 * Added support to catch multiple exceptions