Revert 'solve selfrequires problem'
This commit is contained in:
parent
4c4dc47758
commit
d93dc8a3d8
@ -1,9 +1,9 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
%global packagename balanced-match
|
%global packagename balanced-match
|
||||||
%global enable_tests 0
|
%global enable_tests 1
|
||||||
Name: nodejs-balanced-match
|
Name: nodejs-balanced-match
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Match balanced character pairs, like "{" and "}"
|
Summary: Match balanced character pairs, like "{" and "}"
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/juliangruber/balanced-match.git
|
URL: https://github.com/juliangruber/balanced-match.git
|
||||||
@ -42,6 +42,9 @@ cp -pr package.json index.js \
|
|||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-3
|
||||||
|
- Revert "solve selfrequires problem"
|
||||||
|
|
||||||
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-2
|
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-2
|
||||||
- Revert balanced-match version to 1.0.0
|
- Revert balanced-match version to 1.0.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user