diff --git a/.gitignore b/.gitignore index b0b96c9..b8a81d1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /cmocka-0.4.1.tar.xz /cmocka-1.0.0.tar.xz /cmocka-1.0.1.tar.xz +/cmocka-1.1.0.tar.xz diff --git a/cmocka.spec b/cmocka.spec index 6955081..8d3bd93 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -3,7 +3,7 @@ BuildRequires: doxygen BuildRequires: glibc-devel Name: cmocka -Version: 1.0.1 +Version: 1.1.0 Release: 3%{?dist} License: ASL 2.0 @@ -11,7 +11,7 @@ Group: Development/Tools Summary: Lightweight library to simplify and generalize unit tests for C Url: http://cmocka.org -Source0: https://open.cryptomilk.org/attachments/download/54/%{name}-%{version}.tar.xz +Source0: https://open.cryptomilk.org/attachments/download/60/%{name}-%{version}.tar.xz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description @@ -137,6 +137,18 @@ popd %{_libdir}/cmake/cmocka/cmocka-config.cmake %changelog +* Wed Sep 21 2016 Jakub Hrozek - 1.1.0-1 +- Update to version 1.1.0 + * Added support to catch multiple exceptions + * Added support to verify call ordering + * Added support to pass initial data to test cases + * Added will_return_maybe() for ignoring mock returns + * Added subtests for groups using TAP output + * Added support to write multiple XML files for groups + * Improved documentation + * Fixed XML output generataion + * Fixed Windows builds with VS2015 + * Wed Feb 03 2016 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 57b35e5..f850699 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed861e501a21a92b2af63e466df2015e cmocka-1.0.1.tar.xz +59c9aa5735d9387fb591925ec53523ec cmocka-1.1.0.tar.xz