Update to 4.3.1 upstream LTS release
This commit is contained in:
		
							parent
							
								
									4a94b49f01
								
							
						
					
					
						commit
						c7bce4c5ec
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -37,3 +37,4 @@ | |||||||
| /node-v4.2.4-stripped.tar.gz | /node-v4.2.4-stripped.tar.gz | ||||||
| /node-v4.2.6-stripped.tar.gz | /node-v4.2.6-stripped.tar.gz | ||||||
| /node-v4.3.0-stripped.tar.gz | /node-v4.3.0-stripped.tar.gz | ||||||
|  | /node-v4.3.1-stripped.tar.gz | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ | |||||||
| # == Node.js Version == | # == Node.js Version == | ||||||
| %global nodejs_major 4 | %global nodejs_major 4 | ||||||
| %global nodejs_minor 3 | %global nodejs_minor 3 | ||||||
| %global nodejs_patch 0 | %global nodejs_patch 1 | ||||||
| %global nodejs_abi %{nodejs_major}.%{nodejs_minor} | %global nodejs_abi %{nodejs_major}.%{nodejs_minor} | ||||||
| %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} | %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} | ||||||
| 
 | 
 | ||||||
| @ -32,7 +32,7 @@ | |||||||
| # http-parser - from deps/http-parser/http_parser.h | # http-parser - from deps/http-parser/http_parser.h | ||||||
| %global http_parser_major 2 | %global http_parser_major 2 | ||||||
| %global http_parser_minor 5 | %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} | %global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch} | ||||||
| 
 | 
 | ||||||
| # punycode - from lib/punycode.js | # punycode - from lib/punycode.js | ||||||
| @ -44,7 +44,7 @@ | |||||||
| 
 | 
 | ||||||
| Name: nodejs | Name: nodejs | ||||||
| Version: %{nodejs_version} | Version: %{nodejs_version} | ||||||
| Release: 3%{?dist} | Release: 1%{?dist} | ||||||
| Summary: JavaScript runtime | Summary: JavaScript runtime | ||||||
| License: MIT and ASL 2.0 and ISC and BSD | License: MIT and ASL 2.0 and ISC and BSD | ||||||
| Group: Development/Languages | Group: Development/Languages | ||||||
| @ -264,6 +264,9 @@ mv %{buildroot}/%{_datadir}/doc/node/gdbinit %{buildroot}/%{_pkgdocdir}/gdbinit | |||||||
| %{_pkgdocdir}/html | %{_pkgdocdir}/html | ||||||
| 
 | 
 | ||||||
| %changelog | %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 | * Wed Feb 10 2016 Tom Hughes <tom@compton.nu> - 4.3.0-3 | ||||||
| - Verify that the built node reports the expected versions | - Verify that the built node reports the expected versions | ||||||
| - Drop unneeded dep on http-parser-devel | - Drop unneeded dep on http-parser-devel | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user