Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse-emf for openSUSE:Factory checked in at 2022-03-29 21:06:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-emf (Old) and /work/SRC/openSUSE:Factory/.eclipse-emf.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-emf" Tue Mar 29 21:06:46 2022 rev:5 rq:965678 version:2.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-emf/eclipse-emf.changes 2020-07-16 12:12:24.346597889 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse-emf.new.1900/eclipse-emf.changes 2022-03-29 21:06:48.417106687 +0200 @@ -1,0 +2,6 @@ +Tue Mar 29 14:01:18 UTC 2022 - Fridrich Strba <[email protected]> + +- Force building with Java 11, since tycho is not knowing about any + Java >= 15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-emf.spec ++++++ --- /var/tmp/diff_new_pack.Mm9vx5/_old 2022-03-29 21:06:49.101107281 +0200 +++ /var/tmp/diff_new_pack.Mm9vx5/_new 2022-03-29 21:06:49.105107284 +0200 @@ -1,7 +1,7 @@ # -# spec file for package eclipse-emf +# spec file for package eclipse-emf-bootstrap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,9 @@ BuildRequires: fdupes BuildRequires: maven-local BuildRequires: xz +BuildConflicts: java >= 12 +BuildConflicts: java-devel >= 12 +BuildConflicts: java-headless >= 12 # Upstream Eclipse no longer supports non-64bit arches ExcludeArch: s390 %{arm} %{ix86} %if %{with bootstrap} @@ -65,6 +68,7 @@ %if %{with bootstrap} %package -n eclipse-emf-core-bootstrap %else + %package core Obsoletes: eclipse-emf-core-bootstrap %endif @@ -74,6 +78,7 @@ %if %{with bootstrap} %description -n eclipse-emf-core-bootstrap %else + %description core %endif Core EMF bundles required by the Eclipse platform. @@ -224,6 +229,7 @@ %if %{with bootstrap} %files -n eclipse-emf-core-bootstrap -f .mfiles %else + %files core -f .mfiles %endif %license org.eclipse.emf/features/org.eclipse.emf.license-feature/*.html
