[nodejs-xml2js] Update sax dependency

Tom Hughes tomh at fedoraproject.org
Wed Mar 6 08:24:44 UTC 2013


commit 901c6cf673a8bd0e54204c9a8512588a763c297f
Author: Tom Hughes <tom at compton.nu>
Date:   Wed Mar 6 08:24:30 2013 +0000

    Update sax dependency

 nodejs-xml2js.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec
index 5451c23..5b9442f 100644
--- a/nodejs-xml2js.spec
+++ b/nodejs-xml2js.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-xml2js
 Version:        0.2.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple XML to JavaScript object converter
 
 License:        MIT
@@ -32,6 +32,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"
 rm -rf node_modules
 
 
@@ -57,6 +58,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xml2js
 
 
 %changelog
+* Wed Mar  6 2013 Tom Hughes <tom at compton.nu> - 0.2.6-2
+- Update sax dependency
+
 * Mon Mar  4 2013 Tom Hughes <tom at compton.nu> - 0.2.6-1
 - Update to 0.2.6 release
 - Add tests, which are now separate


More information about the scm-commits mailing list