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 - 0.4.2-2 -- fix version of npm(sax) dependency - * Sun Mar 30 2014 Tom Hughes - 0.4.2-1 - Update to 0.4.2 upstream release - Switch to using github as source so we get tests