From beb875f64f67adef93dc3a5bc27b335d20dbee9649f38ea325dc609695f39e33 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 4 Oct 2017 08:03:29 +0000 Subject: [PATCH] Don't depend on java-gcj-compat OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=36 --- objectweb-asm.changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/objectweb-asm.changes b/objectweb-asm.changes index ffd1d33..28bcfde 100644 --- a/objectweb-asm.changes +++ b/objectweb-asm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 4 08:01:47 UTC 2017 - fstrba@suse.com + +- Remove dependency on java-1_5_0-gcj-compat-devel +- Specify java source and target level 1.6 to allow building with + jdk9 +- Added patch: + * asm-3.3.1-sourcetarget.patch + + Don't hardcode the source and target levels, allow specifying + them on command-line + ------------------------------------------------------------------- Fri May 19 12:01:04 UTC 2017 - dziolkowski@suse.com