[nodejs-astral/epel7] fixdep nodejs-clone

piotrp piotrp at fedoraproject.org
Sat Dec 20 11:32:03 UTC 2014


commit 82ae4a677d9c8d9fe1c446f87b2d7537c0095a44
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sat Dec 20 12:31:51 2014 +0100

    fixdep nodejs-clone

 nodejs-astral.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-astral.spec b/nodejs-astral.spec
index 52533c4..fe14447 100644
--- a/nodejs-astral.spec
+++ b/nodejs-astral.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-%{srcname}
 Version:        0.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        AST tooling framework for JavaScript
 License:        MIT
 # License file requested: https://github.com/btford/astral/issues/6
@@ -23,6 +23,7 @@ ASTs. The architecture inspired by llvm.
 %prep
 %setup -q -n package
 rm -rf node_modules/
+%nodejs_fixdep clone ~0
 
 
 %build
@@ -42,6 +43,9 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{srcname}
 
 
 %changelog
+* Sat Dec 20 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.1.0-3
+- fixdep
+
 * Sat Dec  6 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.1.0-2
 - License file requested
 - Added rm -rf node_modules/


More information about the scm-commits mailing list