diff --git a/0.3.2.tar.gz b/0.3.2.tar.gz deleted file mode 100644 index 8f35e6e..0000000 Binary files a/0.3.2.tar.gz and /dev/null differ diff --git a/0.4.0.tar.gz b/0.4.0.tar.gz new file mode 100644 index 0000000..eabe00b Binary files /dev/null and b/0.4.0.tar.gz differ diff --git a/nodejs-type-check.spec b/nodejs-type-check.spec index 16d404a..9d1f37e 100644 --- a/nodejs-type-check.spec +++ b/nodejs-type-check.spec @@ -3,8 +3,8 @@ %global bootstrap 1 %global enable_tests 0 Name: nodejs-type-check -Version: 0.3.2 -Release: 2 +Version: 0.4.0 +Release: 1 Summary: Allows you to check the types of JavaScript values at runtime License: MIT URL: https://github.com/gkz/type-check @@ -23,7 +23,7 @@ type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. %prep -%autosetup -n type-check-%{version} +%autosetup -n type-check-%{version} -p1 %nodejs_fixdep prelude-ls '~1.2.0' %build @@ -58,6 +58,9 @@ cp -pr package.json lib/ \ %{nodejs_sitelib}/%{packagename} %changelog +* Thu Nov 02 2023 yaoxin - 0.4.0-1 +- Upgrade to 0.4.0 + * Tue Jul 05 2022 xu_ping - 0.3.2-2 - Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls