From 752bcf5a846bea9ece33a5781dd00c43f456e874 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Aug 21 2020 16:22:46 +0000 Subject: Rebuild with a dependency on obsolete log4j package Run mvn_install with Java 11 --- diff --git a/eclipse.spec b/eclipse.spec index cefc2c5..8638b3f 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -51,7 +51,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: 4.16 -Release: 10%{?dist} +Release: 11%{?dist} License: EPL-2.0 URL: http://www.eclipse.org/ @@ -608,10 +608,6 @@ for f in eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.*/META- echo -e "Eclipse-BundleShape: dir\n\n" >> $f; done -# Add dep on Java API stubs when compiling with JDT -%pom_xpath_inject "pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId='tycho-compiler-plugin']/pom:dependencies" \ - "org.eclipsejava10api10" eclipse-platform-parent - # Build fake ant bundle that contains symlinks to system jars dependencies/fake_ant_dependency.sh @@ -743,6 +739,7 @@ EOF popd #eclipse %install +export JAVA_HOME=%{_jvmdir}/java-11 %mvn_install # Some directories we need @@ -1065,6 +1062,10 @@ echo "%{version}-%{release}" > %{buildroot}%{_eclipsedir}/.pkgs/Distro%{?dist} %{_eclipsedir}/plugins/org.eclipse.osgi.util_* %changelog +* Fri Aug 21 2020 Mat Booth - 1:4.16-11 +- Rebuild with a dependency on obsolete log4j package +- Run mvn_install with Java 11 + * Wed Aug 19 2020 Mat Booth - 1:4.16-10 - Rebuild against jakarta servlet API and updated batik - Update eclipse-build snapshot