Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-11-openj9 for openSUSE:Factory 
checked in at 2021-06-11 00:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openj9 (Old)
 and      /work/SRC/openSUSE:Factory/.java-11-openj9.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-11-openj9"

Fri Jun 11 00:19:03 2021 rev:7 rq:899087 version:11.0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openj9/java-11-openj9.changes    
2021-05-15 01:24:24.054980013 +0200
+++ /work/SRC/openSUSE:Factory/.java-11-openj9.new.32437/java-11-openj9.changes 
2021-06-11 00:19:39.893420246 +0200
@@ -1,0 +2,8 @@
+Tue Jun  8 08:40:35 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Force DWARF version 4 when building with gcc >= 11
+  * the internal omr tools set error with debugging information
+    in DWARF5 format
+  * fixes build in factory
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ java-11-openj9.spec ++++++
--- /var/tmp/diff_new_pack.jDlNZt/_old  2021-06-11 00:19:41.489423018 +0200
+++ /var/tmp/diff_new_pack.jDlNZt/_new  2021-06-11 00:19:41.493423026 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package java-11-openj9
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -484,13 +484,20 @@
 %build
 export ARCH_DATA_MODEL=64
 
-EXTRA_CFLAGS="-Wno-error -Wno-maybe-uninitialized -std=gnu++98 
-fno-delete-null-pointer-checks -fno-lifetime-dse -fpermissive"
+EXTRA_CFLAGS="-Wno-error -Wno-maybe-uninitialized 
-fno-delete-null-pointer-checks -fno-lifetime-dse"
 EXTRA_CPP_FLAGS="-Wno-error -Wno-maybe-uninitialized -std=gnu++98 
-fno-delete-null-pointer-checks -fno-lifetime-dse"
 
 %ifarch ppc64le
 EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing"
 %endif
 
+%if %{?pkg_vcmp:%pkg_vcmp gcc-c++ >= 11}%{!?pkg_vcmp:0}
+EXTRA_CPP_FLAGS="$EXTRA_CPP_FLAGS -g -gdwarf-4"
+EXTRA_CFLAGS="$EXTRA_CFLAGS -g -gdwarf-4"
+export CXXFLAGS="$EXTRA_CPP_FLAGS"
+export CFLAGS="$EXTRA_CFLAGS"
+%endif
+
 bash configure \
     --with-version-feature=%{featurever} \
     --with-version-interim=%{interimver} \

Reply via email to