ソースを参照

upgrading package: curl 7.12.3 -> 7.13.0

Ralf S. Engelschall 21 年 前
コミット
7f411a5242
2 ファイル変更2 行追加23 行削除
  1. 0 19
      curl/curl.patch
  2. 2 4
      curl/curl.spec

+ 0 - 19
curl/curl.patch

@@ -1,19 +0,0 @@
-Index: lib/select.c
-diff -Nau lib/select.c.orig lib/select.c
---- lib/select.c.orig	Tue Dec 21 09:06:14 2004
-+++ lib/select.c	Tue Dec 21 09:06:27 2004
-@@ -23,11 +23,11 @@
- 
- #include "setup.h"
- 
--#ifdef HAVE_SYS_SELECT_H
--#include <sys/select.h>
--#endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h>
-+#endif
-+#ifdef HAVE_SYS_SELECT_H
-+#include <sys/select.h>
- #endif
- 
- #ifdef HAVE_SYS_TIME_H

+ 2 - 4
curl/curl.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        BASE
 Group:        Web
 License:      GPL
-Version:      7.12.3
-Release:      20050120
+Version:      7.13.0
+Release:      20050201
 
 #   package options
 %option       with_ssl   yes
@@ -43,7 +43,6 @@ Release:      20050120
 
 #   list of sources
 Source0:      http://curl.haxx.se/download/curl-%{version}.tar.bz2
-Patch0:       curl.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -81,7 +80,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     %{l_shtool} subst \