rpms/curl/devel 0106-curl-7.21.0-libssh2-valgrind.patch, NONE, 1.1 curl.spec, 1.161, 1.162

Kamil Dudka kdudka at fedoraproject.org
Wed Jun 16 14:18:50 UTC 2010


Author: kdudka

Update of /cvs/extras/rpms/curl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11449

Modified Files:
	curl.spec 
Added Files:
	0106-curl-7.21.0-libssh2-valgrind.patch 
Log Message:
- disable valgrind for certain test-cases (libssh2 problem)

0106-curl-7.21.0-libssh2-valgrind.patch:
 test604 |    3 +++
 test623 |    4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

--- NEW FILE 0106-curl-7.21.0-libssh2-valgrind.patch ---
 tests/data/test604 |    3 +++
 tests/data/test623 |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/tests/data/test604 b/tests/data/test604
index af0259f..2bcf7d1 100644
--- a/tests/data/test604
+++ b/tests/data/test604
@@ -26,5 +26,8 @@ SFTP retrieval of nonexistent file
 <errorcode>
 78
 </errorcode>
+<valgrind>
+disable
+</valgrind>
 </verify>
 </testcase>
diff --git a/tests/data/test623 b/tests/data/test623
index 19e505b..38a41d2 100644
--- a/tests/data/test623
+++ b/tests/data/test623
@@ -36,6 +36,8 @@ for ssh upload test
 <errorcode>
 79
 </errorcode>
-
+<valgrind>
+disable
+</valgrind>
 </verify>
 </testcase>


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -p -r1.161 -r1.162
--- curl.spec	16 Jun 2010 13:51:10 -0000	1.161
+++ curl.spec	16 Jun 2010 14:18:49 -0000	1.162
@@ -8,9 +8,6 @@ Source: http://curl.haxx.se/download/%{n
 Source2: curlbuild.h
 Source3: hide_selinux.c
 
-# upstream commit e32fe30d0cf7c1f7045ac0bd29322e7fb4feb5c8
-Patch0: 0000-curl-7.20.0-e32fe30.patch
-
 # patch making libcurl multilib ready
 Patch101: 0101-curl-7.20.0-multilib.patch
 
@@ -26,6 +23,9 @@ Patch104: 0104-curl-7.19.7-localhost6.pa
 # exclude test1112 from the test suite (#565305)
 Patch105: 0105-curl-7.20.0-disable-test1112.patch
 
+# disable valgrind for certain test-cases (libssh2 problem)
+Patch106: 0106-curl-7.21.0-libssh2-valgrind.patch
+
 Provides: webclient
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -94,14 +94,12 @@ for f in CHANGES README; do
     mv -f ${f}.utf8 ${f}
 done
 
-# revert an upstream commit which breaks Fedora builds
-%patch0 -p1 -R
-
 # Fedora patches
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
 %patch104 -p1
+%patch106 -p1
 
 # exclude test1112 from the test suite (#565305)
 %patch105 -p1
@@ -212,6 +210,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Jun 16 2010 Kamil Dudka <kdudka at redhat.com> 7.21.0-1
 - new upstream release, drop applied patches
 - update of %%description
+- disable valgrind for certain test-cases (libssh2 problem)
 
 * Tue May 25 2010 Kamil Dudka <kdudka at redhat.com> 7.20.1-6
 - fix -J/--remote-header-name to strip CR-LF (upstream patch)



More information about the scm-commits mailing list