ID | 195802 |
Package Name | gdb |
Version | 10.1 |
Release | 4.0.riscv64.fc33 |
Epoch | |
Source | git+http://fedora.riscv.rocks:3000/rpms/gdb.git#f669e0cd55baaec185c37c00d1d1dfb87ee049a1 |
Summary |
Description |
Built by | davidlt |
State |
complete
|
Volume |
DEFAULT |
Started | Fri, 21 May 2021 06:01:35 UTC |
Completed | Fri, 21 May 2021 09:08:29 UTC |
Task | build (f33, /rpms/gdb.git:f669e0cd55baaec185c37c00d1d1dfb87ee049a1) |
Extra | {'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/gdb.git#f669e0cd55baaec185c37c00d1d1dfb87ee049a1'}} |
Tags |
|
RPMs |
src | |
|
gdb-10.1-4.0.riscv64.fc33.src.rpm (info) (download) |
noarch |
|
gdb-doc-10.1-4.0.riscv64.fc33.noarch.rpm (info) (download)
|
riscv64 |
|
gdb-10.1-4.0.riscv64.fc33.riscv64.rpm (info) (download)
|
|
gdb-gdbserver-10.1-4.0.riscv64.fc33.riscv64.rpm (info) (download)
|
|
gdb-headless-10.1-4.0.riscv64.fc33.riscv64.rpm (info) (download)
|
|
gdb-minimal-10.1-4.0.riscv64.fc33.riscv64.rpm (info) (download)
|
|
gdb-debuginfo-10.1-4.0.riscv64.fc33.riscv64.rpm (info) (download)
|
|
gdb-debugsource-10.1-4.0.riscv64.fc33.riscv64.rpm (info) (download)
|
|
Logs |
|
Changelog |
* Fri May 21 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 10.1-4.0.riscv64
- Add riscv64-linux-gnu to enabled targets
- Disable inprocess agent for riscv64
* Thu Mar 11 2021 Kevin Buettner <kevinb@redhat.com> - 10.1-4
- Update libipt to version 2.0.4.
* Fri Mar 05 2021 Kevin Buettner <kevinb@redhat.com> - 10.1-3
- Backport patches which fix frame_id_p assertion failure (RHBZ 1909902,
Pedro Alves).
* Wed Nov 04 2020 Kevin Buettner <kevinb@redhat.com> - 10.1-2
- Fix bug in local patch gdb-6.6-buildid-locate.patch which prevented
debuginfod from working.
* Tue Nov 03 2020 Kevin Buettner <kevinb@redhat.com> - 10.1-1
- Rebase to FSF GDB 10.1.
- Bump 'snapgnulib' date.
- Drop gdb-rhbz1818011-bfd-gcc10-error.patch.
- Drop gdb-rhbz1822715-fix-python-deprecation.patch.
- Drop gdb-rhbz1829702-fix-python39.patch.
- Drop gdb-rhbz1838777-debuginfod.patch.
- Drop gdb-rhbz1844458-use-fputX_unfiltered.patch.
- Drop gdb-rhbz1869484-deleted-working-directory.
- Adjust build-id related patches.
- Ajust VLA patches.
* Mon Nov 02 2020 Keith Seitz <keiths@redhat.com> - 9.2-8
- Fix missing debuginfo messages. (RH BZ 1887025)
* Thu Aug 20 2020 Kevin Buettner <kevinb@redhat.com> - 9.1-6
- Backport patches fixing abort when working directory is deleted.
(RHBZ 1869484, Sergio Durigan Junior)
* Mon Aug 10 2020 Keith Seitz <keiths@redhat.com>
- Disable LTO until upstream sorts out ODR problems.
* Tue Aug 04 2020 Keith Seitz <keiths@redhat.com>
- Update libipt to v2.0.2.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org>
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 22 2020 Tom Stellard <tstellar@redhat.com>
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Mon Jul 20 2020 Jeff Law <lawb@redhat.com> - 9.2-3
- Fix broken configure tests compromised by LTO
- Add BuildRequires: autoconf
* Wed Jun 17 2020 Keith Seitz <keiths@redhat.com> - 9.2-2
- Backport debuginfod support.
* Tue Jun 09 2020 Keith Seitz <keiths@redhat.com> - 9.2-1
- Rebase to FSF GDB 9.2.
- Add explicit python bytecode compilation.
- Change included files to patches to quell error from rpminspect.
- Fix attach-32.exp from gdb-6.3-inferior-notification-20050721.patch.
* Fri Jun 05 2020 Keith Seitz <keiths@redhat.com> - 9.1-8
- Add patch for Python 3.9 and re-enable python.
- Update generate-*.sh to include stgit support.
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 9.1-7
- Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)
* Thu Apr 16 2020 Kevin Buettner <kevinb@redhat.com> - 9.1-6
- Fix build breakage of gdb/python/python.c due to use of deprecated
Python function (RHBZ 1822715, Kevin Buettner)
* Wed Apr 08 2020 Kevin Buettner <kevinb@redhat.com> - 9.1-5
- Fix build breakage when compiling bfd/elf.c with gcc 10. (RHBZ 1818011,
H.J. Lu)
* Mon Mar 02 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.1-4
- Add '--without-guile' to GDB_MINIMAL_CONFIGURE_FLAGS.
* Thu Feb 13 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.1-3
- Fix 'Recursive call to 'missing_rpm_list_print' when pagination is
on and missing RPM list is big' (RHBZ 1801974, Sergio Durigan
Junior).
* Mon Feb 10 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.1-2
- Enable libxxhash during build.
* Sat Feb 08 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.1-1
- Rebase to FSF GDB 9.1.
* Tue Feb 04 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 9.0.90.20200203-5
- Re-enable guile support.
* Mon Feb 03 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.0.90.20200203-4
- Rebase to FSF GDB 9.0.90.20200203 (9.1pre).
- Bump 'snapgnulib' date.
- Update URL to 'https'.
- Adjust build-id patchset.
- Adjust VLA patchset.
- Drop 'gdb-6.8-bz436037-reg-no-longer-active.patch'.
- Drop 'gdb-6.6-scheduler_locking-step-is-default.patch'.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Nov 19 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 9.0.50.20191119-2
- Rebase to FSF GDB 9.0.50.20191119 (9.1pre).
- Drop 'gdb-readline62-ask-more-rh.patch'.
- Drop 'gdb-6.5-bz216711-clone-is-outermost.patch'.
- Adjust 'gdb-archer-pie-addons-keep-disabled.patch'.
* Fri Oct 18 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 9.0.50.20191018-1
- Rebase to FSF GDB 9.0.50.20191018 (9.1pre).
- Expand comment on "bundled(binutils)".
- Remove libctf's files from RPM_BUILD_ROOT.
* Wed Oct 09 2019 Jerry James <loganjerry@gmail.com> - 8.3.50.20190924-28
- Rebuild for mpfr 4
* Wed Sep 25 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190924-27
- Rebase to FSF GDB 8.3.50.20190924 (8.4pre).
- Update 'gdb-6.6-buildid-locate.patch'.
* Sat Aug 24 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190824-26
- Rebase to FSF GDB 8.3.50.20190824 (8.4pre).
- Update 'v1.5-libipt-static.patch'.
* Wed Aug 21 2019 Miro Hrončok <mhroncok@redhat.com>
- Rebuilt for Python 3.8
* Sun Aug 18 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190816-24
- Update bundled libipt copy to v2.0.1.
* Fri Aug 16 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190816-23
- Rebase to FSF GDB 8.3.50.20190816 (8.4pre).
- Drop 'gdb-testsuite-readline63-sigint.patch'.
- Cleanup 'gdb-archer.patch' and remove several things, like the '-P' feature.
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com>
- Rebuilt for Python 3.8
* Fri Aug 02 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190802-21
- Rebase to FSF GDB 8.3.50.20190802 (8.4pre).
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Jul 02 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190702-19
- Rebase to FSF GDB 8.3.50.20190702 (8.4pre).
- Remove gdb-bz568248-oom-is-error.patch.
* Tue Jun 25 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190625-18
- Rebase to FSF GDB 8.3.50.20190625 (8.4pre).
* Fri Jun 21 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190610-17
- Rebuild for librpm9 (RH BZ 1720305).
* Mon Jun 10 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190610-16
- Rebase to FSF GDB 8.3.50.20190610 (8.4pre).
* Sat Jun 01 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190601-15
- Rebase to FSF GDB 8.3.50.20190601 (8.4pre).
* Tue May 28 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190528-14
- Rebase to FSF GDB 8.3.50.20190528 (8.4pre).
|