update to 10.2 [release 10.2-1mamba;Wed Apr 28 2021]
This commit is contained in:
parent
2363e5c202
commit
2ecc6adc61
17
gdb.spec
17
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 <aleph0@openmamba.org>
|
||||
URL: http://www.gnu.org/software/gdb/gdb.html
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 10.2-1mamba
|
||||
- update to 10.2
|
||||
|
||||
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user