Fridrich Strba 2018-12-11 10:16:10 +00:00 committed by Git OBS Bridge
parent dc96843313
commit 816368589d

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 11 10:09:57 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- 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