mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Update to 4.3.1 upstream LTS release
This commit is contained in:
parent
4a94b49f01
commit
c7bce4c5ec
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -37,3 +37,4 @@
|
|||
/node-v4.2.4-stripped.tar.gz
|
||||
/node-v4.2.6-stripped.tar.gz
|
||||
/node-v4.3.0-stripped.tar.gz
|
||||
/node-v4.3.1-stripped.tar.gz
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# == Node.js Version ==
|
||||
%global nodejs_major 4
|
||||
%global nodejs_minor 3
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_patch 1
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
# http-parser - from deps/http-parser/http_parser.h
|
||||
%global http_parser_major 2
|
||||
%global http_parser_minor 5
|
||||
%global http_parser_patch 1
|
||||
%global http_parser_patch 2
|
||||
%global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch}
|
||||
|
||||
# punycode - from lib/punycode.js
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
Name: nodejs
|
||||
Version: %{nodejs_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: JavaScript runtime
|
||||
License: MIT and ASL 2.0 and ISC and BSD
|
||||
Group: Development/Languages
|
||||
|
@ -264,6 +264,9 @@ mv %{buildroot}/%{_datadir}/doc/node/gdbinit %{buildroot}/%{_pkgdocdir}/gdbinit
|
|||
%{_pkgdocdir}/html
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2016 Tom Hughes <tom@compton.nu> - 4.3.1-1
|
||||
- Update to 4.3.1 upstream LTS release
|
||||
|
||||
* Wed Feb 10 2016 Tom Hughes <tom@compton.nu> - 4.3.0-3
|
||||
- Verify that the built node reports the expected versions
|
||||
- Drop unneeded dep on http-parser-devel
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
675b21f124d85b42391e581d0071d92c node-v4.3.0-stripped.tar.gz
|
||||
0bda97bcbe9e93d11a85d6433d07bc9e node-v4.3.1-stripped.tar.gz
|
||||
|
|
Loading…
Reference in a new issue