public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: auto-import gdb-5.0rh-9 from gdb-5.0rh-9.src.rpm
Date: Sat, 27 Jun 2026 23:54:13 GMT	[thread overview]
Message-ID: <178260445334.1.4103745097905714768.rpms-gdb-d40fc7c0efce@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : d40fc7c0efcee5e93a76ad2b355347a92378fe99
Author : cvsdist <cvsdist@fedoraproject.org>
Date   : 2004-09-09T05:01:23+00:00
Stats  : +27/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/d40fc7c0efcee5e93a76ad2b355347a92378fe99?branch=gdb-17.2-rebase-f44

Log:
auto-import gdb-5.0rh-9 from gdb-5.0rh-9.src.rpm

---
diff --git a/.cvsignore b/.cvsignore
index e73688e..7c14f26 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gdb+dejagnu-20010316.tar.bz2
+gdb+dejagnu-20010516.tar.bz2

diff --git a/gdb.spec b/gdb.spec
index 00e2d1b..5e768a6 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -1,11 +1,10 @@
-%define snapdate 20010316
+%define snapdate 20010516
 
 Summary: A GNU source-level debugger for C, C++ and Fortran.
 Name: gdb
 Version: 5.0rh
-Release: 5
+Release: 9
 Copyright: GPL
-Patch0: gdb-alpha.patch
 Group: Development/Debuggers
 Source: ftp://sources.redhat.com/pub/gdb/snapshots/gdb+dejagnu-%{snapdate}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -27,17 +26,17 @@ programs.
 
 %prep
 %setup -q -n gdb+dejagnu-%{snapdate}
-%patch0 -p1 -b .alpha
 
+#perl -pi -e "s/^VERSION.*$/VERSION=5\.0rh-%{release} Red Hat Linux 7\.1/" gdb/Makefile.in
+cat > gdb/version.in << _FOO
+Red Hat Linux 7.x (%{version}-%{release})
+_FOO
 
-perl -pi -e "s/^VERSION.*$/VERSION=5\.0rh-%{release} Red Hat Linux 7\.1/" gdb/Makefile.in
 
 %build
-%ifarch ia64
+
 export CFLAGS="$RPM_OPT_FLAGS"
-%else
-export CFLAGS="-I/usr/i386-glibc21-linux/include $RPM_OPT_FLAGS"
-%endif
+
 rm -fr dejagnu tcl expect 
 ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \
     %{_arch}-redhat-linux
@@ -73,14 +72,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir
-/sbin/install-info %{_infodir}/gdbint.info.gz %{_infodir}/dir
 /sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir
 /sbin/install-info %{_infodir}/stabs.info.gz %{_infodir}/dir
 
 %preun
 if [ $1 = 0 ]; then
     /sbin/install-info --delete %{_infodir}/gdb.info.gz %{_infodir}/dir
-    /sbin/install-info --delete %{_infodir}/gdbint.info.gz %{_infodir}/dir
     /sbin/install-info --delete %{_infodir}/mmalloc.info.gz %{_infodir}/dir
     /sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir
 fi
@@ -91,7 +88,6 @@ fi
 /usr/bin/*
 %{_mandir}/*/*
 %{_infodir}/gdb.info*
-%{_infodir}/gdbint.info*
 %{_infodir}/stabs.info*
 %{_infodir}/mmalloc.info*
 
@@ -99,6 +95,23 @@ fi
 
 
 %changelog
+* Wed May 16 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New snapshot - this had thread fixes for curing #39070
+- New way of specifying version
+
+* Tue May  1 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New tarball
+- Kevin's patch is now part of gdb
+
+* Mon Apr  9 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- Add patch from kevinb@redhat.com to fix floating point + thread 
+  problem (#24310)
+- remove old workarounds
+- new snapshot
+
+* Thu Apr  5 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New snapshot
+
 * Sat Mar 17 2001 Bill Nottingham <notting@redhat.com>
 - on ia64, there are no old headers :)
 

diff --git a/sources b/sources
index 9a06d07..e821b7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80b2fca045244b51c40ca23f7d768550  gdb+dejagnu-20010316.tar.bz2
+48a48d856c5981cde3096c9e3ac6a0e1  gdb+dejagnu-20010516.tar.bz2

                 reply	other threads:[~2026-06-27 23:54 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=178260445334.1.4103745097905714768.rpms-gdb-d40fc7c0efce@fedoraproject.org \
    --to=cvsdist@fedoraproject.org \
    --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