summaryrefslogtreecommitdiff
path: root/http-parser.spec
diff options
context:
space:
mode:
authorJakub Bogusz2019-05-26 18:37:41 (GMT)
committerJakub Bogusz2019-05-26 18:37:41 (GMT)
commita4dd283e0bf69a36ecb33bdbd4590466cab7e9fb (patch)
treed88dad93f39b9594549f1921aab38fd5a99b6919 /http-parser.spec
parent91ae93dc1488418953535ac342d1c6edf1ab9b15 (diff)
downloadhttp-parser-a4dd283e0bf69a36ecb33bdbd4590466cab7e9fb.zip
http-parser-a4dd283e0bf69a36ecb33bdbd4590466cab7e9fb.tar.gz
- updated to 2.9.2auto/th/http-parser-2.9.2-1
Diffstat (limited to 'http-parser.spec')
-rw-r--r--http-parser.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/http-parser.spec b/http-parser.spec
index 4fadbae..a4f5d93 100644
--- a/http-parser.spec
+++ b/http-parser.spec
@@ -1,13 +1,13 @@
Summary: HTTP request/response parser for C
Summary(pl.UTF-8): Analizator żądań/odpowiedzi HTTP dla C
Name: http-parser
-Version: 2.8.1
+Version: 2.9.2
Release: 1
License: MIT
Group: Libraries
#Source0Download: https://github.com/nodejs/http-parser/releases
Source0: https://github.com/nodejs/http-parser/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: cb8cbe17d68c4101eebe80229e32efdb
+# Source0-md5: aaf0421392e1c0d1f2d51ec9f0e08cc1
# Build shared library with SONAME using gyp and remove -O flags so optflags take over
# TODO: do this nicely upstream
Patch0: %{name}-gyp-sharedlib.patch
@@ -18,8 +18,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# we use the upstream version from http_parser.h as the SONAME
%define somajor 2
-%define sominor 8
-%define somicro 1
+%define sominor 9
+%define somicro 2
%description
This is a parser for HTTP messages written in C. It parses both