Update to 1.0.2

This commit is contained in:
wu-leilei 2023-11-03 14:23:42 +08:00
parent 822e1d6efe
commit 907e151a3a
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global packagename is-function %global packagename is-function
%global enable_tests 1 %global enable_tests 1
Name: nodejs-is-function Name: nodejs-is-function
Version: 1.0.1 Version: 1.0.2
Release: 1 Release: 1
Summary: Is that thing a function? Use this module to find out Summary: Is that thing a function? Use this module to find out
License: MIT License: MIT
URL: https://github.com/grncdr/js-is-function.git 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 BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
Is that thing a function? Use this module to find out Is that thing a function? Use this module to find out
%prep %prep
%autosetup -n package %autosetup -n js-is-function-%{version}
%build %build
@ -43,5 +43,8 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename} %{nodejs_sitelib}/%{packagename}
%changelog %changelog
* Fri Nov 03 2023 wulei <wu_lei@hoperun.com> - 1.0.2-1
- Update to 1.0.2
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.1-1 * Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.1-1
- Package init - Package init

BIN
v1.0.2.tar.gz Normal file

Binary file not shown.