rpms/curl/F-12 curl.spec,1.129,1.130

Kamil Dudka kdudka at fedoraproject.org
Wed Dec 9 19:15:29 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/curl/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17457

Modified Files:
	curl.spec 
Log Message:
- replace hard wired port numbers in the test suite


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/F-12/curl.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -r1.129 -r1.130
--- curl.spec	9 Dec 2009 18:06:57 -0000	1.129
+++ curl.spec	9 Dec 2009 19:15:29 -0000	1.130
@@ -95,6 +95,9 @@ use cURL's capabilities internally.
 
 autoconf
 
+# replace hard wired port numbers in the test suite
+sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ tests/data/test*
+
 # Convert docs to UTF-8
 for f in CHANGES README; do
 	iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
@@ -121,7 +124,7 @@ cd tests
 make %{?_smp_mflags}
 # use different port range for 32bit and 64bit build, thus make it possible
 # to run both in parallel on the same machine
-./runtests.pl -a -b89%{?__isa_bits} -p -v
+./runtests.pl -a -b%{?__isa_bits}90 -p -v
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -182,6 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Dec 09 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-5
 - use different port numbers for 32bit and 64bit builds
+- replace hard wired port numbers in the test suite
 
 * Tue Dec 08 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-4
 - avoid use of uninitialized value in lib/nss.c




More information about the scm-commits mailing list