Updating debug version

This commit is contained in:
chen-jan 2022-07-02 17:57:23 +08:00
parent 8cf1b01af8
commit a5c3ae607f

View File

@ -2,7 +2,7 @@
%global enable_tests 1
Name: mocha
Version: 2.4.5
Release: 1
Release: 2
Summary: A simple, flexible, fun test framework for Node.js
License: MIT
URL: https://github.com/mochajs/mocha
@ -25,7 +25,7 @@ exceptions to the correct test cases.
%prep
%autosetup -p 1
%nodejs_fixdep commander "^2.2.0"
%nodejs_fixdep debug "^2.2.0"
%nodejs_fixdep debug "^4.3.4"
%nodejs_fixdep diff "^1.0.8"
%nodejs_fixdep escape-string-regexp "^1.0.2"
%nodejs_fixdep glob "^6.0.3"
@ -81,5 +81,8 @@ sed -i -e 's/200/30000/' test/acceptance/context.js
%{_datadir}/mocha
%changelog
* Sat Jul 02 2022 chenchen <chen_aka_jan@163.com> - 2.4.5-2
- Updating debug version
* Wed Aug 19 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 2.4.5-1
- Package init