Revert balanced-match version to 1.0.0
This commit is contained in:
parent
2f0476b9ee
commit
98b8793561
@ -2,7 +2,7 @@
|
|||||||
%global packagename balanced-match
|
%global packagename balanced-match
|
||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
Name: nodejs-balanced-match
|
Name: nodejs-balanced-match
|
||||||
Version: 2.0.0
|
Version: 1.0.0
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: Match balanced character pairs, like "{" and "}"
|
Summary: Match balanced character pairs, like "{" and "}"
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
|
|||||||
Match balanced character pairs, like "{" and "}"
|
Match balanced character pairs, like "{" and "}"
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n balanced-match-%{version} -p1
|
%autosetup -n balanced-match-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -42,6 +42,9 @@ cp -pr package.json index.js \
|
|||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-2
|
||||||
|
- Revert balanced-match version to 1.0.0
|
||||||
|
|
||||||
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.0-2
|
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.0-2
|
||||||
- solve selfrequires problem
|
- solve selfrequires problem
|
||||||
|
|
||||||
|
|||||||
BIN
v1.0.0.tar.gz
Normal file
BIN
v1.0.0.tar.gz
Normal file
Binary file not shown.
BIN
v2.0.0.tar.gz
BIN
v2.0.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user