]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
up to 12.18.2 auto/th/nodejs-12.18.2-1
authorJan Palus <atler@pld-linux.org>
Wed, 1 Jul 2020 20:26:19 +0000 (22:26 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 1 Jul 2020 20:27:29 +0000 (22:27 +0200)
require nghttp2 >= 1.41.0 for nghttp2_option_set_max_settings

nodejs.spec

index 6ce43ed63836aaa2b2f3a3b7fedf9b74f3da568f..bd3b78f3623c342b0ec7449c4f33282d132e1104 100644 (file)
@@ -22,12 +22,12 @@ Name:               nodejs
 # Active start: 2019-10-21
 # Maintenance start: October 2020
 # Maintenance end: April 2022
-Version:       12.16.1
-Release:       2
+Version:       12.18.2
+Release:       1
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
-# Source0-md5: 99f580f6066c53b7bf4b5f02b81dac29
+# Source0-md5: 9ad002a872543c606fad10370afda87c
 
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
@@ -45,7 +45,7 @@ BuildRequires:        llhttp-devel >= 2.0.1
 BuildRequires: libicu-devel >= 0.64
 BuildRequires: libstdc++-devel >= 6:4.8
 %{?with_system_uv:BuildRequires:       libuv-devel >= 1.34.0}
-BuildRequires: nghttp2-devel >= 1.40.0
+BuildRequires: nghttp2-devel >= 1.41.0
 BuildRequires: openssl-devel >= 1.0.1
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.7
@@ -57,7 +57,7 @@ BuildRequires:        sed >= 4.0
 BuildRequires: zlib-devel
 %{?with_http_parser:Requires:  http-parser >= 2.9.3}
 %{?with_system_uv:Requires:    libuv >= 1.34.0}
-Requires:      nghttp2-libs >= 1.40.0
+Requires:      nghttp2-libs >= 1.41.0
 Requires:      ca-certificates
 Provides:      nodejs(engine) = %{version}
 Provides:      nodejs(module-version) = %{node_module_version}
This page took 0.04534 seconds and 4 git commands to generate.