From b294baa36b9dda05baf4786e4c50186ec65833b5 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 5 Jul 2022 19:48:44 +0800 Subject: [PATCH] Mofify prelude-ls version Signed-off-by: cherry530 --- nodejs-type-check.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodejs-type-check.spec b/nodejs-type-check.spec index 3056018..16d404a 100644 --- a/nodejs-type-check.spec +++ b/nodejs-type-check.spec @@ -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 - 0.3.2-2 +- Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls + * Tue Aug 11 2020 zhanghua - 0.3.2-1 - package init