diff --git a/nodejs-through2.spec b/nodejs-through2.spec index 216ba04dfbf415f893de4aed768547aca1a10388..f95e833ee95095a03855a3c9608462da5e61a67b 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