diff --git a/.gitignore b/.gitignore index 52ac2b7..afea621 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /jsonparse-0.0.6.tgz /jsonparse-1.0.0.tgz +/jsonparse-1.2.0.tgz diff --git a/nodejs-jsonparse.spec b/nodejs-jsonparse.spec index eb07ea2..c80bc60 100644 --- a/nodejs-jsonparse.spec +++ b/nodejs-jsonparse.spec @@ -3,8 +3,8 @@ %global module_name jsonparse Name: nodejs-%{module_name} -Version: 1.0.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Pure-js JSON streaming parser for node.js License: MIT Group: System Environment/Libraries @@ -45,6 +45,9 @@ cp -pr jsonparse.js package.json \ %{nodejs_sitelib}/%{module_name} %changelog +* Mon Oct 17 2016 Anish Patil - 1.2.0-1 +- Upstream has released new version + * Wed Dec 30 2015 Parag Nemade - 1.0.0-2 - Specify exclusively arch list as per nodejs packaging guidelines diff --git a/sources b/sources index 9783087..288cd4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -baff49648ff82f165a95be771304e47f jsonparse-1.0.0.tgz +cd10775a16a18ea2035494e2c0456ebc jsonparse-1.2.0.tgz