diff --git a/gdb.changes b/gdb.changes index 6b85d4e..59ff5d9 100644 --- a/gdb.changes +++ b/gdb.changes @@ -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 diff --git a/gdb.spec b/gdb.spec index 5a61995..e0ac52d 100644 --- a/gdb.spec +++ b/gdb.spec @@ -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