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
|
%define name gcc
|
||||||
%else
|
%else
|
||||||
%define name cross-%{_target_cpu}-gcc
|
%define name cross-%{_target_cpu}-gcc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 10.1
|
Version: 10.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/gdb/gdb.html
|
URL: https://www.gnu.org/software/gdb/gdb.html
|
||||||
Source: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
|
Source: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
|
||||||
Patch0: %{name}-6.3-gentoo_bfd_malloc_wrap.patch
|
Patch0: %{name}-6.3-gentoo_bfd_malloc_wrap.patch
|
||||||
Patch1: %{name}-6.3-gdbinit_stat.patch
|
Patch1: %{name}-6.3-gdbinit_stat.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgc-devel
|
BuildRequires: libgc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
@ -29,8 +29,7 @@ BuildRequires: libguile-devel
|
|||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libmpfr-devel
|
BuildRequires: libmpfr-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libnsl-devel
|
BuildRequires: libpython39-devel
|
||||||
BuildRequires: libpython27-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxxhash-devel
|
BuildRequires: libxxhash-devel
|
||||||
BuildRequires: source-highlight-devel
|
BuildRequires: source-highlight-devel
|
||||||
@ -48,7 +47,6 @@ BuildRequires: libreadline-devel
|
|||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
Requires: glibc-debug
|
Requires: glibc-debug
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes.
|
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
|
#README gdb/NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 10.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user