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-5 from gdb-5.0rh-5.src.rpm
Date: Sat, 27 Jun 2026 23:54:12 GMT [thread overview]
Message-ID: <178260445284.1.14734709257113492519.rpms-gdb-2574af90e500@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 2574af90e500a9e31f54a8c38d662a76ecd9fcd9
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T05:01:20+00:00
Stats : +65/-28 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/2574af90e500a9e31f54a8c38d662a76ecd9fcd9?branch=gdb-17.2-rebase-f44
Log:
auto-import gdb-5.0rh-5 from gdb-5.0rh-5.src.rpm
---
diff --git a/.cvsignore b/.cvsignore
index 480e3b3..e73688e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gdb-5.0.tar.bz2
+gdb+dejagnu-20010316.tar.bz2
diff --git a/gdb.spec b/gdb.spec
index 4a9b0f3..00e2d1b 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -1,19 +1,19 @@
-%define __libtoolize echo
+%define snapdate 20010316
Summary: A GNU source-level debugger for C, C++ and Fortran.
Name: gdb
-Version: 5.0
-Release: 7j
+Version: 5.0rh
+Release: 5
Copyright: GPL
+Patch0: gdb-alpha.patch
Group: Development/Debuggers
-#Source0: ftp://sourceware.cygnus.com/pub/gdb/releases/gdb-%{version}.tar.bz2
-Source: gdb-5.0.tar.bz2
-Patch0: gdb-5.0-s390.patch
-Patch1: gdb-5.0-s390-1.patch
-Patch2: gdb-5.0-s390-2.patch
+Source: ftp://sources.redhat.com/pub/gdb/snapshots/gdb+dejagnu-%{snapdate}.tar.bz2
Buildroot: %{_tmppath}/%{name}-%{version}-root
-Prereq: /sbin/install-info
-ExcludeArch: sparc
+BuildRequires: perl
+%ifnarch ia64
+BuildPrereq: compat-glibc
+%endif
+Prereq: info
%description
Gdb is a full featured, command driven debugger. Gdb allows you to
@@ -26,14 +26,21 @@ compiler, you may want to install gdb to help you debug your
programs.
%prep
-%setup -q
+%setup -q -n gdb+dejagnu-%{snapdate}
+%patch0 -p1 -b .alpha
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+
+perl -pi -e "s/^VERSION.*$/VERSION=5\.0rh-%{release} Red Hat Linux 7\.1/" gdb/Makefile.in
%build
-%configure
+%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
make
make info
@@ -92,21 +99,51 @@ fi
%changelog
-* Tue Oct 23 2001 Karsten Hopp <karsten@redhat.de>
-- add 2 more patches from IBM for S/390
+* Sat Mar 17 2001 Bill Nottingham <notting@redhat.com>
+- on ia64, there are no old headers :)
+
+* Fri Mar 16 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- build with old headers, new compiler
+
+* Wed Mar 16 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- new snapshot
+
+* Mon Feb 26 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- new snapshot which should fix some more IA64 problems (#29151)
+- remove IA64 patch, it's now integrated
+
+* Wed Feb 21 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- add IA64 and Alpha patches from Kevin Buettner <kevinb@redhat.com>
+- use perl instead of patch for fixing the version string
+
+* Tue Feb 20 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- don't use kgcc anymore
+- mark it as our own version
+- new snapshot
+
+* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- Link with ncurses 5.x even though we're using kgcc.
+ No need to drag in requirements on ncurses4 (Bug #24445)
+
+* Fri Jan 19 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- new snapshot
+
+* Thu Dec 20 2000 Trond Eivind Glomsr�d <teg@redhat.com>
+- new snapshot
-* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
-- disable libtoolize
+* Mon Dec 04 2000 Trond Eivind Glomsr�d <teg@redhat.com>
+- new snapshot
+- new alpha patch - it now compiles everywhere. Finally.
-* Sat Dec 09 2000 Florian La Roche <Florian.LaRoche@redhat.de>
-- update to 5.0.1 patch from IBM
+* Fri Dec 01 2000 Trond Eivind Glomsr�d <teg@redhat.com>
+- new snapshot
-* Mon Nov 20 2000 Florian La Roche <Florian.LaRoche@redhat.de>
-- added dwarf patch from IBM
+* Mon Nov 20 2000 Trond Eivind Glomsr�d <teg@redhat.com>
+- new CVS snapshot
+- disable the patches
+- don't use %%configure, as it confuses the autoconf script
+- enable SPARC, disable Alpha
-* Sun Nov 19 2000 Florian La Roche <Florian.LaRoche@redhat.de>
-- go back to gdb-5.0-release
-- add S390 patch from IBM
* Wed Aug 09 2000 Trond Eivind Glomsr�d <teg@redhat.com>
- added patch from GDB team for C++ symbol handling
diff --git a/sources b/sources
index ca2d435..9a06d07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2720def719fd024e380793d9084da2a gdb-5.0.tar.bz2
+80b2fca045244b51c40ca23f7d768550 gdb+dejagnu-20010316.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=178260445284.1.14734709257113492519.rpms-gdb-2574af90e500@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