Package upgrade
This commit is contained in:
parent
0304d40698
commit
2f0c514d40
@ -4,7 +4,7 @@
|
||||
%global owner nodejs
|
||||
Name: nodejs-readable-stream
|
||||
Version: 2.3.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Streams3, a user-land copy of the stream library from Node.js
|
||||
License: MIT
|
||||
URL: https://www.npmjs.org/package/readable-stream
|
||||
@ -24,7 +24,7 @@ Node-core.
|
||||
%prep
|
||||
%autosetup -n %{packagename}-%{version}
|
||||
rm -rf node_modules/
|
||||
%nodejs_fixdep isarray '~0.0.1'
|
||||
%nodejs_fixdep isarray '~2.0.5'
|
||||
%nodejs_fixdep string_decoder '~0.10.1'
|
||||
|
||||
%build
|
||||
@ -48,5 +48,8 @@ tap test/parallel/*.js test/ours/*.js
|
||||
%{nodejs_sitelib}/readable-stream/
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user