Browse Source

git-2.19.1-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11900 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
1b434cbaa7
1 changed files with 7 additions and 2 deletions
  1. 7 2
      g/git/git-vl.spec

+ 7 - 2
g/git/git-vl.spec

@@ -6,7 +6,7 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name:    git
 Version: 2.19.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Summary: Core git tools
 Summary(ja): Core git ツール
 License:  GPLv2
@@ -21,7 +21,8 @@ Source10: %{name}-install.sh
 Source11: %{name}-remove.sh
 Source12: git-init.el
 Patch0:   git-1.5-gitweb-home-link.patch
-
+Patch1000: git-curl-disable-http2.patch
+	
 # Security
 # none
 
@@ -189,6 +190,7 @@ Header files for git-core.
 %prep
 %setup -q
 %patch0 -p1
+%patch1000 -p1
 
 # for pcre-8.12
 %if %{?_dist_release} == "vl6"
@@ -447,6 +449,9 @@ fi
 # No files for you!
 
 %changelog
+* Mon Nov 12 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.19.1-2
+- added Patch1000 to disable HTTP/2.
+
 * Fri Nov 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.19.1-1
 - updated to 2.19.1.