Browse Source

nghttp2-1.34.0-1

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

+ 4 - 2
n/nghttp2/nghttp2-vl.spec

@@ -8,7 +8,7 @@
 Summary: Experimental HTTP/2 client, server and proxy
 Summary(ja): HTTP/2クライアント・サーバ・プロキシの実験的実装
 Name: nghttp2
-Version: 1.31.0
+Version: 1.34.0
 Release: 1%{?_dist_release}
 License: MIT
 Group: Applications/Internet
@@ -113,7 +113,6 @@ for building applications with libnghttp2.
 
 
 %build
-LIBEV_CFLAGS=`pkg-config --cflags libev`
 CFLAGS="%{optflags} -fPIC $LIBEV_CFLAGS"    \
 CXXFLAGS="%{optflags} -fPIC $LIBEV_CFLAGS"  \
 %configure                                  \
@@ -214,6 +213,9 @@ make %{?_smp_mflags} check
 %endif
 
 %changelog
+* Sat Nov 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.34.0-1
+- new upstream release.
+
 * Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.31.0-1
 - new upstream release.