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

Jamie Nguyen jamielinux at fedoraproject.org
Thu May 8 16:50:55 UTC 2014


commit 8a0cb5f359a782fa629e4839559cade2d643c430
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu May 8 17:51:10 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 6f3df09..dc36f51 100644
--- a/nodejs-highlight-js.spec
+++ b/nodejs-highlight-js.spec
@@ -7,7 +7,7 @@
 
 Name:       nodejs-highlight-js
 Version:    7.5.0
-Release:    3%{?dist}
+Release:    4%{?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:  python3
 BuildRequires:  web-assets-devel
 
@@ -113,6 +113,9 @@ popd
 
 
 %changelog
+* Thu May 08 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 7.5.0-4
+- depend explicitly on latest version of uglifyjs
+
 * Sat Apr 26 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 7.5.0-3
 - remove logic for building on EL6
 


More information about the scm-commits mailing list