Hello community, here is the log from the commit of package nodejs10 for openSUSE:Factory checked in at 2020-09-09 17:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs10 (Old) and /work/SRC/openSUSE:Factory/.nodejs10.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs10" Wed Sep 9 17:45:43 2020 rev:26 rq:832358 version:10.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs10/nodejs10.changes 2020-08-28 23:44:35.203516842 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs10.new.3399/nodejs10.changes 2020-09-09 17:45:46.122369382 +0200 @@ -13,0 +14,5 @@ +Tue Jul 28 07:13:57 UTC 2020 - Dirk Mueller <[email protected]> + +- avoid rpmbuild warnings on if/else/endif constructs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs10.spec ++++++ --- /var/tmp/diff_new_pack.VrTSHg/_old 2020-09-09 17:45:47.874370805 +0200 +++ /var/tmp/diff_new_pack.VrTSHg/_new 2020-09-09 17:45:47.878370809 +0200 @@ -36,7 +36,7 @@ %else %if %node_version_number >= 10 %define openssl_req_ver 1.1.0 -%else # node8 or older +%else %define openssl_req_ver 1.0.2 %endif %endif @@ -94,7 +94,7 @@ %else %bcond_with binutils_gold %endif -%endif # aarch64 +%endif # No binutils_gold on all versions of SLE 12 and Leap 42 (s390x). %ifarch s390x @@ -103,7 +103,7 @@ %else %bcond_with binutils_gold %endif -%endif # s390x +%endif %ifarch s390 %bcond_with binutils_gold @@ -219,7 +219,7 @@ %else BuildRequires: python %endif -%endif # python3 +%endif %if 0%{?suse_version} >= 1500 && %{node_version_number} >= 10 BuildRequires: group(nobody) @@ -230,7 +230,7 @@ %if %node_version_number >= 8 BuildRequires: pkgconfig(openssl) >= %{openssl_req_ver} -%else # older node doesn't support OpenSSL 1.1 +%else %if 0%{?suse_version} >= 1330 BuildRequires: libopenssl-1_0_0-devel @@ -238,8 +238,8 @@ BuildRequires: openssl-devel >= %{openssl_req_ver} %endif -%endif # older node doesn't support OpenSSL 1.1 -%endif # ! {with intree_openssl} +%endif +%endif %if ! 0%{with intree_cares} BuildRequires: pkgconfig(libcares) >= 1.10.0 @@ -353,7 +353,7 @@ %if %{node_version_number} >= 10 tar Jxvf %{SOURCE11} -%endif # node_version_number +%endif %patch3 -p1 %if ! 0%{with intree_openssl}
