-
Tue Jan 26 2021 Keith Seitz <keiths@redhat.com> - 9.2-10.el7
- Backport "Correct recording of 'store on condition' insns"
(Andreas Arnez, RH BZ 1903377)
- Backport "Fortran dynamic type related fixes"
(Andrew Burgess, RH BZ 1905704)
- Backport "Exclude debuginfo files from 'outside of ELF segments'
warning" (Keith Seitz, RH BZ 1915440)
-
Tue Nov 03 2020 Keith Seitz <keiths@redhat.com> - 9.2-9.el7
- Fix missing debuginfo messages. (Keith Seitz, RH BZ 1894154)
-
Thu Oct 22 2020 Keith Seitz <keiths@redhat.com> - 9.2-8.el7
- NVR bump to rebuild with fixed deubginfod (RH BZ 1884577)
-
Mon Aug 03 2020 Keith Seitz <keiths@redhat.com> - 9.2-7.el7
- Backport "Corefile memory access problems" patches.
(Kevin Buettner, RH BZ 1842691)
-
Wed Jul 29 2020 Keith Seitz <keiths@redhat.com>
- Remove macros from comments.
- Cleanup --with testsuite dependencies.
-
Tue Jul 28 2020 Keith Seitz <keiths@redhat.com> - 9.2-6.el7
- Fix several DIAGNOSTICs errors.
-
Mon Jul 27 2020 Keith Seitz <keiths@redhat.com> - 9.2-5.el7
- Backport "Fix unused function error" (Luis Machcado)
- Disable
python_binary="on"
buildroot_path="RHEL7,"
bytecode_compilation_path=".${buildroot_path/#$RPM_BUILD_ROOT}"
failure=0
pushd $RPM_BUILD_ROOT
find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -O -m py_compile || failure=1
find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -m py_compile || failure=1
popd
test $failure -eq 0
-
Fri Jul 24 2020 Keith Seitz <keiths@redhat.com> - 9.2-4.{el6,el7}
- Add debuginfod.m4 patch to use pkg-config.
- Add BuildRequire for libcurl-devel for debuginfod on RHEL7.
- Disable debuginfod on RHEL6.
- Fix broken gdb-6.6-buildid-locate-rpm-scl.patch and regenerate
patches.
- Update debuginfod patch with test suite fixes from upstream.
-
Thu Jul 16 2020 Keith Seitz <keiths@redhat.com> - 9.2-3.el7
- Backport testcase for tui/25126.
- Use built-in readline for RHEL7. System readline is too old.
- Remove gdb-testsuite-readline63-sigint-revert.patch.
- Add patch to link against tinfo on rhel6.
- Add patch to workaround make 3.81 bug.
- Update gdb.spec for rhel6.
-
Tue Jun 09 2020 Keith Seitz <keiths@redhat.com> - 9.2-2
- Backport debuginfod support.