rpms/gdb/devel gdb.spec,1.270,1.271

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Sat Mar 1 08:04:14 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16863

Modified Files:
	gdb.spec 
Log Message:
* Sat Mar  1 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.1-16
- Run the full testsuite also in the `-fPIE -pie' mode.



Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- gdb.spec	25 Feb 2008 09:25:51 -0000	1.270
+++ gdb.spec	1 Mar 2008 08:03:38 -0000	1.271
@@ -11,7 +11,7 @@
 Version: 6.7.1
 
 # The release always contains a leading reserved number, start it at 1.
-Release: 15%{?dist}
+Release: 16%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -661,6 +661,9 @@
     mv -f ../../gdb/testsuite/$test ../gdb/testsuite/$test-DISABLED || :
   done
 
+  # Run all the scheduled testsuite runs also in the PIE mode.
+  CHECK="$(echo $CHECK|sed 's#check//unix/[^ ]*#& &/-fPIE/-pie#g')"
+
   for CURRENT in $CHECK
   do
     ./orphanripper make -k $CURRENT || :
@@ -760,6 +763,9 @@
 %{_mandir}/*/gdbserver.1*
 
 %changelog
+* Sat Mar  1 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.1-16
+- Run the full testsuite also in the `-fPIE -pie' mode.
+
 * Mon Feb 25 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.1-15
 - New --with parameters `testsuite' and `debug'.
   - Testsuite is now run during the build only on explicit `--with testsuite'.




More information about the fedora-extras-commits mailing list