From 98764465be78a7ee6a10821d2b0954dd93aaa6fe Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 19 Aug 2010 15:17:41 +0100 Subject: [PATCH] Rename patches to reflect the curl version they apply to --- ...7.20.0-multilib.patch => 0101-curl-7.21.1-multilib.patch | 0 0102-curl-7.20.0-lrt.patch => 0102-curl-7.21.1-lrt.patch | 0 ...-curl-7.19.4-debug.patch => 0103-curl-7.21.1-debug.patch | 0 curl.spec | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename 0101-curl-7.20.0-multilib.patch => 0101-curl-7.21.1-multilib.patch (100%) rename 0102-curl-7.20.0-lrt.patch => 0102-curl-7.21.1-lrt.patch (100%) rename 0103-curl-7.19.4-debug.patch => 0103-curl-7.21.1-debug.patch (100%) diff --git a/0101-curl-7.20.0-multilib.patch b/0101-curl-7.21.1-multilib.patch similarity index 100% rename from 0101-curl-7.20.0-multilib.patch rename to 0101-curl-7.21.1-multilib.patch diff --git a/0102-curl-7.20.0-lrt.patch b/0102-curl-7.21.1-lrt.patch similarity index 100% rename from 0102-curl-7.20.0-lrt.patch rename to 0102-curl-7.21.1-lrt.patch diff --git a/0103-curl-7.19.4-debug.patch b/0103-curl-7.21.1-debug.patch similarity index 100% rename from 0103-curl-7.19.4-debug.patch rename to 0103-curl-7.21.1-debug.patch diff --git a/curl.spec b/curl.spec index 9e5946d..7ce9499 100644 --- a/curl.spec +++ b/curl.spec @@ -15,13 +15,13 @@ Patch1: 0001-curl-7.21.1-a6e088e.patch Patch2: 0002-curl-7.21.1-5907777.patch # patch making libcurl multilib ready -Patch101: 0101-curl-7.20.0-multilib.patch +Patch101: 0101-curl-7.21.1-multilib.patch # force -lrt when linking the curl tool and test-cases -Patch102: 0102-curl-7.20.0-lrt.patch +Patch102: 0102-curl-7.21.1-lrt.patch # prevent configure script from discarding -g in CFLAGS (#496778) -Patch103: 0103-curl-7.19.4-debug.patch +Patch103: 0103-curl-7.21.1-debug.patch # use localhost6 instead of ip6-localhost in the curl test-suite Patch104: 0104-curl-7.19.7-localhost6.patch