[gdb] Rebase to the final 7.9 release.

Jan Kratochvil jankratochvil at fedoraproject.org
Sun Feb 22 18:38:13 UTC 2015


commit 186e7e47335eff7d9d69573c2b5529a8c1dd8f16
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date:   Sun Feb 22 19:38:08 2015 +0100

    Rebase to the final 7.9 release.

 .gitignore                                         |  2 +-
 ....8-bz457187-largefile-test-regression-fix.patch | 49 ----------------------
 gdb.spec                                           | 15 ++++---
 sources                                            |  2 +-
 4 files changed, 9 insertions(+), 59 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d3bac2..c07b428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /gdb-libstdc++-v3-python-r155978.tar.bz2
-/gdb-7.8.90.20150214.tar.xz
+/gdb-7.9.tar.xz
diff --git a/gdb.spec b/gdb.spec
index 198ee98..2b41924 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -22,17 +22,17 @@ Name: %{?scl_prefix}gdb
 # See timestamp of source gnulib installed into gdb/gnulib/ .
 %global snapgnulib 20121213
 %global tarname gdb-%{version}
-Version: 7.8.90.20150214
+Version: 7.9
 
 # 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: 9%{?dist}
+Release: 10%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
 Group: Development/Debuggers
 # Do not provide URL for snapshots as the file lasts there only for 2 days.
-# ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.xz
-Source: %{tarname}.tar.xz
+# ftp://sourceware.org/pub/gdb/releases/%{tarname}.tar.xz
+Source: ftp://sourceware.org/pub/gdb/releases/%{tarname}.tar.xz
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://gnu.org/software/gdb/
 
@@ -526,9 +526,6 @@ Patch927: gdb-python-gil.patch
 # Fix jit-reader.h for multi-lib.
 Patch978: gdb-jit-reader-multilib.patch
 
-# Fix gdb-7.9pre regressions / new FAILs.
-Patch979: gdb-6.8-bz457187-largefile-test-regression-fix.patch
-
 # Temporarily disable dg-extract-results.py to fix gdb.sum sorting.
 Patch982: gdb-no-dg-extract-results-py.patch
 
@@ -824,7 +821,6 @@ find -name "*.info*"|xargs rm -f
 %patch925 -p1
 %patch927 -p1
 %patch978 -p1
-%patch979 -p1
 %patch982 -p1
 %patch984 -p1
 %patch985 -p1
@@ -1324,6 +1320,9 @@ then
 fi
 
 %changelog
+* Sun Feb 22 2015 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.9-10.fc22
+- Rebase to the final 7.9 release.
+
 * Sun Feb 22 2015 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.8.90.20150202-9.fc22
 - Change Require->Recommends for gcc-gdb-plugin (RH BZ 1195005).
 
diff --git a/sources b/sources
index e507661..7270f4a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 4981307aa9619bbec5b73261e4e41c8d  gdb-libstdc++-v3-python-r155978.tar.bz2
-fab37432102631ff7984c905fe2fc968  gdb-7.8.90.20150214.tar.xz
+e6279f26559d839f0b4218a482bcb43e  gdb-7.9.tar.xz


More information about the scm-commits mailing list