!4 Revert balanced-match version to 1.0.0

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-08 08:36:19 +00:00 committed by Gitee
commit 4c4dc47758
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%global packagename balanced-match
%global enable_tests 0
Name: nodejs-balanced-match
Version: 2.0.0
Version: 1.0.0
Release: 2
Summary: Match balanced character pairs, like "{" and "}"
License: MIT
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
Match balanced character pairs, like "{" and "}"
%prep
%autosetup -n balanced-match-%{version} -p1
%autosetup -n balanced-match-%{version}
%build
@ -42,6 +42,9 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename}
%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
- solve selfrequires problem

BIN
v1.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.