diff --git a/gdb.spec b/gdb.spec index fa5a9ef..e317a4e 100644 --- a/gdb.spec +++ b/gdb.spec @@ -13,7 +13,7 @@ Version: 6.8 # 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: 19%{?_with_upstream:.upstream}%{?dist} +Release: 20%{?_with_upstream:.upstream}%{?dist} License: GPLv3+ Group: Development/Debuggers @@ -534,7 +534,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c %patch247 -p1 %patch249 -p1 %patch254 -p1 -%patch256 -p1 +###%patch256 -p1 %patch258 -p1 %patch260 -p1 %patch261 -p1 @@ -843,6 +843,10 @@ fi %endif %changelog +* Wed Aug 13 2008 Jan Kratochvil - 6.8-20 +- Temporarily disable attaching to a stopped process (BZ 453688) + - To be reintroduced after a fix of the kernel BZ 454404. + * Mon Aug 4 2008 Jan Kratochvil - 6.8-19 - Fix `errno' printing on nonthreaded non-g3 inferiors (TLS minsym is absolute).