rebuilt with source-highlight [release 8.3-2mamba;Thu Jul 18 2019]
This commit is contained in:
parent
55ba7092b5
commit
ff3bc4ac63
19
gdb.spec
19
gdb.spec
@ -5,8 +5,8 @@
|
||||
%endif
|
||||
|
||||
Name: gdb
|
||||
Version: 8.2.1
|
||||
Release: 1mamba
|
||||
Version: 8.3
|
||||
Release: 2mamba
|
||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -19,12 +19,14 @@ Patch1: %{name}-6.3-gdbinit_stat.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libpython27-devel
|
||||
BuildRequires: source-highlight-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bash
|
||||
BuildRequires: gcc
|
||||
@ -34,7 +36,6 @@ BuildRequires: gcc-fortran
|
||||
BuildRequires: gcc-java
|
||||
%endif
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libobjc-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: texinfo
|
||||
@ -56,6 +57,8 @@ If you are going to develop C and/or C++ programs and use the GNU gcc compiler,
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
#%patch0 -p0 -b .gentoo_bfd_malloc_wrap
|
||||
#%patch1 -p0 -b .gdbinit_stat
|
||||
#rm -rf ./gdb/gdbserver
|
||||
@ -145,6 +148,12 @@ exit 0
|
||||
#README gdb/NEWS
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 8.3-2mamba
|
||||
- rebuilt with source-highlight
|
||||
|
||||
* Wed May 22 2019 Automatic Build System <autodist@mambasoft.it> 8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 05 2019 Automatic Build System <autodist@mambasoft.it> 8.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user