[nodejs-highlight-js/el6] Depend explicitly on latest version of uglifyjs

Jamie Nguyen jamielinux at fedoraproject.org
Thu May 8 16:48:31 UTC 2014


commit ff64968b9a217582945ba4f37ff6475806ba15fb
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu May 8 17:43:03 2014 +0100

    Depend explicitly on latest version of uglifyjs

 nodejs-highlight-js.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-highlight-js.spec b/nodejs-highlight-js.spec
index 5411975..7e153ac 100644
--- a/nodejs-highlight-js.spec
+++ b/nodejs-highlight-js.spec
@@ -7,7 +7,7 @@
 
 Name:       nodejs-highlight-js
 Version:    7.3.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Highlight.js syntax highlighting with language auto-detection for Node.js
 License:    BSD
 Group:      System Environment/Libraries
@@ -24,7 +24,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 %endif
 
 BuildRequires:  nodejs-packaging
-BuildRequires:  npm(uglify-js)
+BuildRequires:  uglify-js
 BuildRequires:  python
 
 Requires:   js-highlight-styles = 0:%{version}-%{release}
@@ -110,6 +110,9 @@ popd
 
 
 %changelog
+* Thu May 08 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 7.3.0-5
+- depend explicitly on latest version of uglifyjs
+
 * Sat Apr 26 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 7.3.0-4
 - build highlight.pack.js (#1089945), but patch to use uglifyjs instead of
   yuicompressor which is not yet available on Fedora


More information about the scm-commits mailing list