Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package java-1_8_0-openj9 for
openSUSE:Factory checked in at 2021-06-19 23:03:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openj9 (Old)
and /work/SRC/openSUSE:Factory/.java-1_8_0-openj9.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openj9"
Sat Jun 19 23:03:17 2021 rev:10 rq:900740 version:1.8.0.292
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openj9/java-1_8_0-openj9.changes
2021-06-11 00:19:41.785423533 +0200
+++
/work/SRC/openSUSE:Factory/.java-1_8_0-openj9.new.2625/java-1_8_0-openj9.changes
2021-06-19 23:03:53.851750631 +0200
@@ -1,0 +2,7 @@
+Fri Jun 18 10:15:55 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Remove the forcing of DWARF version 4, since the libdwarf in
+ factory works correctly with this build and DWARF5 symbol format
+- Expand supported architectures to aarch64
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_8_0-openj9.spec ++++++
--- /var/tmp/diff_new_pack.m0aBaQ/_old 2021-06-19 23:03:55.203752716 +0200
+++ /var/tmp/diff_new_pack.m0aBaQ/_new 2021-06-19 23:03:55.207752722 +0200
@@ -16,6 +16,7 @@
#
+%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
%global debug 0
%global bootcycle 1
# Convert an absolute path to a relative path. Each symbolic link is
@@ -73,6 +74,9 @@
%ifarch s390x
%global archinstall s390x
%endif
+%ifarch %{aarch64}
+%global archinstall aarch64
+%endif
%if %{debug}
%global debugbuild slowdebug
%else
@@ -205,7 +209,7 @@
Provides: jre1.6.x
Provides: jre1.7.x
Provides: jre1.8.x
-ExclusiveArch: x86_64 ppc64le s390x
+ExclusiveArch: x86_64 ppc64le s390x aarch64
%if %{bootcycle}
BuildRequires: java-devel >= 1.7
BuildConflicts: java >= 9
@@ -409,13 +413,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 \
--disable-zip-debug-info \
--with-milestone="fcs" \