[nodejs-mysql] Fix require-all dependancy to work with version in Fedora

tdawson tdawson at fedoraproject.org
Thu Oct 10 13:39:36 UTC 2013


commit 5ec147bf70ad8061acd9573a0a9431d2082316c1
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Oct 10 08:39:29 2013 -0500

    Fix require-all dependancy to work with version in Fedora

 nodejs-mysql.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-mysql.spec b/nodejs-mysql.spec
index a161844..be73190 100644
--- a/nodejs-mysql.spec
+++ b/nodejs-mysql.spec
@@ -6,7 +6,7 @@
 Summary:       A node.js driver for mysql
 Name:          nodejs-%{npm_name}
 Version:       2.0.0
-Release:       alpha9.1%{?dist}
+Release:       alpha9.2%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/felixge/node-mysql
@@ -29,6 +29,7 @@ and is 100% MIT licensed.
 %prep
 %setup -q -n package
 %nodejs_fixdep bignumber.js '>=1.0.1'
+%nodejs_fixdep require-all '>=0.0.3'
 
 %build
 #nothing to do
@@ -47,6 +48,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Thu Oct 10 2013 Troy Dawson <tdawson at redhat.com> - 2.0.0-alpha9.2
+- Fix require-all dependancy to work with version in Fedora
+
 * Thu Oct 03 2013 Troy Dawson <tdawson at redhat.com> - 2.0.0-alpha9.1
 - Updated to version 2.0.0-alpha9
 


More information about the scm-commits mailing list