[nodejs-xml2js/f19] Revert "Fix sax version"

Jamie Nguyen jamielinux at fedoraproject.org
Sat Apr 19 21:42:31 UTC 2014


commit 038ffc3f01af8fb27b878b9f3732d0b97504f322
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Apr 19 22:41:09 2014 +0100

    Revert "Fix sax version"
    
    This reverts commit e0c048ed1bee9f05933dc0c148c79c8dee080ce5.

 nodejs-xml2js.spec |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec
index 561ca5f..df303ff 100644
--- a/nodejs-xml2js.spec
+++ b/nodejs-xml2js.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-xml2js
 Version:        0.4.2
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        Simple XML to JavaScript object converter
 
 License:        MIT
@@ -28,7 +28,7 @@ reason? Then xml2js is what you're looking for!
 
 %prep
 %setup -q -n node-xml2js-%{commit}
-%nodejs_fixdep sax "~0.5"
+%nodejs_fixdep sax "~0.5.2"
 rm -rf node_modules
 
 
@@ -52,9 +52,6 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xml2js
 
 
 %changelog
-* Sat Apr 19 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.2-2
-- fix version of npm(sax) dependency
-
 * Sun Mar 30 2014 Tom Hughes <tom at compton.nu> - 0.4.2-1
 - Update to 0.4.2 upstream release
 - Switch to using github as source so we get tests


More information about the scm-commits mailing list