Changelog for
objectweb-asm-6.0-64.10.noarch.rpm :
Tue Dec 11 13:00:00 2018 Jan Engelhardt
- Update RPM groups
Tue Dec 11 13:00:00 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 14:00:00 2018 fstrbaAATTsuse.com
- Build with source and target 8 to prepare for a possible removal
of 1.6 compatibility
- Added patch:
* asm-3.3.1-jdk9.patch
+ Since JDK9, \"_\" is reserved keyword
Wed Oct 4 14:00:00 2017 fstrbaAATTsuse.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 14:00:00 2017 dziolkowskiAATTsuse.com
- New build dependency: javapackages-local
- cleaned spec using spec-cleaner
- remove \"section free\" macro
- get rid of %if 0 blocks
Wed Mar 18 13:00:00 2015 tchvatalAATTsuse.com
- Fix build with new javapackages-tools
Wed Sep 25 14:00:00 2013 mvyskocilAATTsuse.com
- Build with gcc-java as openjdk7 (1.7.0_40) fails to build it
- Disable javadoc package
Wed Sep 11 14:00:00 2013 mvyskocilAATTsuse.com
- use add_maven_depmap from javapackages-tools
Mon Sep 9 14:00:00 2013 tchvatalAATTsuse.com
- Move from jpackage-utils to javapackage-tools
Sun Dec 18 13:00:00 2011 nlminhtlAATTgmail.com
- 3.3.1 release
* added new InstructionAdapter class, TryCatchBlockSorter (provided by Adrian Sampson)
* improved extensibility of analysis package (patch from Markus Heiden)
* 314119 Provide read access to uninitializedTypes in AnalyzerAdapter
* 313804 Improve analysis results
* a lot of bugfixes
Tue Jun 2 14:00:00 2009 mvyskocilAATTsuse.cz
- Initial SUSE packaging of objectweb-asm (from jpp 5.0)