Package upgrade

This commit is contained in:
houyingchao 2022-06-29 10:05:28 +08:00
parent cd818c3453
commit 5f7f96f8af
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global shortname isarray
Name: nodejs-isarray
Version: 0.0.1
Version: 2.0.5
Release: 1
Summary: Array#isArray for older browsers
License: MIT
URL: https://github.com/juliangruber/%{shortname}
Source0: http://registry.npmjs.org/%{shortname}/-/%{shortname}-%{version}.tgz
Source0: https://github.com/juliangruber/%{shortname}/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging
%{summary}.
%prep
%setup -qn package
%autosetup -n %{shortname}-%{version}
%build
@ -30,5 +30,8 @@ cp -pr package.json component.json index.js %{buildroot}%{nodejs_sitelib}/%{shor
%doc README.md
%changelog
* Wed Jun 29 2022 houyingchao <houyingchao@h-partners.com> - 2.0.5-1
- Upgrade to version 2.0.5
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 0.0.1-1
- Package init

BIN
v2.0.5.tar.gz Normal file

Binary file not shown.