[curl] rename patches to reflect the curl version they apply to

Kamil Dudka kdudka at fedoraproject.org
Wed Jun 26 16:13:44 UTC 2013


commit c5085749c310ea1568cec02bff74013b4bf4c1f4
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Jun 26 18:05:12 2013 +0200

    rename patches to reflect the curl version they apply to

 ...ltilib.patch => 0101-curl-7.31.0-multilib.patch |    0
 ...0.0-debug.patch => 0102-curl-7.31.0-debug.patch |    0
 ....30.0-utf8.patch => 0108-curl-7.31.0-utf8.patch |    0
 curl.spec                                          |    6 +++---
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/0101-curl-7.30.0-multilib.patch b/0101-curl-7.31.0-multilib.patch
similarity index 100%
rename from 0101-curl-7.30.0-multilib.patch
rename to 0101-curl-7.31.0-multilib.patch
diff --git a/0102-curl-7.30.0-debug.patch b/0102-curl-7.31.0-debug.patch
similarity index 100%
rename from 0102-curl-7.30.0-debug.patch
rename to 0102-curl-7.31.0-debug.patch
diff --git a/0108-curl-7.30.0-utf8.patch b/0108-curl-7.31.0-utf8.patch
similarity index 100%
rename from 0108-curl-7.30.0-utf8.patch
rename to 0108-curl-7.31.0-utf8.patch
diff --git a/curl.spec b/curl.spec
index 17bd7e2..19ce1fa 100644
--- a/curl.spec
+++ b/curl.spec
@@ -11,10 +11,10 @@ Source2: curlbuild.h
 Patch1: 0001-curl-7.31.0-02964ed6.patch
 
 # patch making libcurl multilib ready
-Patch101: 0101-curl-7.30.0-multilib.patch
+Patch101: 0101-curl-7.31.0-multilib.patch
 
 # prevent configure script from discarding -g in CFLAGS (#496778)
-Patch102: 0102-curl-7.30.0-debug.patch
+Patch102: 0102-curl-7.31.0-debug.patch
 
 # use localhost6 instead of ip6-localhost in the curl test-suite
 Patch104: 0104-curl-7.19.7-localhost6.patch
@@ -27,7 +27,7 @@ Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
 
 # Fix character encoding of docs, which are of mixed encoding originally so
 # a simple iconv can't fix them
-Patch108: 0108-curl-7.30.0-utf8.patch
+Patch108: 0108-curl-7.31.0-utf8.patch
 
 Provides: webclient
 URL: http://curl.haxx.se/


More information about the scm-commits mailing list