diff --git a/nodejs-tap-parser.spec b/nodejs-tap-parser.spec index aedab21..64aee17 100644 --- a/nodejs-tap-parser.spec +++ b/nodejs-tap-parser.spec @@ -2,7 +2,7 @@ %global packagename tap-parser %global enable_tests 1 Name: nodejs-tap-parser -Version: 1.2.2 +Version: 4.0.0 Release: 1 Summary: Parse the test anything protocol License: MIT @@ -19,7 +19,6 @@ Parse the test anything protocol. %prep %autosetup -n tap-parser-%{version} -%nodejs_fixdep -r inherits %build @@ -39,7 +38,7 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/cmd.js \ %nodejs_symlink_deps --check %{__nodejs} -e 'require("./")' %if 0%{?enable_tests} -%{_bindir}/tap test/*.js +%{_bindir}/tap test/parser.js %endif %files @@ -50,5 +49,8 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/cmd.js \ %{_bindir}/tap-parser %changelog +* Sat Feb 11 2023 wangkai - 4.0.0-1 +- upgrade to version 4.0.0 + * Fri Aug 21 2020 wangyue - 1.2.2-1 - package init diff --git a/v1.2.2.tar.gz b/v1.2.2.tar.gz deleted file mode 100644 index a2b871d..0000000 Binary files a/v1.2.2.tar.gz and /dev/null differ diff --git a/v4.0.0.tar.gz b/v4.0.0.tar.gz new file mode 100644 index 0000000..03acae6 Binary files /dev/null and b/v4.0.0.tar.gz differ