Rebase to FSF GDB 7.11.90.20160929 (pre-7.12 branch snapshot).
- Fixes GDB crashes on inf. function call scripts (RH BZ 1378147, Pedro Alves).
This commit is contained in:
parent
4ca26b1f03
commit
25e02352ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/gdb-libstdc++-v3-python-6.1.1-20160817.tar.xz
|
||||
/v1.5.tar.gz
|
||||
/gdb-7.11.90.20160928.tar.xz
|
||||
/gdb-7.11.90.20160929.tar.xz
|
||||
|
8
gdb.spec
8
gdb.spec
@ -21,13 +21,13 @@ Name: %{?scl_prefix}gdb
|
||||
%global snapsrc 20160801
|
||||
# See timestamp of source gnulib installed into gdb/gnulib/ .
|
||||
%global snapgnulib 20150822
|
||||
%global tardate 20160928
|
||||
%global tardate 20160929
|
||||
%global tarname gdb-7.11.90.%{tardate}
|
||||
Version: 7.12
|
||||
|
||||
# The release always contains a leading reserved number, start it at 1.
|
||||
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
||||
Release: 0.18.%{tardate}%{?dist}
|
||||
Release: 0.19.%{tardate}%{?dist}
|
||||
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
|
||||
Group: Development/Debuggers
|
||||
@ -1494,6 +1494,10 @@ then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Thu Sep 29 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-0.19.20160929.fc25
|
||||
- Rebase to FSF GDB 7.11.90.20160929 (pre-7.12 branch snapshot).
|
||||
- Fixes GDB crashes on inf. function call scripts (RH BZ 1378147, Pedro Alves).
|
||||
|
||||
* Wed Sep 28 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-0.18.20160928.fc25
|
||||
- Fix attachment of JIT-debug-enabled inf. (7.11.1 regression, RH BZ 1375553).
|
||||
- Rebase to FSF GDB 7.11.90.20160928 (pre-7.12 branch snapshot).
|
||||
|
Loading…
Reference in New Issue
Block a user