summaryrefslogtreecommitdiff
path: root/http-parser.spec
diff options
context:
space:
mode:
authorJakub Bogusz2018-02-15 21:11:13 (GMT)
committerJakub Bogusz2018-02-15 21:11:13 (GMT)
commit3f5545e74a361d2a7cd32677a9681b0a143e8655 (patch)
tree36c50a1ec96c7fce942ebdc23810108779b17b1b /http-parser.spec
parent5d0c3a9ffb05b270a117c1b7e78e19ce415e9909 (diff)
downloadhttp-parser-3f5545e74a361d2a7cd32677a9681b0a143e8655.zip
http-parser-3f5545e74a361d2a7cd32677a9681b0a143e8655.tar.gz
- updated to 2.8.0auto/th/http-parser-2.8.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 788226b..1c36716 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.7.1
+Version: 2.8.0
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: 31c6fefb6208b16d19b3f990e71cb04a
+# Source0-md5: 43ea1e49447aa0be4ed6adc6cf300a38
# 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 7
-%define somicro 1
+%define sominor 8
+%define somicro 0
%description
This is a parser for HTTP messages written in C. It parses both