Rebase to FSF GDB 7.9.90.20150717 (7.10 branch snapshot).
This commit is contained in:
parent
ae96b4a095
commit
90127c91f8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/gdb-libstdc++-v3-python-r225521.tar.xz
|
||||
/gdb-7.9.90.20150709.tar.xz
|
||||
/gdb-7.9.90.20150717.tar.xz
|
||||
|
7
gdb.spec
7
gdb.spec
@ -18,7 +18,7 @@ Summary: A GNU source-level debugger for C, C++, Fortran, Go and other languages
|
||||
Name: %{?scl_prefix}gdb
|
||||
|
||||
# Freeze it when GDB gets branched
|
||||
%global snapsrc 20150709
|
||||
%global snapsrc 20150717
|
||||
# See timestamp of source gnulib installed into gdb/gnulib/ .
|
||||
%global snapgnulib 20121213
|
||||
%global tarname gdb-%{version}
|
||||
@ -26,7 +26,7 @@ Version: 7.9.90.%{snapsrc}
|
||||
|
||||
# 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: 6%{?dist}
|
||||
Release: 7%{?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
|
||||
@ -1310,6 +1310,9 @@ then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2015 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.9.90.20150717-7.fc23
|
||||
- Rebase to FSF GDB 7.9.90.20150717 (7.10 branch snapshot).
|
||||
|
||||
* Fri Jul 10 2015 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.9.90.20150709-6.fc23
|
||||
- Rebase to FSF GDB 7.9.90.20150709 (7.10 branch snapshot).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user