Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opa-fmgui for openSUSE:Factory checked in at 2023-11-01 22:10:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old) and /work/SRC/openSUSE:Factory/.opa-fmgui.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opa-fmgui" Wed Nov 1 22:10:55 2023 rev:10 rq:1121653 version:10.1.0.0.115 Changes: -------- --- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes 2022-04-11 23:51:01.953845843 +0200 +++ /work/SRC/openSUSE:Factory/.opa-fmgui.new.17445/opa-fmgui.changes 2023-11-01 22:11:29.523027156 +0100 @@ -1,0 +2,8 @@ +Tue Oct 31 22:45:47 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Modified patch: + * opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch + + Build with java source/target levels 8 + + Fixes building with JDK21 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opa-fmgui.spec ++++++ --- /var/tmp/diff_new_pack.i0xdSA/_old 2023-11-01 22:11:30.431060794 +0100 +++ /var/tmp/diff_new_pack.i0xdSA/_new 2023-11-01 22:11:30.435060943 +0100 @@ -1,7 +1,7 @@ # # spec file for package opa-fmgui # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2015 Intel Corporation # # All modifications and additions to the file contributed by third parties @@ -75,12 +75,12 @@ Patch3: opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch BuildRequires: ant BuildRequires: hicolor-icon-theme -BuildRequires: java-devel >= 1.7 +BuildRequires: java-devel >= 1.8 BuildRequires: openssl BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: wget -Requires: jre >= 1.7 +Requires: jre >= 1.8 Requires: mlocate # BuildRequires: gradle BuildArch: noarch ++++++ opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch ++++++ --- /var/tmp/diff_new_pack.i0xdSA/_old 2023-11-01 22:11:30.655069093 +0100 +++ /var/tmp/diff_new_pack.i0xdSA/_new 2023-11-01 22:11:30.655069093 +0100 @@ -13,7 +13,7 @@ </target> <target name="compile" description="Compiles the Fabric Manager GUI application"> - <javac srcdir="${src}" destdir="${target}/classes" -+ <javac target="1.7" srcdir="${src}" destdir="${target}/classes" ++ <javac target="1.8" srcdir="${src}" destdir="${target}/classes" encoding="windows-1252" debug="true" fork="yes"