automatic version update by autodist [release 13.1-1mamba;Tue Feb 21 2023]
This commit is contained in:
parent
023a03c18f
commit
3a19cb0af7
11
gdb.spec
11
gdb.spec
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 12.1
|
Version: 13.1
|
||||||
Release: 2mamba
|
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
|
||||||
@ -31,7 +31,9 @@ BuildRequires: libmpfr-devel
|
|||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libxxhash-devel
|
BuildRequires: libxxhash-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: source-highlight-devel
|
BuildRequires: source-highlight-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
@ -133,6 +135,7 @@ exit 0
|
|||||||
#%{_bindir}/run
|
#%{_bindir}/run
|
||||||
#%{_libdir}/lib%{_host}-sim.a
|
#%{_libdir}/lib%{_host}-sim.a
|
||||||
#%endif
|
#%endif
|
||||||
|
%{_libdir}/libsframe.a
|
||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
%{_libdir}/libinproctrace.so
|
%{_libdir}/libinproctrace.so
|
||||||
%endif
|
%endif
|
||||||
@ -151,6 +154,7 @@ exit 0
|
|||||||
%{_infodir}/annotate.info*
|
%{_infodir}/annotate.info*
|
||||||
%{_infodir}/gdb.info*
|
%{_infodir}/gdb.info*
|
||||||
#%{_infodir}/gdbint.info*
|
#%{_infodir}/gdbint.info*
|
||||||
|
%{_infodir}/sframe-spec.info*
|
||||||
%{_infodir}/stabs.info*
|
%{_infodir}/stabs.info*
|
||||||
%{_mandir}/man1/gcore.1*
|
%{_mandir}/man1/gcore.1*
|
||||||
%{_mandir}/man1/gdb.*
|
%{_mandir}/man1/gdb.*
|
||||||
@ -161,6 +165,9 @@ exit 0
|
|||||||
#README gdb/NEWS
|
#README gdb/NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 13.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jan 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 12.1-2mamba
|
* Tue Jan 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 12.1-2mamba
|
||||||
- rebuilt with python3
|
- rebuilt with python3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user