From eae5353202baa31b7209e78288b4c47d3eeddeef Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 12 Apr 2013 15:12:46 +0200 Subject: [PATCH] rename 0109-curl-7.30.0-tests-port-range.patch ... such that it is clear that it is an upstream patch --- ...ts-port-range.patch => 0001-curl-7.30.0-ddbda328.patch | 0 curl.spec | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename 0109-curl-7.30.0-tests-port-range.patch => 0001-curl-7.30.0-ddbda328.patch (100%) diff --git a/0109-curl-7.30.0-tests-port-range.patch b/0001-curl-7.30.0-ddbda328.patch similarity index 100% rename from 0109-curl-7.30.0-tests-port-range.patch rename to 0001-curl-7.30.0-ddbda328.patch diff --git a/curl.spec b/curl.spec index bfdf7bd..12da25e 100644 --- a/curl.spec +++ b/curl.spec @@ -7,6 +7,9 @@ Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma Source2: curlbuild.h +# prevent test-suite failure due to using non-default port ranges in tests +Patch1: 0001-curl-7.30.0-ddbda328.patch + # patch making libcurl multilib ready Patch101: 0101-curl-7.30.0-multilib.patch @@ -26,9 +29,6 @@ Patch107: 0107-curl-7.21.4-libidn-valgrind.patch # a simple iconv can't fix them Patch108: 0108-curl-7.30.0-utf8.patch -# prevent test-suite failure due to using non-default port ranges in tests -Patch109: 0109-curl-7.30.0-tests-port-range.patch - Provides: webclient URL: http://curl.haxx.se/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) @@ -117,7 +117,7 @@ cd tests/data/ sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test* cd - -%patch109 -p1 +%patch1 -p1 # disable test 1112 (#565305) printf "1112\n" >> tests/data/DISABLED