From 1dfcf42ec5a5830bc3ed54b3891d1634f136593a Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 22 Aug 2015 21:50:42 +0200 Subject: [PATCH] Rebase to FSF GDB 7.9.90.20150822 (7.10 branch snapshot). - Remove --with testsuite BuildRequires: prelink (prelink is orphaned in F-23+). --- .gitignore | 2 +- gdb-type-printers-error.patch | 13 ------------- gdb.spec | 23 ++++++++--------------- sources | 2 +- 4 files changed, 10 insertions(+), 30 deletions(-) delete mode 100644 gdb-type-printers-error.patch diff --git a/.gitignore b/.gitignore index 6cd2102..d76ecdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /gdb-libstdc++-v3-python-r225521.tar.xz -/gdb-7.9.90.20150717.tar.xz +/gdb-7.9.90.20150822.tar.xz diff --git a/gdb-type-printers-error.patch b/gdb-type-printers-error.patch deleted file mode 100644 index aa4c494..0000000 --- a/gdb-type-printers-error.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugzilla.redhat.com/show_bug.cgi?id=1085576 - ---- gdb-7.8.2/gdb/python/lib/gdb/command/type_printers.py-orig 2015-01-15 11:58:12.000000000 +0100 -+++ gdb-7.8.2/gdb/python/lib/gdb/command/type_printers.py 2015-06-26 15:33:43.972460415 +0200 -@@ -47,7 +47,7 @@ class InfoTypePrinter(gdb.Command): - sep = '' - for objfile in gdb.objfiles(): - if objfile.type_printers: -- print ("%sType printers for %s:" % (sep, objfile.name)) -+ print ("%sType printers for %s:" % (sep, objfile.filename)) - self.list_type_printers(objfile.type_printers) - sep = '\n' - if gdb.current_progspace().type_printers: diff --git a/gdb.spec b/gdb.spec index 9174310..e3dd1b6 100644 --- a/gdb.spec +++ b/gdb.spec @@ -21,12 +21,13 @@ Name: %{?scl_prefix}gdb %global snapsrc 20150706 # See timestamp of source gnulib installed into gdb/gnulib/ . %global snapgnulib 20121213 -%global tarname gdb-%{version} -Version: 7.9.90.20150717 +#global tarname gdb-%{version} +%global tarname gdb-7.9.90.20150822 +Version: 7.10 # 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: 12%{?dist} +Release: 13%{?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 @@ -533,9 +534,6 @@ Patch927: gdb-python-gil.patch # Fix jit-reader.h for multi-lib. Patch978: gdb-jit-reader-multilib.patch -# Fix 'info type-printers' Python error (Clem Dickey, RH BZ 1085576). -Patch992: gdb-type-printers-error.patch - %if 0%{!?rhel:1} || 0%{?rhel} > 6 # RL_STATE_FEDORA_GDB would not be found for: # Patch642: gdb-readline62-ask-more-rh.patch @@ -611,14 +609,6 @@ BuildRequires: gcc-go %endif # archer-sergiodj-stap-patch-split BuildRequires: systemtap-sdt-devel -# Copied from prelink-0.4.2-3.fc13. -# Prelink is not yet ported to ppc64le. -%ifarch %{ix86} alpha sparc sparcv9 sparc64 s390 s390x x86_64 ppc ppc64 -# Prelink is broken on sparcv9/sparc64. -%ifnarch sparc sparcv9 sparc64 -BuildRequires: prelink -%endif -%endif %if 0%{!?rhel:1} # Fedora arm+ppc64le do not yet have fpc built. %ifnarch %{arm} ppc64le @@ -820,7 +810,6 @@ find -name "*.info*"|xargs rm -f %patch925 -p1 %patch927 -p1 %patch978 -p1 -%patch992 -p1 %patch848 -p1 %if 0%{!?el6:1} @@ -1325,6 +1314,10 @@ then fi %changelog +* Sat Aug 22 2015 Jan Kratochvil - 7.10-13.fc23 +- Rebase to FSF GDB 7.9.90.20150822 (7.10 branch snapshot). +- Remove --with testsuite BuildRequires: prelink (prelink is orphaned in F-23+). + * Thu Aug 6 2015 Sergio Durigan Junior - 7.9.90.20150717-12.fc23 - Add "Recommends: default-yama-scope" (for RH BZ 1209492). diff --git a/sources b/sources index c4476cd..296c460 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 7ad32d3894aaf90d00a4343a735c3e1c gdb-libstdc++-v3-python-r225521.tar.xz -65d341916ba2426e50a4f7b18fb7a240 gdb-7.9.90.20150717.tar.xz +e7d74d1e78bb4269b69d344ef4c612c3 gdb-7.9.90.20150822.tar.xz