From 2e4b635f3c88f052f36155c24e3a5c355dc13d15 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 10 Feb 2016 12:10:57 -0500 Subject: [PATCH] Re-enable debug builds on supported arches --- nodejs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 4907ae8..708c660 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,4 +1,4 @@ -%global with_debug 0 +%global with_debug 1 # ARM builds currently break on the Debug builds, so we'll just # build the standard runtime until that gets sorted out. @@ -32,7 +32,7 @@ Name: nodejs Version: %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} -Release: 1%{?dist} +Release: 2%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -241,6 +241,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_pkgdocdir}/html %changelog +* Wed Feb 10 2016 Stephen Gallagher - 0.10.42-2 +- Re-enable debug builds on supported arches + * Wed Feb 10 2016 Stephen Gallagher - 0.10.42-1 - Update to Node.js 0.10.42 - https://github.com/nodejs/node/blob/v0.10.42/ChangeLog