diff --git a/next-tick-0.2.2.tgz b/next-tick-0.2.2.tgz deleted file mode 100644 index 8220533..0000000 Binary files a/next-tick-0.2.2.tgz and /dev/null differ diff --git a/nodejs-next-tick.spec b/nodejs-next-tick.spec index 9159e23..07ecb7a 100644 --- a/nodejs-next-tick.spec +++ b/nodejs-next-tick.spec @@ -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 - 1.1.0-1 +- Upgrade to 1.1.0 + * Thu Aug 20 2020 wangchong - 0.2.2-1 - package init diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000..f90ada3 Binary files /dev/null and b/v1.1.0.tar.gz differ