rpms/cppad/F-8 cppad.spec,1.5,1.6

Bradley M. Bell (bradbell) fedora-extras-commits at redhat.com
Sat Jan 12 14:43:48 UTC 2008


Author: bradbell

Update of /cvs/pkgs/rpms/cppad/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv641

Modified Files:
	cppad.spec 
Log Message:
remove speed/example/speed_test from set of tests that are executed


Index: cppad.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppad/F-8/cppad.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cppad.spec	11 Jan 2008 19:42:11 -0000	1.5
+++ cppad.spec	12 Jan 2008 14:43:14 -0000	1.6
@@ -13,7 +13,7 @@
 # ---------------------------------------------------------------------------- 
 Name: cppad
 Version: 20071229
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: %{name} base package (not installed)
 
 Group: Development/Libraries 
@@ -66,6 +66,9 @@
 EOF
 sed -i.stamp example/example.cpp -f example.sed
 
+# See Sat Jan 12 2008  log entry
+sed -i.stamp speed/example/example.cpp -e '/Run(speed_test,/d'
+
 # remove setting of permissions in documentation destination directory
 sed -i.stamp makefile.am -e '/chmod -R .* $(docdir_3)/d'
 sed -i.stamp makefile.in -e '/chmod -R .* $(docdir_3)/d'
@@ -104,7 +107,11 @@
 
 # ----------------------------------------------------------------------------
 %changelog
-* Thu Jan 11 2008  Brad Bell <bradbell at seanet dot com> 20071229-5
+* Sat Jan 12 2008  Brad Bell <bradbell at seanet dot com> 20071229-6
+- Remove speed estimation correctness test because we are not in control of 
+- which other jobs are on the machine that is doing the rpmbuild.
+
+* Fri Jan 11 2008  Brad Bell <bradbell at seanet dot com> 20071229-5
 - Remove introduction/exp_apx/exp_apx from the set of tests 
 - (which should have been done in 20071229-4). 
 - From now on test building rpm locally before making tags.




More information about the fedora-extras-commits mailing list