From 3b5c4a32284e9d32b31381b4d64caffddc447df2939d021b5c893ec1b03a5fa1 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 12 Nov 2019 14:23:29 +0000 Subject: [PATCH] Accepting request 747309 from home:lnussel:branches:devel:gcc - make fpc optional (boo#1156284) as fpc requires itself for bootstrapping. OBS-URL: https://build.opensuse.org/request/show/747309 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=237 --- gdb.changes | 6 ++++++ gdb.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/gdb.changes b/gdb.changes index 4b5f2eb..a6acaa9 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 11 08:57:18 UTC 2019 - Ludwig Nussel + +- make fpc optional (boo#1156284) as fpc requires itself for + bootstrapping. + ------------------------------------------------------------------- Wed Nov 6 21:18:46 UTC 2019 - Tom de Vries diff --git a/gdb.spec b/gdb.spec index fdf1a3e..9cac337 100644 --- a/gdb.spec +++ b/gdb.spec @@ -22,6 +22,7 @@ %global _without_testsuite 1 %endif %bcond_without testsuite +%bcond_without fpc Summary: A GNU source-level debugger for C, C++, Fortran and other languages License: GPL-3.0-or-later AND GPL-3.0-with-GCC-exception AND LGPL-2.1-or-later AND LGPL-3.0-or-later @@ -378,9 +379,11 @@ BuildRequires: gcc-go %endif %if 0%{?suse_version} >= 1500 && 0%{?is_opensuse} %ifarch %{ix86} x86_64 aarch64 armv7l +%if %{with fpc} BuildRequires: fpc %endif %endif +%endif %if 0%{?suse_version} >= 1200 %ifnarch s390 # s390 (for SLE12) doesn't have valgrind