mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Update to 6.14.0
https://nodejs.org/en/blog/release/v6.14.0/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
374ae23edf
commit
a790dbdf3d
4 changed files with 12 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -77,3 +77,4 @@
|
|||
/node-v6.12.2-stripped.tar.gz
|
||||
/node-v6.12.3-stripped.tar.gz
|
||||
/node-v6.13.1-stripped.tar.gz
|
||||
/node-v6.14.0-stripped.tar.gz
|
||||
|
|
|
@ -5,3 +5,6 @@ wget http://nodejs.org/dist/v${version}/node-v${version}.tar.gz
|
|||
tar -zxf node-v${version}.tar.gz
|
||||
rm -rf node-v${version}/deps/openssl
|
||||
tar -zcf node-v${version}-stripped.tar.gz node-v${version}
|
||||
|
||||
echo "Now make sure to run:"
|
||||
echo "fedpkg new-sources node-v${version}-stripped.tar.gz"
|
||||
|
|
10
nodejs.spec
10
nodejs.spec
|
@ -18,8 +18,8 @@
|
|||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 6
|
||||
%global nodejs_minor 13
|
||||
%global nodejs_patch 1
|
||||
%global nodejs_minor 14
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 1
|
||||
|
@ -42,7 +42,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}
|
||||
|
||||
|
@ -443,6 +443,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
|||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Wed Mar 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:6.14.0-1
|
||||
- Update to 6.14.0
|
||||
- https://nodejs.org/en/blog/release/v6.14.0/
|
||||
|
||||
* Thu Mar 08 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:6.13.1-1
|
||||
- Update to 6.13.1
|
||||
- https://nodejs.org/en/blog/release/v6.12.4/
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (node-v6.13.1-stripped.tar.gz) = 09a2cc205d747c20d21865f7c877b12223e1050e1c57b5a382eaed868a36536878538f8cd65125ab3f89e94c8f178cbf60ff97632aa8ae621718ad385ff51c88
|
||||
SHA512 (node-v6.14.0-stripped.tar.gz) = 6db788a179dd801ecc349378ab1cdb969530cc1ce3d05473f19435d4ebedec79802f2c28caa644a44904de290e4709167c4a81d714048e348528aae69d4d0fb6
|
||||
|
|
Loading…
Reference in a new issue