From cc0d5eb2e643873f8dc448769370c274be00de1d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Mar 2018 14:36:50 -0400 Subject: [PATCH] Fix embedded http-parser version Signed-off-by: Stephen Gallagher --- nodejs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index 1bc874f..27a1a3e 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -46,7 +46,7 @@ # http-parser - from deps/http_parser/http_parser.h %global http_parser_major 2 -%global http_parser_minor 7 +%global http_parser_minor 8 %global http_parser_patch 0 %global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch}