mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-25 01:45:35 +00:00
Re-enable debug builds on supported arches
This commit is contained in:
parent
aab8ed173f
commit
2e4b635f3c
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
%global with_debug 0
|
%global with_debug 1
|
||||||
|
|
||||||
# ARM builds currently break on the Debug builds, so we'll just
|
# ARM builds currently break on the Debug builds, so we'll just
|
||||||
# build the standard runtime until that gets sorted out.
|
# build the standard runtime until that gets sorted out.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
Version: %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: JavaScript runtime
|
Summary: JavaScript runtime
|
||||||
License: MIT and ASL 2.0 and ISC and BSD
|
License: MIT and ASL 2.0 and ISC and BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -241,6 +241,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_pkgdocdir}/html
|
%{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 0.10.42-2
|
||||||
|
- Re-enable debug builds on supported arches
|
||||||
|
|
||||||
* Wed Feb 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 0.10.42-1
|
* Wed Feb 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 0.10.42-1
|
||||||
- Update to Node.js 0.10.42
|
- Update to Node.js 0.10.42
|
||||||
- https://github.com/nodejs/node/blob/v0.10.42/ChangeLog
|
- https://github.com/nodejs/node/blob/v0.10.42/ChangeLog
|
||||||
|
|
Loading…
Reference in a new issue