Package upgrade

This commit is contained in:
houyingchao 2022-07-07 14:34:03 +08:00
parent 0304d40698
commit 2f0c514d40

View File

@ -4,7 +4,7 @@
%global owner nodejs %global owner nodejs
Name: nodejs-readable-stream Name: nodejs-readable-stream
Version: 2.3.6 Version: 2.3.6
Release: 1 Release: 2
Summary: Streams3, a user-land copy of the stream library from Node.js Summary: Streams3, a user-land copy of the stream library from Node.js
License: MIT License: MIT
URL: https://www.npmjs.org/package/readable-stream URL: https://www.npmjs.org/package/readable-stream
@ -24,7 +24,7 @@ Node-core.
%prep %prep
%autosetup -n %{packagename}-%{version} %autosetup -n %{packagename}-%{version}
rm -rf node_modules/ rm -rf node_modules/
%nodejs_fixdep isarray '~0.0.1' %nodejs_fixdep isarray '~2.0.5'
%nodejs_fixdep string_decoder '~0.10.1' %nodejs_fixdep string_decoder '~0.10.1'
%build %build
@ -48,5 +48,8 @@ tap test/parallel/*.js test/ours/*.js
%{nodejs_sitelib}/readable-stream/ %{nodejs_sitelib}/readable-stream/
%changelog %changelog
* Thu Jul 7 2022 houyingchao <houyingchao@h-partners.com> - 2.3.6-2
- Fix compilation failed
* Fri Aug 14 2020 wangyue <wangyue92@huawei.com> - 2.3.6-1 * Fri Aug 14 2020 wangyue <wangyue92@huawei.com> - 2.3.6-1
- Package init - Package init