[packages/nodejs-block-stream] - updated to 0.0.7 - better description

kiesiu kiesiu at pld-linux.org
Tue Mar 4 18:53:26 CET 2014


commit f1da43d60a73b93905546a34071499db395ba8fd
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Tue Mar 4 18:51:14 2014 +0100

    - updated to 0.0.7
    - better description

 nodejs-block-stream.spec | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/nodejs-block-stream.spec b/nodejs-block-stream.spec
index cf36993..294b6b1 100644
--- a/nodejs-block-stream.spec
+++ b/nodejs-block-stream.spec
@@ -1,21 +1,23 @@
 %define		pkg	block-stream
 Summary:	A stream of blocks
 Name:		nodejs-%{pkg}
-Version:	0.0.6
+Version:	0.0.7
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 URL:		https://github.com/isaacs/block-stream
 Source0:	http://registry.npmjs.org/%{pkg}/-/%{pkg}-%{version}.tgz
-# Source0-md5:	5ed8a98617a69d4d69156d5064136bf1
+# Source0-md5:	c66aaa2227abec6daa6ff8a155b59294
 BuildRequires:	rpmbuild(macros) >= 1.634
-Requires:	nodejs
-Requires:	nodejs-inherits >= 1.0.0
+Requires:	nodejs >= 0.5.8
+Requires:	nodejs-inherits >= 2.0.0
+Requires:	nodejs-inherits < 3.0.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A stream of blocks.
+A stream of blocks. Write data into it, and it'll output data in buffer blocks the size you
+specify, padding with zeroes if necessary.
 
 %prep
 %setup -qc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs-block-stream.git/commitdiff/a02428fed6e48f58228736d76541c6f67a293391



More information about the pld-cvs-commit mailing list