diff --git a/isarray-0.0.1.tgz b/isarray-0.0.1.tgz deleted file mode 100644 index f00680f..0000000 Binary files a/isarray-0.0.1.tgz and /dev/null differ diff --git a/nodejs-isarray.spec b/nodejs-isarray.spec index dd09cb0..831d7aa 100644 --- a/nodejs-isarray.spec +++ b/nodejs-isarray.spec @@ -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 - 2.0.5-1 +- Upgrade to version 2.0.5 + * Thu Aug 20 2020 wangxiao - 0.0.1-1 - Package init diff --git a/v2.0.5.tar.gz b/v2.0.5.tar.gz new file mode 100644 index 0000000..148adb0 Binary files /dev/null and b/v2.0.5.tar.gz differ