From b7aa47d925312ef38b9b534408e445655a72ee65 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 af6d9aa..a70ce22 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:.1 1.24 $"; RR="${R##: }"; echo ${RR%%?}).1 +Release: %(R="$Revision: 1.25 $"; 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