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
|
%endif
|
||||||
|
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 8.2.1
|
Version: 8.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -19,12 +19,14 @@ Patch1: %{name}-6.3-gdbinit_stat.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgc-devel
|
BuildRequires: libgmp-devel
|
||||||
BuildRequires: libguile-devel
|
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libmpfr-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
|
BuildRequires: source-highlight-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -34,7 +36,6 @@ BuildRequires: gcc-fortran
|
|||||||
BuildRequires: gcc-java
|
BuildRequires: gcc-java
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libobjc-devel
|
BuildRequires: libobjc-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
@ -56,6 +57,8 @@ If you are going to develop C and/or C++ programs and use the GNU gcc compiler,
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
#%patch0 -p0 -b .gentoo_bfd_malloc_wrap
|
#%patch0 -p0 -b .gentoo_bfd_malloc_wrap
|
||||||
#%patch1 -p0 -b .gdbinit_stat
|
#%patch1 -p0 -b .gdbinit_stat
|
||||||
#rm -rf ./gdb/gdbserver
|
#rm -rf ./gdb/gdbserver
|
||||||
@ -145,6 +148,12 @@ exit 0
|
|||||||
#README gdb/NEWS
|
#README gdb/NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 05 2019 Automatic Build System <autodist@mambasoft.it> 8.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user