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 9d24a41..0051b54 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: 3%{?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,12 @@ 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 + +* Thu Feb 04 2016 Fedora Release Engineering - 0.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 0.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 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