[nodejs-debug] Remove files that are no longer in the NPM tarball

Jamie Nguyen jamielinux at fedoraproject.org
Sun Feb 23 23:24:59 UTC 2014


commit 1cb6d1d0be96a38d45755c756c4025fa905e801c
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Feb 23 23:25:29 2014 +0000

    Remove files that are no longer in the NPM tarball

 nodejs-debug.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-debug.spec b/nodejs-debug.spec
index febd379..1ddabd8 100644
--- a/nodejs-debug.spec
+++ b/nodejs-debug.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-debug
 Version:    0.7.4
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A small debugging utility for Node.js
 # License text is included in Readme.md
 License:    MIT
@@ -41,11 +41,14 @@ cp -pr package.json debug.js index.js lib/ \
 
 
 %files
-%doc History.md Readme.md example/
+%doc Readme.md
 %{nodejs_sitelib}/debug
 
 
 %changelog
+* Sun Feb 23 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.7.4-2
+- History.md and example/ no longer included in the NPM tarball
+
 * Sun Feb 23 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.7.4-1
 - update to upstream release 0.7.4
 


More information about the scm-commits mailing list