Hello community,

here is the log from the commit of package nodejs8 for openSUSE:Factory checked 
in at 2018-02-25 11:35:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs8 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs8"

Sun Feb 25 11:35:36 2018 rev:14 rq:578285 version:8.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs8/nodejs8.changes  2018-02-03 
15:41:10.745080006 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs8.new/nodejs8.changes     2018-02-25 
11:35:37.661290011 +0100
@@ -1,0 +2,13 @@
+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.
+
+-------------------------------------------------------------------
+Wed Feb  7 11:12:11 UTC 2018 - [email protected]
+
+- Fix specfile typo
+- Use gcc7 on Leap 42.3
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs8.spec ++++++
--- /var/tmp/diff_new_pack.Bjz0xy/_old  2018-02-25 11:35:38.909244701 +0100
+++ /var/tmp/diff_new_pack.Bjz0xy/_new  2018-02-25 11:35:38.917244411 +0100
@@ -147,9 +147,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
 
@@ -162,6 +168,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  procps
 BuildRequires:  python
+BuildRequires:  python2
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 
@@ -185,7 +192,7 @@
 %endif
 
 %if ! %{with intree_icu}
-BuildRequires:  pkgconfig(icu-i18n) >= {{min_icu_version}}
+BuildRequires:  pkgconfig(icu-i18n) >= 57
 %endif
 
 Requires(post): update-alternatives
@@ -241,6 +248,7 @@
 Obsoletes:      nodejs-npm < 4.0.0
 Provides:       npm = %{version}
 Provides:       npm(npm) = 5.6.0
+Recommends:     python2
 
 %description -n npm8
 A package manager for Node.js that allows developers to install and




Reply via email to