Browse Source

curl-7.66.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12223 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
5d52635f3e
1 changed files with 5 additions and 6 deletions
  1. 5 6
      c/curl/curl-vl.spec

+ 5 - 6
c/curl/curl-vl.spec

@@ -7,7 +7,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.65.3
+Version: 7.66.0
 Release: 1%{?_dist_release}
 
 License: MIT
@@ -15,9 +15,6 @@ Group: Applications/Internet
 URL: http://curl.haxx.se/
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.xz
 
-# improve handling of gss_init_sec_context() failures
-Patch1:   0001-curl-7.65.3-negotiate-fails.patch
-
 # avoid reporting spurious error in the HTTP2 framing layer (#1690971)
 Patch2:   0002-curl-7.65.3-h2-framing-layer-error.patch
 
@@ -106,8 +103,6 @@ use cURL's capabilities internally.
 %setup -q 
 
 # upstream patches
-%patch1 -p1
-%patch2 -p1
 
 # Fedora patches
 %patch101 -p1
@@ -212,6 +207,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Sep 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.66.0-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+
 * Thu Aug 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.65.3-1
 - new upstream release.
 - updated patches.