rpms/gdb/devel gdb.spec,1.315,1.316

Jan Kratochvil jkratoch at fedoraproject.org
Mon Dec 1 18:07:49 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8159

Modified Files:
	gdb.spec 
Log Message:
* Mon Dec  1 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-33
- Make `--with testsuite' BuildRequires properly conditional.



Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- gdb.spec	1 Dec 2008 16:25:47 -0000	1.315
+++ gdb.spec	1 Dec 2008 18:07:19 -0000	1.316
@@ -13,7 +13,7 @@
 
 # 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: 32%{?_with_upstream:.upstream}%{?dist}
+Release: 33%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -428,15 +428,14 @@
 # Enable ia64 hardware watchpoints if created before starting inferior.
 Patch349: gdb-6.8-ia64-exec-hw-watchpoint.patch
 
-BuildRequires: ncurses-devel texinfo dejagnu gettext
-BuildRequires: flex bison sharutils expat-devel
+BuildRequires: ncurses-devel texinfo gettext flex bison expat-devel
 Requires: readline
 BuildRequires: readline-devel
 Requires: rpm-libs
 BuildRequires: rpm-devel
 
-# BuildRequires are set here only for the complete testsuite run.
 %if 0%{?_with_testsuite:1}
+BuildRequires: sharutils dejagnu
 # gcc-objc++ is not covered by the GDB testsuite.
 BuildRequires: gcc gcc-c++ gcc-gfortran gcc-java gcc-objc fpc
 # Ensure the devel libraries are installed for both multilib arches.
@@ -896,6 +895,9 @@
 %endif
 
 %changelog
+* Mon Dec  1 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-33
+- Make `--with testsuite' BuildRequires properly conditional.
+
 * Mon Dec  1 2008 Stepan Kasal <skasal at redhat.com> - 6.8-32
 - Remove trivial BuildRequires, use rpm macros in a few remaining places.
 




More information about the fedora-extras-commits mailing list