Change-Id: Ie230d2f5c681fc26a7c31c597a28429f7fb3300c
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4869
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: C debugger |
| 2 | 2 |
Name: gdb |
| 3 | 3 |
Version: 7.8.2 |
| 4 |
-Release: 8%{?dist}
|
|
| 4 |
+Release: 9%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: http://www.gnu.org/software/%{name}
|
| 7 | 7 |
Source0: http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.gz
|
| ... | ... |
@@ -13,11 +13,13 @@ Patch0: gdb-7.12-pstack.patch |
| 13 | 13 |
Requires: python3 |
| 14 | 14 |
Requires: expat |
| 15 | 15 |
Requires: ncurses >= 6.0-3 |
| 16 |
+Requires: xz |
|
| 16 | 17 |
BuildRequires: expat |
| 17 | 18 |
BuildRequires: ncurses-devel >= 6.0-3 |
| 18 | 19 |
BuildRequires: python3 |
| 19 | 20 |
BuildRequires: python3-devel |
| 20 | 21 |
BuildRequires: python3-libs |
| 22 |
+BuildRequires: xz-devel |
|
| 21 | 23 |
%description |
| 22 | 24 |
GDB, the GNU Project debugger, allows you to see what is going on |
| 23 | 25 |
`inside' another program while it executes -- or what |
| ... | ... |
@@ -60,6 +62,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 60 | 60 |
%{_mandir}/*/*
|
| 61 | 61 |
|
| 62 | 62 |
%changelog |
| 63 |
+* Tue Mar 13 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 7.8.2-9 |
|
| 64 |
+- Enable LZMA support. |
|
| 63 | 65 |
* Tue Sep 26 2017 Anish Swaminathan <anishs@vmware.com> 7.8.2-8 |
| 64 | 66 |
- Release bump for expat version update |
| 65 | 67 |
* Fri Aug 25 2017 Anish Swaminathan <anishs@vmware.com> 7.8.2-7 |