diff --git a/.gitignore b/.gitignore index 556791e..165123b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /node-xml2js-9678bba6ee805685781d69053c271129d25c5647.tar.gz /node-xml2js-f7b9ae6688e18886bd03377f4432d665d3f0b305.tar.gz /node-xml2js-8b7f3fbbc3514dab2ebc40a24cbdfd72f381476e.tar.gz +/nodejs-xml2js-0.4.10.tar.gz diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec index 624c490..fbc52dc 100644 --- a/nodejs-xml2js.spec +++ b/nodejs-xml2js.spec @@ -1,13 +1,11 @@ -%global commit 8b7f3fbbc3514dab2ebc40a24cbdfd72f381476e - Name: nodejs-xml2js -Version: 0.4.9 -Release: 2%{?dist} +Version: 0.4.10 +Release: 1%{?dist} Summary: Simple XML to JavaScript object converter License: MIT URL: https://github.com/Leonidas-from-XIV/node-xml2js -Source0: https://github.com/Leonidas-from-XIV/node-xml2js/archive/%{commit}/node-xml2js-%{commit}.tar.gz +Source0: https://github.com/Leonidas-from-XIV/node-xml2js/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -27,7 +25,7 @@ reason? Then xml2js is what you're looking for! %prep -%setup -q -n node-xml2js-%{commit} +%setup -q -n node-xml2js-%{version} %nodejs_fixdep sax "~0.5" rm -rf node_modules @@ -53,6 +51,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xml2js %changelog +* Sun Aug 9 2015 Tom Hughes - 0.4.10-1 +- Update to 0.4.10 upstream release + * Wed Jun 17 2015 Fedora Release Engineering - 0.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 83e745b..9726f0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -356eb8ab7da38735053e42708b38d2cd node-xml2js-8b7f3fbbc3514dab2ebc40a24cbdfd72f381476e.tar.gz +9e827da4c8f6ef4460c7091d4fa84f37 nodejs-xml2js-0.4.10.tar.gz