!3 Modify balanced-match version to 2.0.0 to compat latest nodejs-balanced-match
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
6c651e9b8c
@ -3,7 +3,7 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
Name: nodejs-brace-expansion
|
Name: nodejs-brace-expansion
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Brace expansion as known from sh/bash
|
Summary: Brace expansion as known from sh/bash
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/juliangruber/brace-expansion.git
|
URL: https://github.com/juliangruber/brace-expansion.git
|
||||||
@ -19,6 +19,7 @@ Brace expansion as known from sh/bash
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n brace-expansion-%{version} -p1
|
%autosetup -n brace-expansion-%{version} -p1
|
||||||
|
%nodejs_fixdep balanced-match '^2.0.0'
|
||||||
%{_bindir}/grep -A100 '^## License$' README.md > LICENSE.md
|
%{_bindir}/grep -A100 '^## License$' README.md > LICENSE.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,6 +44,9 @@ cp -pr package.json index.js \
|
|||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.1-2
|
||||||
|
- Modify balanced-match version to 2.0.0 to compat latest nodejs-balanced-match
|
||||||
|
|
||||||
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.1-1
|
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.1-1
|
||||||
- Upgrade to 2.0.1
|
- Upgrade to 2.0.1
|
||||||
- Solve selfrequires problem
|
- Solve selfrequires problem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user