[nodejs-split] update to 0.3.3 upstream release

Parag Nemade pnemade at fedoraproject.org
Sat Feb 14 04:36:36 UTC 2015


commit 5e6af6ecff5a405c387000ff5b362b1a45098c16
Author: Parag Nemade <pnemade at redhat.com>
Date:   Sat Feb 14 10:06:24 2015 +0530

    update to 0.3.3 upstream release

 .gitignore        |    1 +
 nodejs-split.spec |    6 +++++-
 sources           |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
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 <pnemade AT redhat DOT com> - 0.3.3-1
+- update to 0.3.3 upstream release
+
 * Tue Dec 09 2014 Parag Nemade <pnemade AT redhat DOT com> - 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


More information about the scm-commits mailing list