Hello community,

here is the log from the commit of package nodejs-common for openSUSE:Factory 
checked in at 2019-10-30 14:41:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-common (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-common.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-common"

Wed Oct 30 14:41:05 2019 rev:5 rq:743470 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-common/nodejs-common.changes      
2019-03-01 20:29:31.442009856 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs-common.new.2990/nodejs-common.changes    
2019-10-30 14:41:07.601755202 +0100
@@ -1,0 +2,5 @@
+Mon Oct 28 11:13:23 UTC 2019 - Adam Majer <adam.ma...@suse.de>
+
+- Remove extra -g from compiler command-line
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nodejs-common.spec ++++++
--- /var/tmp/diff_new_pack.OQcPnM/_old  2019-10-30 14:41:08.389756041 +0100
+++ /var/tmp/diff_new_pack.OQcPnM/_new  2019-10-30 14:41:08.389756041 +0100
@@ -48,7 +48,7 @@
 %prep
 %build
 cp %{S:2} .
-gcc ${RPM_OPT_FLAGS} -g -o node %{S:1}
+gcc ${RPM_OPT_FLAGS} -o node %{S:1}
 
 %install
 install -D -m 0755 node %{buildroot}%{_bindir}/node


Reply via email to