!3 修复nodejs-prelude-ls升级引起nodejs-levn依赖nodejs-prelude-ls的版本发生改变
From: @cherry530 Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
fbaebc7e71
@ -4,7 +4,7 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
Name: nodejs-levn
|
Name: nodejs-levn
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Light ECMAScript Value Notation - human written, concise, typed
|
Summary: Light ECMAScript Value Notation - human written, concise, typed
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/gkz/levn
|
URL: https://github.com/gkz/levn
|
||||||
@ -26,6 +26,7 @@ flexible
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n levn-%{version}
|
%autosetup -n levn-%{version}
|
||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
|
%nodejs_fixdep prelude-ls '~1.2.0'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if !0%{?bootstrap}
|
%if !0%{?bootstrap}
|
||||||
@ -59,5 +60,8 @@ cp -pr package.json lib/ \
|
|||||||
%{nodejs_sitelib}/levn
|
%{nodejs_sitelib}/levn
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2022 xu_ping <xuping33@h-partners.com> - 0.3.0-2
|
||||||
|
- Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls
|
||||||
|
|
||||||
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 0.3.0-1
|
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 0.3.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user