[node-gyp/f18] new upstream release 0.8.3

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 21 01:15:41 UTC 2013


commit f0950f7ae03d2820253bf0e92370bf663b616143
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Jan 20 18:15:01 2013 -0700

    new upstream release 0.8.3
    
    - add missing Requires on http-parser-devel

 node-gyp.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/node-gyp.spec b/node-gyp.spec
index b0603f7..d40e062 100644
--- a/node-gyp.spec
+++ b/node-gyp.spec
@@ -1,6 +1,6 @@
 Name:       node-gyp
-Version:    0.8.2
-Release:    3%{?dist}
+Version:    0.8.3
+Release:    1%{?dist}
 Summary:    Node.js native addon build tool
 License:    MIT
 Group:      System Environment/Libraries
@@ -21,8 +21,11 @@ Patch2:     node-gyp-system-gyp.patch
 
 BuildRequires:  nodejs-devel
 
+#gyp is the actual build framework node-gyp uses
 Requires: gyp
-Requires: nodejs-devel v8-devel libuv-devel
+#this is the standard set of headers expected to build any node native module
+Requires: nodejs-devel v8-devel libuv-devel http-parser-devel
+#we also need a C++ compiler to actually build stuff ;-)
 Requires: gcc-c++
 
 %description
@@ -65,6 +68,10 @@ rm -rf %{buildroot}
 %doc README.md LICENSE
 
 %changelog
+* Mon Jan 21 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.8.3-1
+- new upstream release 0.8.3
+- add missing Requires on http-parser-devel
+
 * Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.8.2-3
 - add missing build section
 


More information about the scm-commits mailing list