From e0c048ed1bee9f05933dc0c148c79c8dee080ce5 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Apr 19 2014 21:18:52 +0000 Subject: Fix sax version --- diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec index df303ff..561ca5f 100644 --- a/nodejs-xml2js.spec +++ b/nodejs-xml2js.spec @@ -2,7 +2,7 @@ Name: nodejs-xml2js Version: 0.4.2 -Release: 1%{?dist} +Release: 2%{?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.2" +%nodejs_fixdep sax "~0.5" rm -rf node_modules @@ -52,6 +52,9 @@ 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