From 36410acc71776818cee100aba4a1af60ca7b41c9 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Thu, 11 Feb 2010 17:08:52 -0600 Subject: version bump to 1.16 Signed-off-by: Clark Williams --- rteval.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rteval.spec') diff --git a/rteval.spec b/rteval.spec index eddbe0c..187a498 100644 --- a/rteval.spec +++ b/rteval.spec @@ -2,7 +2,7 @@ %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: rteval -Version: 1.15 +Version: 1.16 Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux @@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/rteval %changelog +* Thu Feb 11 2010 Clark Williams - 1.16-1 +- fix errors in show_remaining_time() introduced because + time values are floats rather than ints + * Thu Feb 11 2010 Clark Williams - 1.15-1 - added logic to use --numa and --smp options of new cyclictest - added countdown report for time remaining in a run -- cgit