[nodejs-jasmine-growl-reporter/epel7] disable tests to avoid dep loop

T.C. Hollingsworth patches at fedoraproject.org
Thu Jul 31 01:36:32 UTC 2014


commit d3bb299c0c670e18accceb9da69d0692c062f7e7
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Jul 30 18:36:25 2014 -0700

    disable tests to avoid dep loop
    
      (jasmine-node BRs nodejs-jasmine-growl-reporter which BRs jasmine-node)

 nodejs-jasmine-growl-reporter.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-jasmine-growl-reporter.spec b/nodejs-jasmine-growl-reporter.spec
index 610478e..e5d843b 100644
--- a/nodejs-jasmine-growl-reporter.spec
+++ b/nodejs-jasmine-growl-reporter.spec
@@ -1,10 +1,10 @@
 %{?nodejs_find_provides_and_requires}
 
-%global enable_tests 1
+%global enable_tests 0
 
 Name:       nodejs-jasmine-growl-reporter
 Version:    0.2.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Growl notifications when running Jasmine tests
 License:    MIT
 Group:      System Environment/Libraries
@@ -58,6 +58,10 @@ cp -pr package.json index.js lib/ \
 
 
 %changelog
+* Thu Jul 31 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.1-2
+- disable tests to avoid dep loop
+  (jasmine-node BRs nodejs-jasmine-growl-reporter which BRs jasmine-node)
+
 * Sat Apr 26 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-1
 - update to upstream release 0.2.1
 


More information about the scm-commits mailing list