Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2026-06-10 15:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_8_0-openjdk"

Wed Jun 10 15:50:25 2026 rev:115 rq:1358223 version:1.8.0.492

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes    
2026-06-05 14:59:12.969616566 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.2375/java-1_8_0-openjdk.changes
  2026-06-10 15:50:34.118291999 +0200
@@ -1,0 +2,8 @@
+Tue Jun  9 13:45:17 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Require at least gcc 7 on aarch64 since with gcc < 5 is considered
+  broken by upstream on this architecture: "checking for broken
+  aarch64 gcc 4.x... configure: error: GCC < 5 may incorrectly
+  compile HotSpot on aarch64. See JDK-8360869."
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ java-1_8_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.8PzmS6/_old  2026-06-10 15:50:39.082497712 +0200
+++ /var/tmp/diff_new_pack.8PzmS6/_new  2026-06-10 15:50:39.094498209 +0200
@@ -170,6 +170,11 @@
 %global tapsetroot %{_datadir}/systemtap
 %global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
 %endif
+%ifarch %{aarch64}
+%if 0%{?gcc_version} < 7 || 0%{?suse_version} < 1500
+%define with_gcc 7
+%endif
+%endif
 Name:           java-1_8_0-openjdk
 Version:        %{javaver}.%{updatever}
 Release:        0
@@ -223,7 +228,8 @@
 BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
-BuildRequires:  gcc-c++
+BuildRequires:  gcc%{?with_gcc}
+BuildRequires:  gcc%{?with_gcc}-c++
 BuildRequires:  giflib-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  javapackages-tools
@@ -440,7 +446,6 @@
 %build
 %define _lto_cflags %{nil}
 export LANG=C
-unset JAVA_HOME
 
 # How many cpu's do we have?
 export NUM_PROC=`%{_bindir}/getconf _NPROCESSORS_ONLN 2> /dev/null || :`
@@ -465,6 +470,13 @@
 export CFLAGS
 export CXXFLAGS
 
+%if 0%{?with_gcc}
+export CPP=cpp-%{with_gcc}
+export CXX=g++-%{with_gcc}
+export CC=gcc-%{with_gcc}
+export NM=gcc-nm-%{with_gcc}
+%endif
+
 sh autogen.sh
 %configure \
         --disable-downloading \

Reply via email to