Don't depend on java-gcj-compat

OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=36
This commit is contained in:
Fridrich Strba 2017-10-04 08:03:29 +00:00 committed by Git OBS Bridge
parent 44981ce293
commit beb875f64f

View File

@ -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