Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package java-17-openjdk for openSUSE:Factory
checked in at 2025-09-29 16:32:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-17-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-17-openjdk.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-17-openjdk"
Mon Sep 29 16:32:26 2025 rev:43 rq:1307557 version:17.0.16.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes
2025-08-26 14:57:16.499087863 +0200
+++
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.11973/java-17-openjdk.changes
2025-09-29 16:34:38.792507906 +0200
@@ -1,0 +2,5 @@
+Sun Sep 28 11:01:03 UTC 2025 - Fridrich Strba <[email protected]>
+
+- Use gcc_version to decide about compiler
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-17-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.o4fgUA/_old 2025-09-29 16:34:39.924555565 +0200
+++ /var/tmp/diff_new_pack.o4fgUA/_new 2025-09-29 16:34:39.928555733 +0200
@@ -125,6 +125,9 @@
%global tapsetroot %{_datadir}/systemtap
%global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
%endif
+%if 0%{?gcc_version} < 7 || 0%{?suse_version} < 1500
+%define with_gcc 7
+%endif
Name: java-%{featurever}-openjdk
Version: %{package_version}
Release: 0
@@ -191,6 +194,8 @@
BuildRequires: fdupes
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
+BuildRequires: gcc%{?with_gcc}
+BuildRequires: gcc%{?with_gcc}-c++
BuildRequires: giflib-devel
BuildRequires: hicolor-icon-theme
BuildRequires: java-ca-certificates
@@ -244,13 +249,6 @@
Provides: jre1.8.x
Provides: jre1.9.x
%endif
-%if 0%{?suse_version} < 1500
-BuildRequires: gcc7
-BuildRequires: gcc7-c++
-%else
-BuildRequires: gcc >= 7
-BuildRequires: gcc-c++ >= 7
-%endif
%if %{with_system_lcms}
BuildRequires: liblcms2-devel
%endif
@@ -472,11 +470,11 @@
pushd %{buildoutputdir}
bash ../configure \
-%if 0%{?suse_version} < 1500
- CPP=cpp-7 \
- CXX=g++-7 \
- CC=gcc-7 \
- NM=gcc-nm-7 \
+%if 0%{?with_gcc}
+ CPP=cpp-%{with_gcc} \
+ CXX=g++-%{with_gcc} \
+ CC=gcc-%{with_gcc} \
+ NM=gcc-nm-%{with_gcc} \
%endif
%if %{is_release}
--with-version-pre="" \