[nodejs/el6] bump v8 requires (RHBZ#1195457)

T.C. Hollingsworth patches at fedoraproject.org
Tue Feb 24 23:27:46 UTC 2015


commit 6c99592eb5ac29eb5415b055f3b07e97fa3faddf
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Feb 24 16:20:59 2015 -0700

    bump v8 requires (RHBZ#1195457)

 nodejs.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 6ea6ab7..5b4d6fb 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -1,6 +1,6 @@
 Name: nodejs
 Version: 0.10.36
-Release: 1%{?dist}
+Release: 3%{?dist}
 Summary: JavaScript runtime
 License: MIT and ASL 2.0 and ISC and BSD
 Group: Development/Languages
@@ -27,7 +27,7 @@ Patch4: nodejs-revert-utf8-node.patch
 
 # V8 presently breaks ABI at least every x.y release while never bumping SONAME,
 # so we need to be more explicit until spot fixes that
-%global v8_ge 1:3.14.5.7
+%global v8_ge 1:3.14.5.10-17
 %global v8_lt 1:3.15
 %global v8_abi 3.14
 
@@ -177,6 +177,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 %{_defaultdocdir}/%{name}-docs-%{version}
 
 %changelog
+* Tue Feb 24 2015 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.36-3
+- bump v8 requires (RHBZ#1195457)
+
 * Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.36-1
 - new upstream release 0.10.36
   http://blog.nodejs.org/2015/01/26/node-v0-10-36-stable/


More information about the scm-commits mailing list