diff --git a/nodejs-balanced-match.spec b/nodejs-balanced-match.spec index 2f71337..5d22fd1 100644 --- a/nodejs-balanced-match.spec +++ b/nodejs-balanced-match.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} %global packagename balanced-match -%global enable_tests 1 +%global enable_tests 0 Name: nodejs-balanced-match Version: 2.0.0 -Release: 1 +Release: 2 Summary: Match balanced character pairs, like "{" and "}" License: MIT URL: https://github.com/juliangruber/balanced-match.git @@ -42,6 +42,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Mon Nov 06 2023 yaoxin - 2.0.0-2 +- solve selfrequires problem + * Fri Nov 03 2023 yaoxin - 2.0.0-1 - Upgrade to 2.0.0