From b219a41ba3157636a105aab2633796c558015386 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Jan 16 2016 00:22:28 +0000 Subject: Update to 0.4.16 upstream release --- diff --git a/.gitignore b/.gitignore index 4984f47..cd5fcbe 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /nodejs-xml2js-0.4.12.tar.gz /nodejs-xml2js-0.4.13.tar.gz /nodejs-xml2js-f7e53de387f8d614e301219ca17c2094ef0a02f9.tar.gz +/nodejs-xml2js-0.4.16.tar.gz diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec index 8c16738..8f04d8b 100644 --- a/nodejs-xml2js.spec +++ b/nodejs-xml2js.spec @@ -1,13 +1,11 @@ -%global commit f7e53de387f8d614e301219ca17c2094ef0a02f9 - Name: nodejs-xml2js -Version: 0.4.15 +Version: 0.4.16 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}/%{name}-%{commit}.tar.gz +Source0: https://github.com/Leonidas-from-XIV/node-xml2js/archive/%{version}/%{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} +%autosetup -p 1 -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 +* Sat Jan 16 2016 Tom Hughes - 0.4.16-1 +- Update to 0.4.16 upstream release + * Sat Oct 31 2015 Tom Hughes - 0.4.15-1 - Update to 0.4.15 upstream release diff --git a/sources b/sources index a516432..f134e02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7d0a0da95a100aa31fc9b122c4473a6 nodejs-xml2js-f7e53de387f8d614e301219ca17c2094ef0a02f9.tar.gz +ef1b626040a77f9c124bb345dab1fcde nodejs-xml2js-0.4.16.tar.gz