Accepting request 265316 from home:chorler:branches:devel:gcc
Update to GDB 7.8.1 fixes https://bugzilla.opensuse.org/show_bug.cgi?id=909827 OBS-URL: https://build.opensuse.org/request/show/265316 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=113
This commit is contained in:
committed by
Git OBS Bridge
parent
a3d272cb37
commit
382191c20a
10
gdb.spec
10
gdb.spec
@@ -27,7 +27,7 @@ Name: gdb
|
||||
%global snap 20130731
|
||||
# See timestamp of source gnulib installed into gdb/gnulib/ .
|
||||
%global snapgnulib 20121213
|
||||
Version: 7.8
|
||||
Version: 7.8.1
|
||||
Release: 0
|
||||
|
||||
# The release always contains a leading reserved number, start it at 1.
|
||||
@@ -35,8 +35,8 @@ Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
||||
# ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.bz2
|
||||
Source: gdb-%{version}.tar.bz2
|
||||
# ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.gz
|
||||
Source: gdb-%{version}.tar.gz
|
||||
Url: http://gnu.org/software/gdb/
|
||||
|
||||
%if "%{scl}" == "devtoolset-1.1"
|
||||
@@ -199,7 +199,6 @@ Patch105: gdb-btrobust.patch
|
||||
Patch106: gdb-python-completer-1of2.patch
|
||||
Patch107: gdb-python-completer-2of2.patch
|
||||
Patch108: gdb-fortran-frame-string.patch
|
||||
Patch109: gdb-babeltrace-configure.patch
|
||||
Patch110: gdb-dts-rhel6-python-compat.patch
|
||||
Patch111: gdb-6.6-buildid-locate-rpm-scl.patch
|
||||
Patch112: gdb-readline62-ask-more-rh.patch
|
||||
@@ -211,7 +210,6 @@ Patch115: gdb-rhel5-compat.patch
|
||||
# Upstream patch to fix gcc -Werror
|
||||
Patch1002: gdb-6.6-buildid-locate-rpm-suse.patch
|
||||
Patch1003: gdb-async-stopped-on-pid-arg-1of2.patch
|
||||
Patch1004: gdb-async-stopped-on-pid-arg-2of2.patch
|
||||
Patch1005: gdb-async-stopped-on-pid-arg-testsuite.patch
|
||||
|
||||
BuildRequires: bison
|
||||
@@ -455,7 +453,6 @@ find -name "*.info*"|xargs rm -f
|
||||
%patch106 -p1
|
||||
%patch107 -p1
|
||||
%patch108 -p1
|
||||
%patch109 -p1
|
||||
%patch110 -p1
|
||||
%patch110 -p1 -R
|
||||
%patch111 -p1
|
||||
@@ -472,7 +469,6 @@ find -name "*.info*"|xargs rm -f
|
||||
|
||||
%patch1002 -p1
|
||||
%patch1003 -p1
|
||||
%patch1004 -p1
|
||||
%patch1005 -p1
|
||||
|
||||
find -name "*.orig" | xargs rm -f
|
||||
|
Reference in New Issue
Block a user