From 2f0c514d40c884b97c906dab3dde298326daaae5 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Thu, 7 Jul 2022 14:34:03 +0800 Subject: [PATCH] Package upgrade --- nodejs-readable-stream.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-readable-stream.spec b/nodejs-readable-stream.spec index 2044b8d..c42d682 100644 --- a/nodejs-readable-stream.spec +++ b/nodejs-readable-stream.spec @@ -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 - 2.3.6-2 +- Fix compilation failed + * Fri Aug 14 2020 wangyue - 2.3.6-1 - Package init