Package upgrade

This commit is contained in:
xigaoxinyan 2022-07-06 17:27:49 +08:00
parent 21ec506453
commit db631ce6a6
3 changed files with 5 additions and 1 deletions

Binary file not shown.

BIN
es5-ext-0.10.56.tgz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global packagename es5-ext %global packagename es5-ext
%global enable_tests 0 %global enable_tests 0
Name: nodejs-es5-ext Name: nodejs-es5-ext
Version: 0.10.12 Version: 0.10.56
Release: 1 Release: 1
Summary: ECMAScript 5 extensions and ES6 shims Summary: ECMAScript 5 extensions and ES6 shims
License: MIT License: MIT
@ -21,6 +21,7 @@ ECMAScript 5 extensions and ES6 shims
%prep %prep
%setup -q -n package %setup -q -n package
%nodejs_fixdep es6-symbol ^3.1.1
%build %build
@ -47,5 +48,8 @@ echo "Tests are disabled..."
%{nodejs_sitelib}/%{packagename} %{nodejs_sitelib}/%{packagename}
%changelog %changelog
* Wed Jul 06 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.10.56-1
- Upgrade to 0.10.56
* Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 0.10.12-1 * Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 0.10.12-1
- package init - package init