diff --git a/.gitignore b/.gitignore index 2bed955..fcda7d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /split-0.3.2.tgz +/split-0.3.3.tgz diff --git a/nodejs-split.spec b/nodejs-split.spec index fa2a79a..0ce78c5 100644 --- a/nodejs-split.spec +++ b/nodejs-split.spec @@ -4,7 +4,7 @@ %global module_name split Name: nodejs-%{module_name} -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Summary: Split a text stream into a line stream @@ -22,6 +22,7 @@ BuildRequires: npm(it-is) BuildRequires: npm(ubelt) BuildRequires: npm(stream-spec) BuildRequires: npm(event-stream) +BuildRequires: npm(string-to-stream) %endif %description @@ -52,6 +53,9 @@ asynct test %{nodejs_sitelib}/%{module_name} %changelog +* Thu Feb 12 2015 Parag Nemade - 0.3.3-1 +- update to 0.3.3 upstream release + * Tue Dec 09 2014 Parag Nemade - 0.3.2-1 - Initial packaging diff --git a/sources b/sources index db5e4b6..3547d58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65e9695e263def22637380b15577f98b split-0.3.2.tgz +8762921c8ce483126dc76c91e4429cea split-0.3.3.tgz