diff --git a/gdb.spec b/gdb.spec index d7d0039..401e5fd 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,26 +1,26 @@ -%if %{_target_cpu} == %{_build_cpu} +%if "%{_target_cpu}" == "%{_build_cpu}" %define name gcc %else %define name cross-%{_target_cpu}-gcc %endif Name: gdb -Version: 10.1 +Version: 10.2 Release: 1mamba Summary: A GNU source-level debugger for C, C++, Java and other languages Group: Development/Tools Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://www.gnu.org/software/gdb/gdb.html +Packager: Silvan Calarco +URL: https://www.gnu.org/software/gdb/gdb.html Source: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz Patch0: %{name}-6.3-gentoo_bfd_malloc_wrap.patch Patch1: %{name}-6.3-gdbinit_stat.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libboost-devel +BuildRequires: libelf-devel BuildRequires: libexpat-devel BuildRequires: libgc-devel BuildRequires: libgcc @@ -29,8 +29,7 @@ BuildRequires: libguile-devel BuildRequires: liblzma-devel BuildRequires: libmpfr-devel BuildRequires: libncurses-devel -BuildRequires: libnsl-devel -BuildRequires: libpython27-devel +BuildRequires: libpython39-devel BuildRequires: libstdc++6-devel BuildRequires: libxxhash-devel BuildRequires: source-highlight-devel @@ -48,7 +47,6 @@ BuildRequires: libreadline-devel BuildRequires: texinfo Requires(post):%{__install_info} Requires: glibc-debug -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes. @@ -161,6 +159,9 @@ exit 0 #README gdb/NEWS %changelog +* Wed Apr 28 2021 Silvan Calarco 10.2-1mamba +- update to 10.2 + * Mon Nov 09 2020 Automatic Build System 10.1-1mamba - automatic version update by autodist