From 6d62d1c9ff45af601fad932e1647d49cc7592d34 Mon Sep 17 00:00:00 2001 From: anish Date: Oct 17 2016 08:08:50 +0000 Subject: Upstream has released new version --- diff --git a/.gitignore b/.gitignore index 791cedb..44a1d7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /JSONStream-0.10.0.tgz +/JSONStream-1.0.3.tgz diff --git a/nodejs-jsonstream.spec b/nodejs-jsonstream.spec index d4b382b..9cb7562 100644 --- a/nodejs-jsonstream.spec +++ b/nodejs-jsonstream.spec @@ -1,8 +1,8 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-jsonstream -Version: 0.10.0 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Streaming JSON.parse and stringify for Node.js License: MIT or ASL 2.0 Group: System Environment/Libraries @@ -42,6 +42,9 @@ cp -p package.json index.js %{buildroot}%{nodejs_sitelib}/JSONStream %changelog +* Mon Oct 17 2016 Anish Patil - 1.0.3-1 +- Upstream has released new version + * Mon Dec 08 2014 Anish Patil - 0.10.0-2 - Initial package and incorporated package review comments diff --git a/sources b/sources index a15bc40..44e96f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -534a101f469d4b92bcf9936b3ead95ae JSONStream-0.10.0.tgz +186a1b33d316fd2505db1c1ede1aa1fa JSONStream-1.0.3.tgz