Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse for openSUSE:Factory checked in at 2023-02-10 14:35:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse (Old) and /work/SRC/openSUSE:Factory/.eclipse.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse" Fri Feb 10 14:35:32 2023 rev:20 rq:1064162 version:4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse/eclipse.changes 2022-07-13 13:45:26.270036044 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse.new.1848/eclipse.changes 2023-02-10 14:35:36.962026544 +0100 @@ -1,0 +2,7 @@ +Fri Feb 10 07:31:48 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * eclipse-ant.patch + + allow building with newer ant versions + +------------------------------------------------------------------- New: ---- eclipse-ant.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse.spec ++++++ --- /var/tmp/diff_new_pack.HdESfr/_old 2023-02-10 14:35:37.590030296 +0100 +++ /var/tmp/diff_new_pack.HdESfr/_new 2023-02-10 14:35:37.598030344 +0100 @@ -1,7 +1,7 @@ # # spec file for package eclipse-bootstrap # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -117,6 +117,7 @@ Patch34: eclipse-libkeystorelinuxnative.patch # PATCH-FIX-UPSTREAM bsc#1183728 CVE-2020-27225 Help Subsystem does not authenticate active help requests Patch35: eclipse-CVE-2020-27225.patch +Patch36: eclipse-ant.patch BuildRequires: ant >= 1.10.5 BuildRequires: ant-antlr BuildRequires: ant-apache-bcel @@ -524,6 +525,7 @@ %patch33 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 # Extend the objectweb-asm requirements sed -i -e 's/org\.objectweb\.asm\.tree;bundle-version="\[6\.0\.0,8\.0\.0)"/org\.objectweb\.asm\.tree;bundle-version="\[6\.0\.0,10\.0\.0)"/g' \ ++++++ eclipse-ant.patch ++++++ --- a/eclipse.platform/ant/org.eclipse.ant.launching/loggers/org/eclipse/ant/internal/launching/runtime/logger/NullBuildLogger.java 2022-10-20 08:40:19.803133825 +0200 +++ b/eclipse.platform/ant/org.eclipse.ant.launching/loggers/org/eclipse/ant/internal/launching/runtime/logger/NullBuildLogger.java 2023-01-26 19:58:50.129486376 +0100 @@ -41,7 +41,7 @@ fMessageOutputLevel = level; } - protected int getMessageOutputLevel() { + public int getMessageOutputLevel() { return fMessageOutputLevel; }