From 7525c34b2449fe872e1b043f2960f9c120b3c3ab Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 8 May 2024 11:48:17 +0800 Subject: [PATCH] Fix the deps readable-stream version --- nodejs-through2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-through2.spec b/nodejs-through2.spec index 216ba04..f95e833 100644 --- a/nodejs-through2.spec +++ b/nodejs-through2.spec @@ -3,7 +3,7 @@ %global module_name through2 Name: nodejs-%{module_name} Version: 4.0.2 -Release: 1 +Release: 2 Summary: Node streams2 Transform wrapper to avoid explicit subclassing noise License: MITNFA URL: https://github.com/rvagg/through2 @@ -20,7 +20,7 @@ noise. %prep %autosetup -n %{module_name}-%{version} -%nodejs_fixdep readable-stream "^2.0.5" +%nodejs_fixdep readable-stream "^3.6.2" rm -rf node_modules %build @@ -44,6 +44,9 @@ node test/test.js %{nodejs_sitelib}/%{module_name} %changelog +* Wed May 8 2024 Dongxing Wang - 4.0.2-2 +- Fix the deps readable-stream version + * Thu Jun 30 2022 liyanan - 4.0.2-1 - Update to 4.0.2 -- Gitee