Sat, 27 Apr 2024 22:52:15 UTC | login

Information for build asm2-2.2.3-7.el6

ID321
Package Nameasm2
Version2.2.3
Release7.el6
Epoch0
SummaryA code manipulation tool to implement adaptable systems
DescriptionASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. (* ASM can of course be used in a static way too.)
Built bykushaldas
State complete
Volume DEFAULT
StartedFri, 19 Dec 2014 12:26:05 UTC
CompletedFri, 19 Dec 2014 12:29:27 UTC
Taskbuild (cloud6-el6, asm2-2.2.3-7.el6.src.rpm)
Tags
cloud6-openstack-common-candidate
RPMs
src
asm2-2.2.3-7.el6.src.rpm (info) (download)
noarch
asm2-2.2.3-7.el6.noarch.rpm (info) (download)
asm2-demo-2.2.3-7.el6.noarch.rpm (info) (download)
asm2-javadoc-2.2.3-7.el6.noarch.rpm (info) (download)
asm2-manual-2.2.3-7.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.2.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Mar 31 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 0:2.2.3-5 - Fix unowned directories (#473622) * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Jul 09 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.2.3-3 - drop repotag * Tue Jan 22 2008 Permaine Cheung <pcheung@redhat.com> - 0:2.2.3-2jpp.1 - Merge with upstream * Tue Dec 18 2007 Ralph Apel <r.apel at r-apel.de> 0:2.2.3-2jpp - Fix parent pom filename * Fri Oct 12 2007 Ralph Apel <r.apel at r-apel.de> 0:2.2.3-1jpp - Upgrade to 2.2.3 - Add asm2-all jar file - Add manual subpackage - Optionally run tests (need lots of time, cpu, mem) - Add maven2 poms and depmap frags - Add gcj_support option - Make Vendor, Distribution based on macro * Fri Sep 21 2007 Permaine Cheung <pcheung@redhat.com> - 0:2.1-2jpp.2 - Fix Source0 URL, License tag * Tue Feb 13 2007 Andrew Overholt <overholt@redhat.com> 0:2.1-2jpp.1 - Fedora-ize Release - Remove faq.html and add LICENSE.TXT to %doc - Fix BuildRoot - Change Group - Un-tabify - Remove Vendor and Distribution tags - Remove %define section free - Clean up javadoc section: no more %ghost or %post{,un} - Add patch to patch-out Class-path in MANIFEST.MF * Thu Jan 05 2006 Fernando Nasser <fnasser@redhat.com> - 0:2.1-1jpp - First JPP 1.7 build * Thu Oct 06 2005 Ralph Apel <r.apel at r-apel.de> 0:2.1-1jpp - Upgrade to 2.1 * Fri Mar 11 2005 Sebastiano Vigna <vigna at acm.org> 0:2.0.RC1-1jpp - First release of the 2.0 line.