From 4cc50c48479e80bb9379228ef30f2686b0d8224d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Nov 14 2015 11:30:30 +0000 Subject: Update for changes to coffee-script --- diff --git a/nodejs-watchit.spec b/nodejs-watchit.spec index 472bdd3..ed65725 100644 --- a/nodejs-watchit.spec +++ b/nodejs-watchit.spec @@ -4,7 +4,7 @@ Name: nodejs-watchit Version: 0.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A sensible wrapper around fs.watch for Node.js # Upstream have been informed about missing LICENSE: # https://github.com/TrevorBurnham/Watchit/issues/6 @@ -59,7 +59,7 @@ cp -pr package.json lib/ \ # Broken test which upstream haven't fixed: # https://github.com/TrevorBurnham/Watchit/issues/5 rm -f test/include.coffee -%{nodejs_sitelib}/mocha/bin/mocha --compilers coffee:coffee-script \ +%{nodejs_sitelib}/mocha/bin/mocha --compilers coffee:coffee-script/register \ --require test/common.js --growl %endif @@ -70,6 +70,9 @@ rm -f test/include.coffee %changelog +* Sat Nov 14 2015 Tom Hughes - 0.0.4-9 +- update for changes to coffee-script + * Wed Jun 17 2015 Fedora Release Engineering - 0.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild