update to 7.8 [release 7.8-1mamba;Mon Aug 18 2014]
This commit is contained in:
parent
2038d23a2f
commit
fb0ea73635
11
gdb.spec
11
gdb.spec
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: gdb
|
||||
Version: 7.7.1
|
||||
Version: 7.8
|
||||
Release: 1mamba
|
||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||
Group: Development/Tools
|
||||
@ -13,7 +13,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.gnu.org/software/gdb/gdb.html
|
||||
Source: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.bz2
|
||||
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
|
||||
@ -114,6 +114,8 @@ exit 0
|
||||
%{_libdir}/libinproctrace.so
|
||||
%endif
|
||||
%dir %{_datadir}/gdb
|
||||
%dir %{_datadir}/gdb/guile
|
||||
%{_datadir}/gdb/guile/*
|
||||
%dir %{_datadir}/gdb/python
|
||||
%dir %{_datadir}/gdb/python/gdb
|
||||
%{_datadir}/gdb/python/gdb/*
|
||||
@ -127,6 +129,8 @@ exit 0
|
||||
%{_datadir}/gdb/syscalls/mips-o32-linux.xml
|
||||
%{_datadir}/gdb/syscalls/ppc-linux.xml
|
||||
%{_datadir}/gdb/syscalls/ppc64-linux.xml
|
||||
%{_datadir}/gdb/syscalls/s390-linux.xml
|
||||
%{_datadir}/gdb/syscalls/s390x-linux.xml
|
||||
%{_datadir}/gdb/syscalls/sparc-linux.xml
|
||||
%{_datadir}/gdb/syscalls/sparc64-linux.xml
|
||||
%dir %{_datadir}/gdb/system-gdbinit
|
||||
@ -146,6 +150,9 @@ exit 0
|
||||
#README gdb/NEWS
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7.8-1mamba
|
||||
- update to 7.8
|
||||
|
||||
* Fri May 09 2014 Automatic Build System <autodist@mambasoft.it> 7.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user