[nodejs-ansi/f18] fix typo

T.C. Hollingsworth patches at fedoraproject.org
Sun Jan 13 12:05:00 UTC 2013


commit f68fb0f0d0a3c12755b546c99ab36671255b473a
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Jan 13 05:04:34 2013 -0700

    fix typo

 nodejs-ansi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-ansi.spec b/nodejs-ansi.spec
index 7aee587..5ec1fdb 100644
--- a/nodejs-ansi.spec
+++ b/nodejs-ansi.spec
@@ -1,6 +1,6 @@
 Name:       nodejs-ansi
 Version:    0.1.2
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    ANSI escape codes for Node.js
 License:    MIT
 Group:      System Environment/Libraries
@@ -21,7 +21,7 @@ lines, the entire window, or hide and show the cursor, and lots more!
 %setup -q -n package
 
 #fix perms in stuff that goes in %%doc
-chmod 0644 example/*
+chmod 0644 examples/*
 
 %build
 #nothing to do
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
 %doc README.md examples
 
 %changelog
+* Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.2-4
+- fix typo
+
 * Fri Jan 11 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.2-3
 - fix permissions in example
 


More information about the scm-commits mailing list