public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Re-enable guile support.
@ 2026-06-27 23:59
0 siblings, 0 replies; only message in thread
From: @ 2026-06-27 23:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : e67700bf4644e3d6e98de1fa560e7e4ffe39390a
Author : Dan Čermák <dan.cermak@cgc-instruments.com>
Date : 2020-02-04T16:19:46-05:00
Stats : +10/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/e67700bf4644e3d6e98de1fa560e7e4ffe39390a?branch=gdb-17.2-rebase-f44
Log:
Re-enable guile support.
---
diff --git a/gdb.spec b/gdb.spec
index eb5809c..140d36d 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -35,7 +35,7 @@ Version: 9.0.90.%{snapsrc}
# 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.
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
# Do not provide URL for snapshots as the file lasts there only for 2 days.
@@ -241,7 +241,7 @@ BuildRequires: texlive-collection-latexrecommended
BuildRequires: /usr/bin/pod2man
%if 0%{!?rhel:1} || 0%{?rhel} > 7
BuildRequires: libbabeltrace-devel%{buildisa}
-#BuildRequires: guile-devel%{buildisa}
+BuildRequires: guile-devel%{buildisa}
%endif
%global have_libipt 0
%if 0%{!?rhel:1} || 0%{?rhel} > 7 || (0%{?rhel} == 7 && 0%{?scl:1})
@@ -541,7 +541,6 @@ COMMON_GDB_CONFIGURE_FLAGS="\
--disable-rpath \
--without-stage1-ldflags \
--disable-libmcheck \
- --without-guile \
%if 0%{!?rhel:1} || 0%{?rhel} > 6
--with-system-readline \
%else
@@ -690,6 +689,11 @@ $(: ppc64 host build crashes on ppc variant of libexpat.so ) \
%else
--without-python \
%endif
+%if 0%{!?rhel:1} || 0%{?rhel} > 7
+ --with-guile \
+%else
+ --without-guile \
+%endif
%if %{have_inproctrace}
--enable-inprocess-agent \
%else
@@ -1146,6 +1150,9 @@ fi
%endif
%changelog
+* Tue Feb 4 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 9.0.90.20200203-5
+- Re-enable guile support.
+
* Mon Feb 3 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.0.90.20200203-4
- Rebase to FSF GDB 9.0.90.20200203 (9.1pre).
- Bump 'snapgnulib' date.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 23:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:59 [rpms/gdb] gdb-17.2-rebase-f44: Re-enable guile support
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox