diff options
Diffstat (limited to 'gdb.spec')
-rw-r--r-- | gdb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ -%bcond_with guile +%bcond_without guile Name: gdb Version: 14.1 -Release: 4 +Release: 5 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-1.3 Source: https://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz @@ -343,6 +343,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/ctf-spec.info* %changelog +* Thu Aug 15 2024 Funda Wang <fundawang@yeah.net> - 14.1-5 +- build with guile support + * Tue Aug 06 2024 Funda Wang <fundawang@yeah.net> - 14.1-4 - make guile requirment conditioned |