From 9296ca6da7f3c20bf3b6658b127dc6baa7618b96b2cce7694eb86da3952141ea Mon Sep 17 00:00:00 2001 From: Factory Maintainer Date: Thu, 28 Aug 2014 17:05:57 +0000 Subject: [PATCH] Accepting request 246700 from openSUSE:Factory:Staging:H:DVD - build against bootstrap version of jdk - it's enough and avoids a build cycle OBS-URL: https://build.opensuse.org/request/show/246700 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=14 --- ecj.changes | 6 ++++++ ecj.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ecj.changes b/ecj.changes index 45e760f..5427b36 100644 --- a/ecj.changes +++ b/ecj.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 28 08:07:23 UTC 2014 - coolo@suse.com + +- build against bootstrap version of jdk - it's enough and avoids + a build cycle + ------------------------------------------------------------------- Mon Sep 9 11:05:39 UTC 2013 - tchvatal@suse.com diff --git a/ecj.spec b/ecj.spec index 9d41808..fd97e3f 100644 --- a/ecj.spec +++ b/ecj.spec @@ -1,7 +1,7 @@ # # spec file for package ecj # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: ant -BuildRequires: java-devel >= 1.6.0 +BuildRequires: java-1_7_0-openjdk-bootstrap-devel +#!BuildIgnore: java-1_7_0-openjdk-devel BuildRequires: javapackages-tools BuildRequires: sed BuildRequires: unzip