From a8518f3891cd1dfae8bd8806ae19c4a04c6b8814 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 15 May 2008 21:26:13 +0000 Subject: [PATCH] Fixup the numbering. --- gdb.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb.spec b/gdb.spec index c904525..36bc969 100644 --- a/gdb.spec +++ b/gdb.spec @@ -13,7 +13,7 @@ Version: 6.8 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 6%{?_with_upstream:.upstream}%{?dist} +Release: 7%{?_with_upstream:.upstream}%{?dist} License: GPLv3+ Group: Development/Debuggers @@ -777,11 +777,11 @@ fi %endif %changelog -* Thu May 15 2008 Tom "spot" Callaway - 6.8-6 +* Thu May 15 2008 Tom "spot" Callaway - 6.8-7 - patch from DaveM for sparc/sparc64 - touch up spec to enable sparcv9/sparc64 -* Sat May 3 2008 Jan Kratochvil - 6.8-5cvspost +* Sat May 3 2008 Jan Kratochvil - 6.8-6 - Fix gdb.base/gcore-shmid0.exp to be unresolved on recent kernels. - Make the testsuite results of dfp-test.exp more stable.