[nodejs-xml2js/f19] Fix sax version

Jamie Nguyen jamielinux at fedoraproject.org
Sat Apr 19 21:44:34 UTC 2014


commit b8cf97b768e9ab31412683c523180698b69519b7
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Apr 19 22:44:07 2014 +0100

    Fix sax version

 nodejs-xml2js.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec
index cf0c648..3061c3a 100644
--- a/nodejs-xml2js.spec
+++ b/nodejs-xml2js.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-xml2js
 Version:        0.2.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple XML to JavaScript object converter
 
 License:        MIT
@@ -34,7 +34,7 @@ reason? Then xml2js is what you're looking for!
 %prep
 %setup -q -n package
 %setup -T -D -a 1 -q -n package
-%nodejs_fixdep sax "~0.5.2"
+%nodejs_fixdep sax "~0.5"
 rm -rf node_modules
 
 
@@ -60,6 +60,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xml2js
 
 
 %changelog
+* Sat Apr 19 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.8-3
+- fix version of npm(sax) dependency
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list