#1 Update grunt to 1.0.4, disable tests for re-bootstrapping
Merged 4 years ago by sgallagh. Opened 4 years ago by tc01.
rpms/ tc01/nodejs-grunt master  into  master

file modified
+1
@@ -2,3 +2,4 @@ 

  /grunt-0.4.4.tgz

  /grunt-0.4.5.tar.gz

  /grunt-1.0.1.tar.gz

+ /grunt-1.0.4.tar.gz

file modified
+10 -4
@@ -1,8 +1,8 @@ 

- %global enable_tests 1

+ %global enable_tests 0

  

  Name:       nodejs-grunt

- Version:    1.0.1

- Release:    11%{?dist}

+ Version:    1.0.4

+ Release:    1%{?dist}

  Summary:    Grunt is a JavaScript library used for automation and running tasks

  License:    MIT

  URL:        https://github.com/gruntjs/grunt
@@ -61,7 +61,10 @@ 

  %nodejs_fixdep rimraf '^2.0'

  %nodejs_fixdep js-yaml '^3.5.0'

  

- 

+ # coffee-script was renamed to coffeescript...

+ # But we still ship coffee-script. So remove the

+ # npm(coffeescript) dep entirely

+ %nodejs_fixdep -r coffeescript

  

  %build

  #nothing to do
@@ -89,6 +92,9 @@ 

  

  

  %changelog

+ * Tue Sep 17 2019 Ben Rosser <rosser.bjr@gmail.com> - 1.0.4-1

+ - Update to latest upstream release.

+ 

  * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-11

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- dc6e1c7575c3e9640ab3a3c2faff3c80  grunt-1.0.1.tar.gz

+ SHA512 (grunt-1.0.4.tar.gz) = 225242c688348c1e49d035bf8eed24bb1b521842a2e6ee9870e69ba7798b884de8b5257d33d1d4487adb0304020701693777a98265ce463178b74e31ec4b8a87

This updates grunt to the latest upstream release, which can now be successfully installed that the dependencies have been updated too.

Tests are disabled for the moment, though, because grunt uses itself to test itself (and other grunt-* packages).

Ping. Can anyone in the nodejs SIG take care of this?

Note that right now, grunt is uninstallable in Fedora 31 and up.

Pull-Request has been merged by sgallagh

4 years ago