Rebase to FSF GDB 9.1.
This commit is contained in:
parent
e67700bf46
commit
c172b26911
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/gdb-libstdc++-v3-python-8.1.1-20180626.tar.xz
|
||||
/v2.0.1.tar.gz
|
||||
/gdb-9.0.90.20200203.tar.xz
|
||||
/gdb-9.1.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
4d37e9a90bbc62dbef44dc1f32c7334fc842590d
|
||||
899016d49d289757372459f72d642a4c6b3b7732
|
||||
|
13
gdb.spec
13
gdb.spec
@ -27,21 +27,21 @@
|
||||
Name: %{?scl_prefix}gdb
|
||||
|
||||
# Freeze it when GDB gets branched
|
||||
%global snapsrc 20200203
|
||||
%global snapsrc 20200208
|
||||
# See timestamp of source gnulib installed into gnulib/ .
|
||||
%global snapgnulib 20191216
|
||||
%global tarname gdb-%{version}
|
||||
Version: 9.0.90.%{snapsrc}
|
||||
Version: 9.1
|
||||
|
||||
# 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: 5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
|
||||
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
||||
# ftp://sourceware.org/pub/gdb/releases/FIXME{tarname}.tar.xz
|
||||
Source: %{tarname}.tar.xz
|
||||
#Source: ftp://sourceware.org/pub/gdb/releases/%{tarname}.tar.xz
|
||||
#Source: %{tarname}.tar.xz
|
||||
Source: ftp://sourceware.org/pub/gdb/releases/%{tarname}.tar.xz
|
||||
URL: https://gnu.org/software/gdb/
|
||||
|
||||
# For our convenience
|
||||
@ -1150,6 +1150,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 8 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.1-1
|
||||
- Rebase to FSF GDB 9.1.
|
||||
|
||||
* Tue Feb 4 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 9.0.90.20200203-5
|
||||
- Re-enable guile support.
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (gdb-libstdc++-v3-python-8.1.1-20180626.tar.xz) = a8b1c54dd348cfeb37da73f968742896be3dd13a4215f8d8519870c2abea915f5176c3fa6989ddd10f20020a16f0fab20cbae68ee8d58a82234d8778023520f8
|
||||
SHA512 (v2.0.1.tar.gz) = e38e93908c3fbf1f2384cfca381eaf4bf667033de678041bd440adac8bbce4757b77304868896256ed72c202ee22ba1646aada90125029f14f5bffaf828a7df4
|
||||
SHA512 (gdb-9.0.90.20200203.tar.xz) = d713e3f385004bdeab4ce7875b647f5010c311488373e2de90f88f4cf3a5954feede0fdaf0315e6a6cdd2613161e6391937542bffbd5a1a9c757161150b909a3
|
||||
SHA512 (gdb-9.1.tar.xz) = 84cdd408d80a3fc5779de459c5b26154d31b329ebde7e3aa78799fb1eb245d8b64b8c8ee7242382a1dbd95b4e6f9d84fef41d12a0646aa75d3dee4709ea1f6e7
|
||||
|
Loading…
Reference in New Issue
Block a user