public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: auto-import changelog data from gdb-5.1-0.71.src.rpm
@ 2026-06-27 23:54 cvsdist
  0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-06-27 23:54 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

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

            Log:
            auto-import changelog data from gdb-5.1-0.71.src.rpm
Mon Nov 26 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.1-0.71
- 5.1
Mon Nov 19 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.94-0.71
- 5.0.94. Almost there....
Mon Nov 12 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.93-2
- Add patch from jakub@redhat.com to improve handling of DWARF
Mon Nov 12 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.93-1
- 5.0.93
- handle missing info pages in post/pre scripts
Wed Oct 31 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.92-1
- 5.0.92
Fri Oct 26 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.91rh-1
- New snapshot
- Use the 5.0.91 versioning from the snapshot

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

diff --git a/gdb.spec b/gdb.spec
index 5e768a6..12c4904 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -1,35 +1,26 @@
-%define snapdate 20010516
-
-Summary: A GNU source-level debugger for C, C++ and Fortran.
+Summary: A GNU source-level debugger for C, C++ and other languages.
 Name: gdb
-Version: 5.0rh
-Release: 9
-Copyright: GPL
+Version: 5.1
+Release: 0.71
+License: GPL
 Group: Development/Debuggers
-Source: ftp://sources.redhat.com/pub/gdb/snapshots/gdb+dejagnu-%{snapdate}.tar.bz2
+Source: ftp://sources.redhat.com/pub/gdb/gdb-%{version}.tar.bz2
+Patch0: jakub-gcc31-gdb.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: perl 
-%ifnarch ia64
-BuildPrereq: compat-glibc
-%endif
+BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo
 Prereq: info
 
 %description
-Gdb is a full featured, command driven debugger. Gdb allows you to
-trace the execution of programs and examine their internal state at
-any time.  Gdb works for C and C++ compiled with the GNU C compiler
-gcc.
-
-If you are going to develop C and/or C++ programs and use the GNU gcc
-compiler, you may want to install gdb to help you debug your
-programs.
+GDB, the GNU debugger, allows you to debug programs written in C, C++,
+and other languages, by executing them in a controlled fashion and
+printing their data.
 
 %prep
-%setup -q -n gdb+dejagnu-%{snapdate}
+%setup -q 
+%patch0 -p1 -b .dwarfpatch
 
-#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})
+Red Hat Linux (%{version}-%{release})
 _FOO
 
 
@@ -50,14 +41,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %makeinstall infodir=$RPM_BUILD_ROOT/${_infodir} prefix=$RPM_BUILD_ROOT/usr
 
-
-#make install-info infodir=$RPM_BUILD_ROOT/${_infodir}
 # The above is broken, do this for now:
 mkdir -p $RPM_BUILD_ROOT/%{_infodir}
 cp `find -name "*.info*"` $RPM_BUILD_ROOT/%{_infodir}
 
-
-
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir $RPM_BUILD_ROOT%{_infodir}/dir.info* 
 
 #These are part of binutils
@@ -65,21 +52,25 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir $RPM_BUILD_ROOT%{_infodir}/dir.info*
 rm -f $RPM_BUILD_ROOT%{_infodir}/bfd* $RPM_BUILD_ROOT%{_infodir}/standard*
 rm -rf $RPM_BUILD_ROOT/usr/include/  $RPM_BUILD_ROOT/usr/lib/lib{bfd*,opcodes*}
 
-gzip -9f $RPM_BUILD_ROOT%{_infodir}/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir
-/sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir
-/sbin/install-info %{_infodir}/stabs.info.gz %{_infodir}/dir
+[ -f %{_infodir}/gdb.info ]		&& /sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir || :
+[ -f %{_infodir}/gdb.info.gz ]		&& /sbin/install-info %{_infodir}/gdb.info.gz %{_infodir}/dir  || :
+[ -f %{_infodir}/mmalloc.info ]		&& /sbin/install-info %{_infodir}/mmalloc.info %{_infodir}/dir || :
+[ -f %{_infodir}/mmalloc.info.gz ]	&& /sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir  || :
+[ -f %{_infodir}/stabs.info ]		&& /sbin/install-info %{_infodir}/stabs.info %{_infodir}/dir  || :
+[ -f %{_infodir}/stabs.info.gz ]	&& /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}/mmalloc.info.gz %{_infodir}/dir
-    /sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir
+	[ -f %{_infodir}/gdb.info ]		&& /sbin/install-info --delete %{_infodir}/gdb.info %{_infodir}/dir  || :
+	[ -f %{_infodir}/gdb.info.gz ]		&& /sbin/install-info --delete %{_infodir}/gdb.info.gz %{_infodir}/dir  || :
+	[ -f %{_infodir}/mmalloc.info ]		&& /sbin/install-info --delete %{_infodir}/mmalloc.info %{_infodir}/dir  || :
+	[ -f %{_infodir}/mmalloc.info.gz ]	&& /sbin/install-info --delete %{_infodir}/mmalloc.info.gz %{_infodir}/dir  || :
+	[ -f %{_infodir}/stabs.info ]		&& /sbin/install-info --delete %{_infodir}/stabs.info %{_infodir}/dir  || :
+	[ -f %{_infodir}/stabs.info.gz ]	&& /sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir  || :
 fi
 
 %files
@@ -93,8 +84,58 @@ fi
 
 # don't include the files in include, they are part of binutils
 
-
 %changelog
+* Mon Nov 26 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.1-0.71
+- 5.1
+
+* Mon Nov 19 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.94-0.71
+- 5.0.94. Almost there....
+
+* Mon Nov 12 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.93-2
+- Add patch from jakub@redhat.com to improve handling of DWARF
+
+* Mon Nov 12 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.93-1
+- 5.0.93 
+- handle missing info pages in post/pre scripts
+
+* Wed Oct 31 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.92-1
+- 5.0.92
+
+* Fri Oct 26 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0.91rh-1
+- New snapshot
+- Use the 5.0.91 versioning from the snapshot
+
+* Wed Oct 17 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0rh-17
+- New snapshot
+
+* Thu Sep 27 2001 Trond Eivind Glomsr�d <teg@redhat.com> 
+- New snapshot
+
+* Wed Sep 12 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0rh-16
+- New snapshot 
+
+* Mon Aug 13 2001 Trond Eivind Glomsr�d <teg@redhat.com> 5.0rh-15
+- Don't buildrequire compat-glibc (#51690)
+
+* Thu Aug  9 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New snapshot, from the stable branch eventually leading to gdb 5.1
+
+* Mon Jul 30 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- s/Copyright/License/
+- Add texinfo to BuildRequires
+
+* Mon Jun 25 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New snapshot
+
+* Fri Jun 15 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New snapshot
+- Add ncurses-devel to buildprereq
+- Remove perl from buildprereq, as gdb changed the way 
+  version strings are generated
+
+* Thu Jun 14 2001 Trond Eivind Glomsr�d <teg@redhat.com>
+- New snapshot
+
 * 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

diff --git a/sources b/sources
index e821b7f..2edfb1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a48d856c5981cde3096c9e3ac6a0e1  gdb+dejagnu-20010516.tar.bz2
+9604597d6c188a2a1b99dcee0333efd6  gdb-5.1.tar.bz2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-27 23:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:54 [rpms/gdb] gdb-17.2-rebase-f44: auto-import changelog data from gdb-5.1-0.71.src.rpm cvsdist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox