diff --git a/nodejs-from2.spec b/nodejs-from2.spec index 9ff85f3..4717b52 100644 --- a/nodejs-from2.spec +++ b/nodejs-from2.spec @@ -4,7 +4,7 @@ Name: nodejs-%{module_name} Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wrapper for ReadableStream, with an API lifted from "from" and "through2" License: MIT @@ -28,7 +28,6 @@ handle backpressure. %prep %setup -q -n %{module_name}-%{version} rm -rf node_modules -%nodejs_fixdep --dev inherits %build # nothing to build @@ -50,6 +49,9 @@ node test.js %{nodejs_sitelib}/%{module_name} %changelog +* Sun Nov 22 2015 Tom Hughes - 2.1.0-3 +- Remove fixdep that added duplicate inherits dependency + * Wed Aug 26 2015 Parag Nemade - 2.1.0-2 - Use easier git tag source guidelines