[nodejs-diff/epel7] disable tests to avoid dep loop (mocha BRs nodejs-diff which BRs mocha)

T.C. Hollingsworth patches at fedoraproject.org
Tue Jul 29 12:14:00 UTC 2014


commit 8ff0fa72b5461288242f06e7f0b3e91eddac2c44
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Jul 29 05:13:51 2014 -0700

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

 nodejs-diff.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-diff.spec b/nodejs-diff.spec
index c477423..0d2f1d8 100644
--- a/nodejs-diff.spec
+++ b/nodejs-diff.spec
@@ -1,10 +1,10 @@
 %{?nodejs_find_provides_and_requires}
 
-%global enable_tests 1
+%global enable_tests 0
 
 Name:       nodejs-diff
 Version:    1.0.8
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A JavaScript text diff implementation for Node.js
 # LICENSE text is included in README.md
 License:    BSD
@@ -64,6 +64,9 @@ cp -pr package.json diff.js \
 
 
 %changelog
+* Tue Jul 29 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.8-2
+- disable tests to avoid dep loop (mocha BRs nodejs-diff which BRs mocha)
+
 * Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.8-1
 - update to upstream release 1.0.8
 


More information about the scm-commits mailing list