summaryrefslogtreecommitdiff
path: root/http-parser.spec
diff options
context:
space:
mode:
authorJakub Bogusz2015-09-30 16:18:09 (GMT)
committerJakub Bogusz2015-09-30 16:18:09 (GMT)
commit679d86f4196065bd30ed6437852a765aad526972 (patch)
tree9732c3159bd5f6e4a4a730dfb2182555fcea52f5 /http-parser.spec
parent33618b37c1d3fc4e158c789e4adf327b16755203 (diff)
downloadhttp-parser-679d86f4196065bd30ed6437852a765aad526972.zip
http-parser-679d86f4196065bd30ed6437852a765aad526972.tar.gz
- updated to 2.5.0auto/th/http-parser-2.5.0-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 8145867..f2bdcb9 100644
--- a/http-parser.spec
+++ b/http-parser.spec
@@ -1,12 +1,12 @@
Summary: HTTP request/response parser for C
Summary(pl.UTF-8): Analizator żądań/odpowiedzi HTTP dla C
Name: http-parser
-Version: 2.4.2
+Version: 2.5.0
Release: 1
License: MIT
Group: Libraries
Source0: https://github.com/joyent/http-parser/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 320b65ff6d79c7d3a2fa88d5ea94196a
+# Source0-md5: 6172c0d2fbc10d2b57ff05f03b67312f
# 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
@@ -17,8 +17,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 4
-%define somicro 2
+%define sominor 5
+%define somicro 0
%description
This is a parser for HTTP messages written in C. It parses both