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-19 23:03:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openj9 (Old)
 and      /work/SRC/openSUSE:Factory/.java-11-openj9.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-11-openj9"

Sat Jun 19 23:03:22 2021 rev:8 rq:900753 version:11.0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openj9/java-11-openj9.changes    
2021-06-11 00:19:39.893420246 +0200
+++ /work/SRC/openSUSE:Factory/.java-11-openj9.new.2625/java-11-openj9.changes  
2021-06-19 23:03:56.091754086 +0200
@@ -1,0 +2,6 @@
+Fri Jun 18 10:19:04 UTC 2021 - Fridrich Strba <fst...@suse.com>
+
+- Remove the forcing of DWARF version 4, since the libdwarf in
+  factory works correctly with this build and DWARF5 symbol format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ java-11-openj9.spec ++++++
--- /var/tmp/diff_new_pack.0zAiVG/_old  2021-06-19 23:03:57.727756610 +0200
+++ /var/tmp/diff_new_pack.0zAiVG/_new  2021-06-19 23:03:57.731756616 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
 %global debug 0
 %global add_back_javaee_modules 1
 # Convert an absolute path to a relative path.  Each symbolic link is
@@ -491,13 +492,6 @@
 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} \
@@ -531,17 +525,8 @@
     --disable-javac-server \
     --with-freemarker-jar=%{SOURCE3}
 
-# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist
-# disables FDS for all build configs and reverts to pre-FDS make 
%{?_smp_mflags} logic.
-# STRIP_POLICY=none says don't do any stripping. DEBUG_BINARIES=true says
-# ignore all the other logic about which debug options and just do '-g'.
-
 make \
-    JAVAC_FLAGS=-g \
     LOG=trace \
-    DEBUG_BINARIES=true \
-    STRIP_POLICY=no_strip \
-    POST_STRIP_CMD="" \
     %{imagestarget} docs
 
 # remove redundant *diz and *debuginfo files

Reply via email to