From 924e99b4190563b10c697e602bf7c573d647bc81 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Jul 28 2010 07:06:49 +0000 Subject: - Rebuild against python 2.7 --- diff --git a/gdb.spec b/gdb.spec index b3f8799..3604c32 100644 --- a/gdb.spec +++ b/gdb.spec @@ -36,7 +36,7 @@ Version: 7.1.90.20100721 # 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: 5%{?_with_upstream:.upstream}%{dist} +Release: 6%{?_with_upstream:.upstream}%{dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and GFDL and BSD and Public Domain Group: Development/Debuggers @@ -999,6 +999,9 @@ fi %endif %changelog +* Wed Jul 28 2010 Mamoru Tasaka - 7.1.90.20100721-6.fc14 +- Rebuild against python 2.7 + * Thu Jul 22 2010 Jan Kratochvil - 7.1.90.20100721-5.fc14 - Fix /usr/bin/gdb-add-index $d -> $dir typo.