public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Rebase to FSF GDB 7.9.90.20150822 (7.10 branch snapshot).
Date: Sat, 27 Jun 2026 23:57:09 GMT	[thread overview]
Message-ID: <178260462964.1.14084021873496054142.rpms-gdb-1dfcf42ec5a5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gdb
            Branch : gdb-17.2-rebase-f44
            Commit : 1dfcf42ec5a5830bc3ed54b3891d1634f136593a
            Author : Jan Kratochvil <jan.kratochvil@redhat.com>
            Date   : 2015-08-22T21:50:42+02:00
            Stats  : +10/-30 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/gdb/c/1dfcf42ec5a5830bc3ed54b3891d1634f136593a?branch=gdb-17.2-rebase-f44

            Log:
            Rebase to FSF GDB 7.9.90.20150822 (7.10 branch snapshot).

- Remove --with testsuite BuildRequires: prelink (prelink is orphaned in F-23+).

---
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 <jan.kratochvil@redhat.com> - 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 <sergiodj@redhat.com> - 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

                 reply	other threads:[~2026-06-27 23:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178260462964.1.14084021873496054142.rpms-gdb-1dfcf42ec5a5@fedoraproject.org \
    --to=jan.kratochvil@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox