From 0ec014bf3c6b186a436ad78056792f716f1ebed7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 11 Feb 2006 04:48:25 +0000 Subject: [PATCH] bump for bug in double-long on ppc(64) --- numactl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numactl.spec b/numactl.spec index e02bf47..40f78d1 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: library for tuning for Non Uniform Memory Access machines Version: 0.6.4 -Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?}).1 +Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?}).2 License: LGPL/GPL Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/*.8* %changelog +* Fri Feb 10 2006 Jesse Keating - 0.6.4-1.25.2 +- bump again for double-long bug on ppc(64) + * Tue Feb 07 2006 Jesse Keating - error: line 4: Tag takes single token only: Release: :.1 1.24.1 - rebuilt for new gcc4.1 snapshot and glibc changes