Upgrade to 1.1.0

This commit is contained in:
wu-leilei 2022-06-30 17:34:48 +08:00
parent 58580eb698
commit 11224ab5f8
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global packagename next-tick
%global enable_tests 0
Name: nodejs-next-tick
Version: 0.2.2
Version: 1.1.0
Release: 1
Summary: Environment agnostic nextTick polyfill
License: MIT
URL: https://github.com/medikoo/next-tick.git
Source0: https://registry.npmjs.org/next-tick/-/next-tick-%{version}.tgz
Source0: https://github.com/medikoo/next-tick/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -18,7 +18,7 @@ BuildRequires: npm(tad)
Environment agnostic nextTick polyfill
%prep
%setup -q -n package
%autosetup -n next-tick-%{version}
%build
@ -40,9 +40,12 @@ echo "Tests disabled..."
%files
%{!?_licensedir:%global license %doc}
%doc *.md
%license LICENCE
%license LICENSE
%{nodejs_sitelib}/%{packagename}
%changelog
* Thu Jun 30 2022 wulei <wulei80@h-partners.com> - 1.1.0-1
- Upgrade to 1.1.0
* Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 0.2.2-1
- package init

BIN
v1.1.0.tar.gz Normal file

Binary file not shown.