[nodejs-zip-stream] fixdep on lodash

Piotr Popieluch piotrp at fedoraproject.org
Sun Mar 15 10:53:28 UTC 2015


commit 8268bb5319d118df235cbfe1dcbe6f2a4afcbe4d
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sun Mar 15 11:53:13 2015 +0100

    fixdep on lodash

 nodejs-zip-stream.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/nodejs-zip-stream.spec b/nodejs-zip-stream.spec
index 59cab19..dfc993d 100644
--- a/nodejs-zip-stream.spec
+++ b/nodejs-zip-stream.spec
@@ -3,7 +3,7 @@
 
 Name:           nodejs-%{srcname}
 Version:        0.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A streaming zip archive generator
 License:        MIT
 URL:            https://github.com/ctalkington/node-zip-stream
@@ -42,6 +42,7 @@ ZipArchiveOutputStream prototype found in the compress-commons project.
 rm -rf node_modules/
 dos2unix README.md LICENSE-MIT
 %nodejs_fixdep readable-stream ^1.1
+%nodejs_fixdep lodash '2.x'
 
 
 %build
@@ -69,6 +70,9 @@ mocha --reporter dot
 
 
 %changelog
+* Sat Mar 14 2015 Piotr Popieluch <piotr1212 at gmail.com> - 0.5.1-2
+- loosen version requirement on lodash
+
 * Sun Mar  8 2015 Piotr Popieluch <piotr1212 at gmail.com> - 0.5.1-1
 - update to upstream 0.5.1
 - move LICENSE-MIT to %%license


More information about the scm-commits mailing list