From 3725ffd4d722c189339faa50115643ee7659f824 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:02:31 +0000 Subject: auto-import gdb-5.1.1-0.1 from gdb-5.1.1-0.1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index 3b2b7df..1307278 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gdb-5.1.tar.bz2 +gdb-5.1.1.tar.bz2 diff --git a/gdb.spec b/gdb.spec index 56abee6..6cc1703 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,13 +1,13 @@ Summary: A GNU source-level debugger for C, C++ and other languages. Name: gdb -Version: 5.1 -Release: 0.71.0ppc +Version: 5.1.1 +Release: 0.1 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/gdb-%{version}.tar.bz2 -Patch0: jakub-gcc31-gdb.patch -Patch1: gdb-5.1-ppc64.patch +Patch1: gdb-5.1-threadfpufix.patch Buildroot: %{_tmppath}/%{name}-%{version}-root +URL: http://sources.redhat.com/gdb/ BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo Prereq: info @@ -18,8 +18,7 @@ printing their data. %prep %setup -q -%patch0 -p1 -b .dwarfpatch -%patch1 -p1 +%patch1 -p1 -b .threadfpupatch cat > gdb/version.in << _FOO Red Hat Linux (%{version}-%{release}) @@ -87,10 +86,17 @@ fi # don't include the files in include, they are part of binutils %changelog -* Tue Apr 02 2002 Guy Streeter 5.1-0.71.0ppc -- slight change in kernel headers for the 64bit ppc kernel +* Thu Jan 24 2002 Trond Eivind Glomsr�d 5.1.1-1 +- 5.1.1 +- add URL -* Mon Nov 26 2001 Trond Eivind Glomsr�d 5.1-0.71 +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Mon Dec 10 2001 Trond Eivind Glomsr�d 5.1-2 +- Fix some thread+fpu problems + +* Mon Nov 26 2001 Trond Eivind Glomsr�d 5.1-1 - 5.1 * Mon Nov 19 2001 Trond Eivind Glomsr�d 5.0.94-0.71 diff --git a/sources b/sources index 2edfb1a..5fae893 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9604597d6c188a2a1b99dcee0333efd6 gdb-5.1.tar.bz2 +ad07a75320fd04fa4f80ac0f38cbd2eb gdb-5.1.1.tar.bz2