From e84a8e4577677561222a94b9596e21d75d208e58 Mon Sep 17 00:00:00 2001 From: anish Date: Oct 17 2016 09:46:51 +0000 Subject: Upstream has released new version --- diff --git a/.gitignore b/.gitignore index 6cba8c5..05eb6af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /0.1.3.tar.gz /v1.0.1.tar.gz /v1.0.2.tar.gz +/v2.0.1.tar.gz diff --git a/nodejs-strip-json-comments.spec b/nodejs-strip-json-comments.spec index 354b100..b7ed08a 100644 --- a/nodejs-strip-json-comments.spec +++ b/nodejs-strip-json-comments.spec @@ -1,8 +1,8 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-strip-json-comments -Version: 1.0.2 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Strip comments from JSON License: MIT Group: System Environment/Libraries @@ -33,13 +33,11 @@ Strip comments from JSON. Lets you use comments in your JSON files! %install mkdir -p %{buildroot}%{nodejs_sitelib}/strip-json-comments -cp -pr package.json strip-json-comments.js \ +cp -pr package.json index.js \ %{buildroot}%{nodejs_sitelib}/strip-json-comments -install -p -D -m0755 cli.js %{buildroot}%{nodejs_sitelib}/strip-json-comments/ -mkdir -p %{buildroot}%{_bindir} -ln -s %{nodejs_sitelib}/strip-json-comments/cli.js \ - %{buildroot}%{_bindir}/strip-json-comments + + %nodejs_symlink_deps @@ -48,10 +46,13 @@ ln -s %{nodejs_sitelib}/strip-json-comments/cli.js \ %files %doc readme.md license %{nodejs_sitelib}/strip-json-comments -%{_bindir}/strip-json-comments + %changelog +* Mon Oct 17 2016 Anish Patil - 2.0.1-1 +- Upstream has released new version + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0af6829..32f7217 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90d5a802d85e8e2cdedfabcf583cf197 v1.0.2.tar.gz +3a9a23764fb9af26806e214cf3d70d29 v2.0.1.tar.gz