diff --git a/.gitignore b/.gitignore index e3e803d..4984f47 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /nodejs-xml2js-0.4.11.tar.gz /nodejs-xml2js-0.4.12.tar.gz /nodejs-xml2js-0.4.13.tar.gz +/nodejs-xml2js-f7e53de387f8d614e301219ca17c2094ef0a02f9.tar.gz diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec index 9a913c1..8c16738 100644 --- a/nodejs-xml2js.spec +++ b/nodejs-xml2js.spec @@ -1,11 +1,13 @@ +%global commit f7e53de387f8d614e301219ca17c2094ef0a02f9 + Name: nodejs-xml2js -Version: 0.4.13 +Version: 0.4.15 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/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/Leonidas-from-XIV/node-xml2js/archive/%{commit}/%{name}-%{commit}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -25,7 +27,7 @@ reason? Then xml2js is what you're looking for! %prep -%setup -q -n node-xml2js-%{version} +%setup -q -n node-xml2js-%{commit} %nodejs_fixdep sax "~0.5" rm -rf node_modules @@ -51,6 +53,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xml2js %changelog +* Sat Oct 31 2015 Tom Hughes - 0.4.15-1 +- Update to 0.4.15 upstream release + * Thu Oct 15 2015 Tom Hughes - 0.4.13-1 - Update to 0.4.13 upstream release diff --git a/sources b/sources index 4649c1f..a516432 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4607115be4da4e35d7023754e736385 nodejs-xml2js-0.4.13.tar.gz +f7d0a0da95a100aa31fc9b122c4473a6 nodejs-xml2js-f7e53de387f8d614e301219ca17c2094ef0a02f9.tar.gz