OBS User unknown
2009-05-15 21:24:41 +00:00
committed by Git OBS Bridge
parent 03615dd0aa
commit 09f14a3571
4 changed files with 169 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ Name: gdb
# NOTE: the FSF gdb versions are numbered N.M for official releases, like 6.3
# and, since January 2005, X.Y.Z.date for daily snapshots, like 6.3.50.20050112 # (daily snapshot from mailine), or 6.3.0.20040112 (head of the release branch).
Version: 6.8.50.20090302
Release: 2
Release: 3
# 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.
License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later
@@ -282,6 +282,8 @@ Patch359: gdb-charset-crash.patch
Patch1000: readline-5.1-random.patch
Patch1001: gdb-readline6.patch
Patch1002: gdb-6.6-buildid-locate-rpm-suse.patch
Patch1004: bnc492331.patch
Patch1005: bnc329420.patch
BuildRequires: bison flex gettext glibc-devel ncurses-devel texinfo zlib-devel
%if %{suse_version} < 1020
BuildRequires: expat
@@ -504,13 +506,15 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
%patch1001
%endif
%patch1002 -p1
%patch1004 -p1
%patch1005 -p1
find -name "*.orig" | xargs rm -f
! find -name "*.rej" # Should not happen.
%endif # 0%{!?_with_upstream:1}
# Change the version that gets printed at GDB startup, so it is Fedora
# Change the version that gets printed at GDB startup, so it is SUSE
# specific.
cat > gdb/version.in << _FOO
Fedora (%{version}-%{release})
SUSE (%{version}-%{release})
_FOO
# Remove the info and other generated files added by the FSF release
# process.
@@ -753,6 +757,10 @@ fi
%endif
%changelog
* Thu May 14 2009 rguenther@suse.de
- Change reported version to mention SUSE instead of Fedora.
- Fix handling of bogus global namespace DIEs from GCC 4.1. [bnc#329420]
- Fix Power7 DFP detection. [bnc#492331]
* Thu May 07 2009 rguenther@suse.de
- Fix build for SLE10. [fate#305977]
- Adjust missing debug packages suggested install command.
@@ -762,7 +770,8 @@ fi
- Disable rpm support for locating debug info packages.
* Mon Apr 27 2009 rguenther@suse.de
- Switch to Fedora 11 source RPM.
* includes partially merge from Archer. [bnc#329420, bnc#497141]
* includes partially merge from Archer. [bnc#329420, bnc#497141,
bnc#492782]
* Tue Mar 10 2009 rguenther@suse.de
- Add VLA support patch from Fedora to fix possible
dwarf_expr_frame_base NULL checking regression.