[nodejs-css-stringify/epel7] disable tests to avoid dep loop

T.C. Hollingsworth patches at fedoraproject.org
Tue Jul 29 23:06:11 UTC 2014


commit 40b0aa4b5de64bfb78a875959fc3a783a9e286f2
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Jul 29 16:06:00 2014 -0700

    disable tests to avoid dep loop
    
      (mocha BRs nodejs-css BRs nodejs-css-stringify which BRs mocha)

 nodejs-css-stringify.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-css-stringify.spec b/nodejs-css-stringify.spec
index a89f803..73d7979 100644
--- a/nodejs-css-stringify.spec
+++ b/nodejs-css-stringify.spec
@@ -2,11 +2,11 @@
 
 %global commit 74a42f06087891273274acf2e30065ee9454bd66
 
-%global enable_tests 1
+%global enable_tests 0
 
 Name:       nodejs-css-stringify
 Version:    1.4.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A CSS compiler for Node.js
 License:    MIT
 Group:      System Environment/Libraries
@@ -64,5 +64,9 @@ cp -pr package.json index.js lib/ \
 
 
 %changelog
+* Tue Jul 29 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.4.1-2
+- disable tests to avoid dep loop
+  (mocha BRs nodejs-css BRs nodejs-css-stringify which BRs mocha)
+
 * Sun Mar 02 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.4.1-1
 - initial package


More information about the scm-commits mailing list