Hello community, here is the log from the commit of package nodejs6 for openSUSE:Factory checked in at 2018-02-20 17:56:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs6 (Old) and /work/SRC/openSUSE:Factory/.nodejs6.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs6" Tue Feb 20 17:56:47 2018 rev:22 rq:578284 version:6.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs6/nodejs6.changes 2018-02-07 18:42:21.565524965 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs6.new/nodejs6.changes 2018-02-20 17:58:25.239237075 +0100 @@ -1,0 +2,7 @@ +Tue Feb 13 08:40:52 UTC 2018 - [email protected] + +- Add Recommends and BuildRequire on python2 for npm. node-gyp + requires this old version of python for now. This is only needed + for binary modules. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs6.spec ++++++ --- /var/tmp/diff_new_pack.YBnIwI/_old 2018-02-20 17:58:26.695184663 +0100 +++ /var/tmp/diff_new_pack.YBnIwI/_new 2018-02-20 17:58:26.703184375 +0100 @@ -146,9 +146,15 @@ %define cc_exec gcc-5 %define cpp_exec g++-5 %else +%if 0%{?sle_version} <= 120200 || (0%{?sle_version} == 120300 && !0%{?is_opensuse}) BuildRequires: gcc6-c++ %define cc_exec gcc-6 %define cpp_exec g++-6 +%else +BuildRequires: gcc7-c++ +%define cc_exec gcc-7 +%define cpp_exec g++-7 +%endif # SLE 12 <= SP2 and SLE 12 SP3 but not Leap 42.3 %endif # SLE 12 < SP1 %endif # node >= 8 and sle == 12 @@ -161,6 +167,7 @@ BuildRequires: pkg-config BuildRequires: procps BuildRequires: python +BuildRequires: python2 BuildRequires: xz BuildRequires: zlib-devel @@ -240,6 +247,7 @@ Obsoletes: nodejs-npm < 4.0.0 Provides: npm = %{version} Provides: npm(npm) = 3.10.10 +Recommends: python2 %description -n npm6 A package manager for Node.js that allows developers to install and
