diff --git a/is-function-1.0.1.tgz b/is-function-1.0.1.tgz deleted file mode 100644 index 96ef6f5..0000000 Binary files a/is-function-1.0.1.tgz and /dev/null differ diff --git a/nodejs-is-function.spec b/nodejs-is-function.spec index d49c417..02948d5 100644 --- a/nodejs-is-function.spec +++ b/nodejs-is-function.spec @@ -2,12 +2,12 @@ %global packagename is-function %global enable_tests 1 Name: nodejs-is-function -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: Is that thing a function? Use this module to find out License: MIT URL: https://github.com/grncdr/js-is-function.git -Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz +Source0: https://github.com/grncdr/js-is-function/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -18,7 +18,7 @@ BuildRequires: npm(tape) Is that thing a function? Use this module to find out %prep -%autosetup -n package +%autosetup -n js-is-function-%{version} %build @@ -43,5 +43,8 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Fri Nov 03 2023 wulei - 1.0.2-1 +- Update to 1.0.2 + * Thu Aug 20 2020 wangxiao - 1.0.1-1 - Package init diff --git a/v1.0.2.tar.gz b/v1.0.2.tar.gz new file mode 100644 index 0000000..9f59df8 Binary files /dev/null and b/v1.0.2.tar.gz differ