diff --git a/.gitignore b/.gitignore index 5ca4de0..0f83b79 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /stream-equal-0.1.5.tgz +/stream-equal-0.1.7.tgz diff --git a/nodejs-stream-equal.spec b/nodejs-stream-equal.spec index 5939503..e96d1f4 100644 --- a/nodejs-stream-equal.spec +++ b/nodejs-stream-equal.spec @@ -2,8 +2,8 @@ %global srcname stream-equal Name: nodejs-%{srcname} -Version: 0.1.5 -Release: 3%{?dist} +Version: 0.1.7 +Release: 1%{?dist} Summary: Test that two readable streams are equal to each other License: MIT URL: https://github.com/fent/node-stream-equal @@ -55,6 +55,9 @@ mocha -R spec test/*-test.js %changelog +* Sat Nov 07 2015 Piotr Popieluch - 0.1.7-1 +- Update to new version + * Thu Jul 23 2015 Parag Nemade - 0.1.5-3 - fixdep npm(readable-stream) diff --git a/sources b/sources index 5860b4e..001607a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e56d55179781597ad447b0a86b0e84c9 stream-equal-0.1.5.tgz +30b710f6a1ad86b0fa93a7641b7cd99b stream-equal-0.1.7.tgz