[nodejs-typeahead.js] add missing BR on grunt-sed

Dan Callaghan dcallagh at fedoraproject.org
Fri Dec 5 05:00:49 UTC 2014


commit acd5900974e871a2ec049ad8ea9f35142aee5bba
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Fri Dec 5 15:00:08 2014 +1000

    add missing BR on grunt-sed
    
    I missed this while working on the package originally, because I was
    just installing nodejs-grunt-sed into the mock buildroot by hand as it
    was not yet accepted into Fedora.

 nodejs-typeahead.js.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-typeahead.js.spec b/nodejs-typeahead.js.spec
index a225402..4915fea 100644
--- a/nodejs-typeahead.js.spec
+++ b/nodejs-typeahead.js.spec
@@ -10,7 +10,7 @@
 
 Name:           nodejs-%{modname}
 Version:        0.10.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Autocomplete library for JavaScript
 License:        MIT
 URL:            http://twitter.github.com/typeahead.js
@@ -21,6 +21,7 @@ BuildRequires:  nodejs-packaging
 BuildRequires:  npm(semver)
 BuildRequires:  npm(grunt-cli)
 BuildRequires:  npm(grunt-contrib-uglify)
+BuildRequires:  npm(grunt-sed)
 BuildRequires:  web-assets-devel
 Requires:       js-%{modname} = %{version}-%{release}
 %if %{with tests}
@@ -86,5 +87,8 @@ ln -s %{_jsdir}/src %{_jsdir}/dist %{buildroot}%{nodejs_sitelib}/%{modname}/
 %{_jsdir}/%{modname}
 
 %changelog
+* Fri Dec 12 2014 Dan Callaghan <dcallagh at redhat.com> - 0.10.5-2
+- added missing BR on grunt-sed
+
 * Sun Oct 12 2014 Dan Callaghan <dcallagh at redhat.com> - 0.10.5-1
 - initial version


More information about the scm-commits mailing list