[packages/nodejs] a bit doc for NODE_MODULE_VERSION

glen glen at pld-linux.org
Tue Oct 18 10:27:16 CEST 2016


commit e9b6043f3858e8ca4ad55249241af204ddfed837
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Oct 18 11:27:03 2016 +0300

    a bit doc for NODE_MODULE_VERSION

 nodejs.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 6c24daf..43f949d 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -10,7 +10,11 @@
 # NOTES:
 # - https://nodejs.org/en/download/releases/
 
-# see "Modules" column in https://nodejs.org/en/download/releases/
+# NODE_MODULE_VERSION refers to the ABI (application binary interface) version
+# number of Node.js, used to determine which versions of Node.js compiled C++
+# add-on binaries can be loaded in to without needing to be re-compiled. It
+# used to be stored as hex value in earlier versions, but is now represented as
+# an integer.
 %define		node_module_version	46
 Summary:	Asynchronous JavaScript Engine
 Name:		nodejs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs.git/commitdiff/e9b6043f3858e8ca4ad55249241af204ddfed837



More information about the pld-cvs-commit mailing list