Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs-common for openSUSE:Factory checked in at 2021-06-25 15:00:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-common (Old) and /work/SRC/openSUSE:Factory/.nodejs-common.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-common" Fri Jun 25 15:00:32 2021 rev:14 rq:901230 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-common/nodejs-common.changes 2021-06-16 20:33:16.262959443 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-common.new.2625/nodejs-common.changes 2021-06-25 15:00:40.216102710 +0200 @@ -1,0 +2,12 @@ +Mon Jun 21 05:01:32 UTC 2021 - Andreas Schneider <a...@cryptomilk.org> + +- Allow building for Fedora in the OBS + +------------------------------------------------------------------- +Fri Jun 18 19:29:10 UTC 2021 - Adam Majer <adam.ma...@suse.de> + +- Some applications do not like warnings or notices on stderr + as they use it for other things. So make nodejs-common quiet + unless we have a fatal error. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-common.spec ++++++ --- /var/tmp/diff_new_pack.4zMIMZ/_old 2021-06-25 15:00:40.852103486 +0200 +++ /var/tmp/diff_new_pack.4zMIMZ/_new 2021-06-25 15:00:40.852103486 +0200 @@ -28,7 +28,7 @@ %define NODEJS_LTS 16 %define NODEJS_CURRENT 16 -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 || 0%{?fedora_version} %bcond_without libalternatives %else %bcond_with libalternatives ++++++ node.c ++++++ --- /var/tmp/diff_new_pack.4zMIMZ/_old 2021-06-25 15:00:40.912103559 +0200 +++ /var/tmp/diff_new_pack.4zMIMZ/_new 2021-06-25 15:00:40.912103559 +0200 @@ -73,7 +73,8 @@ // should not return, and if it does, it probably means // we should fall back to using node-default fallback. libalts_exec_default(argv); - fputs("Falling back to using -default symlink.\n", stderr); + // some programs parse stderr, so let's be quiet here. + //fputs("Falling back to using -default symlink.\n", stderr); } #endif