[nodejs-mustache] Build for new upstream version

anish anishpatil at fedoraproject.org
Fri Feb 6 08:59:43 UTC 2015


commit 8cba909fb30cdc1827bf1b70748bb57f32e54cd4
Author: Anish Patil <apatil at redhat.com>
Date:   Fri Feb 6 14:29:06 2015 +0530

    Build for new upstream version

 nodejs-mustache.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/nodejs-mustache.spec b/nodejs-mustache.spec
index 1b97d5b..506eb19 100644
--- a/nodejs-mustache.spec
+++ b/nodejs-mustache.spec
@@ -3,7 +3,7 @@
 
 Name:       nodejs-mustache
 Version:    1.0.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    mustache.js is an implementation of the mustache template system in JavaScript
 License:    MIT
 URL:        https://github.com/janl/mustache.js
@@ -34,7 +34,7 @@ We call it "logic-less" because there are no if statements, else clauses, or for
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/mustache
-cp -pr mustache.js mustache.js.nuspec Rakefile package.json wrappers/ \
+cp -pr mustache.js mustache.js.nuspec Rakefile package.json mustache.min.js wrappers/  hooks/ \
     %{buildroot}%{nodejs_sitelib}/mustache
 %nodejs_symlink_deps 
 
@@ -44,11 +44,13 @@ mocha test
 %endif
 
 %files
-%doc LICENSE CHANGES README.md 
+%doc LICENSE CHANGELOG.md README.md 
 %{nodejs_sitelib}/mustache
 
 
 %changelog
+* Fri Feb 06 2015 Anish Patil <apatil at redhat.com> - 1.0.0-2
+- Build with few minor changes
 * Wed Dec 24 2014 Anish Patil <apatil at redhat.com> - 1.0.0-1
 - Upstream has released new version
 * Thu Sep 04 2014 Anish Patil <apatil at redhat.com> - 0.8.2-1


More information about the scm-commits mailing list