!2 nodejs-next-tick升级至1.0.0版本

From: @wu-leilei 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-01 02:51:51 +00:00 committed by Gitee
commit 8d7916d28d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.