Author: glen                         Date: Wed Jun 20 10:26:46 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- WAF MUST DIE, executable bit missing yet again

---- Files affected:
packages/nodejs-microtime:
   nodejs-microtime.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/nodejs-microtime/nodejs-microtime.spec
diff -u packages/nodejs-microtime/nodejs-microtime.spec:1.2 
packages/nodejs-microtime/nodejs-microtime.spec:1.3
--- packages/nodejs-microtime/nodejs-microtime.spec:1.2 Sun Jun 17 19:36:51 2012
+++ packages/nodejs-microtime/nodejs-microtime.spec     Wed Jun 20 12:26:41 2012
@@ -3,7 +3,7 @@
 Summary:       Get the current time in microseconds
 Name:          nodejs-%{pkg}
 Version:       0.2.0
-Release:       2
+Release:       3
 License:       MIT
 Group:         Development/Libraries
 URL:           https://github.com/wadey/node-microtime
@@ -48,6 +48,8 @@
 node-waf install \
        --destdir=$RPM_BUILD_ROOT
 
+chmod a+x $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}/microtime.node
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2012/06/20 10:26:41  glen
+- WAF MUST DIE, executable bit missing yet again
+
 Revision 1.2  2012/06/17 17:36:51  glen
 - not noarch
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/packages/nodejs-microtime/nodejs-microtime.spec?r1=1.2&r2=1.3

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to