From 816368589d8c8d83b97762a1a079e85a375927f10174231b4be4f8353df8f60d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 11 Dec 2018 10:16:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=43 --- objectweb-asm.changes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/objectweb-asm.changes b/objectweb-asm.changes index 22e778b..a5e7ed4 100644 --- a/objectweb-asm.changes +++ b/objectweb-asm.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Dec 11 10:09:57 UTC 2018 - Fridrich Strba + +- Upgrade to version 6.0, the last version buildable with ant +- Removed patches: + * asm-3.3.1-jdk9.patch + * asm-3.3.1-sourcetarget.patch + * objectweb-asm-no-classpath-in-manifest.patch + + Not corresponding any more to the current state of code +- Added patches: + * objectweb-asm-6.0-no_bnd.patch + + Don't use bnd (which we don't have) to create bundles + * objectweb-asm-6.0-no_retrofit.patch + + Don't retrofit bytecode, since we build with target > 1.5 + * objectweb-asm-6.0-sourcetarget.patch + + Build with source/target 8 + * objectweb-asm-6.0-uberjar.patch + + Bring back the uberjars (asm-all.jar and asm-debug-all.jar) + since some packages might still depend on them + ------------------------------------------------------------------- Wed May 16 07:57:32 UTC 2018 - fstrba@suse.com