From 0ba98e148c23a2c7f01493b52df56e9a132f7c30 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Jul 06 2016 07:42:06 +0000 Subject: Update to 0.4.17 upstream release --- diff --git a/.gitignore b/.gitignore index cd5fcbe..9dce816 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /nodejs-xml2js-0.4.13.tar.gz /nodejs-xml2js-f7e53de387f8d614e301219ca17c2094ef0a02f9.tar.gz /nodejs-xml2js-0.4.16.tar.gz +/nodejs-xml2js-0.4.17.tar.gz diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec index c95e103..2dbc9a7 100644 --- a/nodejs-xml2js.spec +++ b/nodejs-xml2js.spec @@ -1,11 +1,13 @@ +%global commit 129ebba8b313e92389c111c0b477c89fb78b37ad + Name: nodejs-xml2js -Version: 0.4.16 -Release: 2%{?dist} +Version: 0.4.17 +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}/%{name}-%{version}.tar.gz +Source0: https://github.com/Leonidas-from-XIV/node-xml2js/archive/%{commit}/%{name}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -25,7 +27,7 @@ reason? Then xml2js is what you're looking for! %prep -%autosetup -p 1 -n node-xml2js-%{version} +%autosetup -p 1 -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 +* Wed Jul 6 2016 Tom Hughes - 0.4.17-1 +- Update to 0.4.17 upstream release + * Thu Feb 04 2016 Fedora Release Engineering - 0.4.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index f134e02..4b03609 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef1b626040a77f9c124bb345dab1fcde nodejs-xml2js-0.4.16.tar.gz +907511d3a5c0b00f37142f5d234a9d6f nodejs-xml2js-0.4.17.tar.gz