summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--rt-tests.spec-in10
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eb37c19..208e0e3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.53
+VERSION_STRING = 0.54
TARGETS = cyclictest signaltest classic_pi pi_stress \
hwlatdetect rt-migrate-test
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index f217276..8c8a4e3 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -1,7 +1,7 @@
Summary: Programs that test various rt-features
Name: rt-tests
Version: __VERSION__
-Release: 2%{?dist}
+Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
URL: git://git.kernel.org/pub/scm/linux/kernel/git/tglx/rt-tests.git
@@ -42,6 +42,14 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hwlatdetect.8.gz
%changelog
+* Tue Nov 17 2009 Clark Williams <williams@redhat.com> - 0.54-1
+- patches from John Kacur <jkacur@redhat.com>
+ - fix source style issues in pi_stress
+ - add a DEBUG option to the Makefile
+ - use CFLAGS for C compiler options
+ - label targets as PHONY if not generating actual file
+- patch to remove rt-tests.spec from .PHONY in Makefile
+
* Mon Nov 16 2009 Clark Williams <williams@redhat.com> - 0.53-2
- added back missing dist tag for release