- Disable guile extensions for new distros, the gdb support

is incompatible with guile 2.2.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=165
This commit is contained in:
Michael Matz 2017-09-13 14:11:09 +00:00 committed by Git OBS Bridge
parent ac6bb11b29
commit 3190bb69ba
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 13 14:09:26 UTC 2017 - matz@suse.com
- Disable guile extensions for new distros, the gdb support
is incompatible with guile 2.2.
-------------------------------------------------------------------
Tue Jun 6 14:37:05 UTC 2017 - matz@suse.com

View File

@ -236,7 +236,7 @@ BuildRequires: %{gcc}
BuildRequires: %{gcc}-c++
BuildRequires: gettext
BuildRequires: glibc-devel
%if 0%{suse_version} > 1110
%if 0%{suse_version} > 1110 && 0%{suse_version} < 1330
BuildRequires: guile-devel
%endif
BuildRequires: ncurses-devel