diff --git a/curl-7.20.0-disable-test1112.patch b/curl-7.20.0-disable-test1112.patch new file mode 100644 index 0000000..c65270c --- /dev/null +++ b/curl-7.20.0-disable-test1112.patch @@ -0,0 +1,13 @@ +diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am +index 0a9ac54..6d75468 100644 +--- a/tests/data/Makefile.am ++++ b/tests/data/Makefile.am +@@ -64,7 +64,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ + test1097 test560 test561 test1098 test1099 test562 test563 test1100 \ + test564 test1101 test1102 test1103 test1104 test299 test310 test311 \ + test312 test1105 test565 test800 test1106 test801 test566 test802 test803 \ +- test1107 test1108 test1109 test1110 test1111 test1112 test129 test567 \ ++ test1107 test1108 test1109 test1110 test1111 test129 test567 \ + test568 test569 test570 test571 + + filecheck: diff --git a/curl.spec b/curl.spec index cd63ca4..7ff4d21 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.20.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -29,6 +29,9 @@ Patch105: curl-7.19.7-localhost6.patch # NOTE: this is a temporary workaround only Patch106: curl-7.19.7-ares-ipv6.patch +# exclude test1112 from the test suite (#565305) +Patch107: curl-7.20.0-disable-test1112.patch + Provides: webclient URL: http://curl.haxx.se/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -105,6 +108,10 @@ use cURL's capabilities internally. %patch106 -p1 +# exclude test1112 from the test suite (#565305) +%patch107 -p1 +rm -f tests/data/test1112 + autoreconf # replace hard wired port numbers in the test suite @@ -196,6 +203,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Wed Feb 24 2010 Kamil Dudka 7.20.0-2 +- exclude test1112 from the test suite (#565305) + * Thu Feb 11 2010 Kamil Dudka 7.20.0-1 - new upstream release - added support for IMAP(S), POP3(S), SMTP(S) and RTSP - dropped patches applied upstream