!2 修复nodejs-prelude-ls升级引起nodejs-type-check依赖nodejs-prelude-ls的版本发生改变

From: @cherry530 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-06 01:52:42 +00:00 committed by Gitee
commit 9e72ea05c9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
%global enable_tests 0
Name: nodejs-type-check
Version: 0.3.2
Release: 1
Release: 2
Summary: Allows you to check the types of JavaScript values at runtime
License: MIT
URL: https://github.com/gkz/type-check
@ -24,6 +24,7 @@ Haskell like type syntax.
%prep
%autosetup -n type-check-%{version}
%nodejs_fixdep prelude-ls '~1.2.0'
%build
%if !0%{?bootstrap}
@ -57,5 +58,8 @@ cp -pr package.json lib/ \
%{nodejs_sitelib}/%{packagename}
%changelog
* Tue Jul 05 2022 xu_ping <xuping33@h-partners.com> - 0.3.2-2
- Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls
* Tue Aug 11 2020 zhanghua <zhanghua40@huawei.com> - 0.3.2-1
- package init