Accepting request 101633 from Java:packages

improved changes

OBS-URL: https://build.opensuse.org/request/show/101633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2012-01-27 14:22:43 +00:00 committed by Git OBS Bridge
parent 0681d75d57
commit 3e84f986f0
14 changed files with 318 additions and 293 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b42cf0c5427e90206173616a67d31404bb25c1b58c7799cf4a2bd638d67ca54
size 572607

View File

@ -3,8 +3,8 @@
<parent> <parent>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM Core</name> <name>ASM Core</name>

3
asm-3.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69a523d41c82d7979c9b47271e31187e23c064e1d2a93b52950463bcb80197f5
size 854626

View File

@ -4,11 +4,11 @@ Bundle-SymbolicName: org.objectweb.asm
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-Version: 3.1.0.v200803061910 Bundle-Version: 3.3.1
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Export-Package: org.objectweb.asm;version="3.1.0",org.objectweb.asm.co Export-Package: org.objectweb.asm;version="3.3.1",org.objectweb.asm.co
mmons;version="3.1.0",org.objectweb.asm.signature;version="3.1.0",org mmons;version="3.3.1",org.objectweb.asm.signature;version="3.3.1",org
.objectweb.asm.tree;version="3.1.0",org.objectweb.asm.tree.analysis;v .objectweb.asm.tree;version="3.3.1",org.objectweb.asm.tree.analysis;v
ersion="3.1.0",org.objectweb.asm.util;version="3.1.0",org.objectweb.a ersion="3.3.1",org.objectweb.asm.util;version="3.3.1",org.objectweb.a
sm.xml;version="3.1.0" sm.xml;version="3.3.1"

View File

@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM All</name> <name>ASM All</name>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<artifactId>asm-all</artifactId> <artifactId>asm-all</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -3,8 +3,8 @@
<parent> <parent>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM Analysis</name> <name>ASM Analysis</name>
@ -14,7 +14,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<artifactId>asm-tree</artifactId> <artifactId>asm-tree</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -3,8 +3,8 @@
<parent> <parent>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM Commons</name> <name>ASM Commons</name>
@ -14,7 +14,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<artifactId>asm-tree</artifactId> <artifactId>asm-tree</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ASM</name> <name>ASM</name>
@ -19,11 +19,18 @@
</organization> </organization>
<inceptionYear>2000</inceptionYear> <inceptionYear>2000</inceptionYear>
<licenses>
<license>
<name>BSD</name>
<url>http://asm.objectweb.org/license.html</url>
</license>
</licenses>
<developers> <developers>
<developer> <developer>
<name>Eric Bruneton</name> <name>Eric Bruneton</name>
<id>ebruneton</id> <id>ebruneton</id>
<email>Eric.Bruneton@rd.francetelecom.com</email> <email>ebruneton@free.fr</email>
<roles> <roles>
<role>Creator</role> <role>Creator</role>
<role>Java Developer</role> <role>Java Developer</role>
@ -37,12 +44,20 @@
<role>Java Developer</role> <role>Java Developer</role>
</roles> </roles>
</developer> </developer>
<developer>
<name>Remi Forax</name>
<id>forax</id>
<email>forax@univ-mlv.fr</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers> </developers>
<scm> <scm>
<connection>scm:cvs:pserver:anonymous@cvs.forge.objectweb.org:/cvsroot/asm:asm</connection> <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.forge.objectweb.org:/cvsroot/asm:asm</developerConnection> <developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
<url>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/asm/</url> <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
</scm> </scm>
<issueManagement> <issueManagement>

View File

@ -3,8 +3,8 @@
<parent> <parent>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM Tree</name> <name>ASM Tree</name>
@ -14,7 +14,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<artifactId>asm</artifactId> <artifactId>asm</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -3,8 +3,8 @@
<parent> <parent>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM Util</name> <name>ASM Util</name>
@ -14,7 +14,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<artifactId>asm-tree</artifactId> <artifactId>asm-tree</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -3,8 +3,8 @@
<parent> <parent>
<artifactId>asm-parent</artifactId> <artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
<version>3.1</version> <version>3.3.1</version>
</parent> </parent>
<name>ASM XML</name> <name>ASM XML</name>
@ -14,7 +14,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<artifactId>asm-util</artifactId> <artifactId>asm-util</artifactId>
<groupId>org.objectweb.asm</groupId> <groupId>asm</groupId>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -1,5 +1,5 @@
--- asm-3.1/archive/asm-xml.xml.orig 2008-10-20 15:35:03.716137723 -0400 --- asm-3.2/archive/asm-xml.xml.orig 2010-04-19 11:25:13.000000000 -0400
+++ asm-3.1/archive/asm-xml.xml 2008-10-20 15:35:12.071115378 -0400 +++ asm-3.2/archive/asm-xml.xml 2010-04-19 11:25:21.000000000 -0400
@@ -10,7 +10,6 @@ @@ -10,7 +10,6 @@
<attribute name="Implementation-Title" value="ASM XML classes"/> <attribute name="Implementation-Title" value="ASM XML classes"/>
<attribute name="Implementation-Version" value="${product.artifact}"/> <attribute name="Implementation-Version" value="${product.artifact}"/>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 18 00:42:38 UTC 2011 - nlminhtl@gmail.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:50:36 CEST 2009 - mvyskocil@suse.cz Tue Jun 2 14:50:36 CEST 2009 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package objectweb-asm (Version 3.1) # spec file for package objectweb-asm
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,21 +19,21 @@
%define section free %define section free
Name: objectweb-asm Name: objectweb-asm
Version: 3.1 Version: 3.3.1
Release: 1 Release: 1
Summary: A code manipulation tool to implement adaptable systems Summary: A code manipulation tool to implement adaptable systems
License: BSD-3-Clause License: BSD-3-Clause
Url: http://asm.objectweb.org/ Url: http://asm.objectweb.org/
Group: Development/Libraries/Java Group: Development/Libraries/Java
Source0: http://download.forge.objectweb.org/asm/asm-3.1.tar.bz2 Source0: http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz
Source1: http://repo1.maven.org/maven2/asm/asm/3.1/asm-3.1.pom Source1: http://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
Source2: http://repo1.maven.org/maven2/asm/asm-analysis/3.1/asm-analysis-3.1.pom Source2: http://repo1.maven.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
Source3: http://repo1.maven.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom Source3: http://repo1.maven.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom
Source4: http://repo1.maven.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom Source4: http://repo1.maven.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
Source5: http://repo1.maven.org/maven2/asm/asm-util/3.1/asm-util-3.1.pom Source5: http://repo1.maven.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom
Source6: http://repo1.maven.org/maven2/asm/asm-xml/3.1/asm-xml-3.1.pom Source6: http://repo1.maven.org/maven2/asm/asm-xml/3.3.1/asm-xml-3.3.1.pom
Source7: http://repo1.maven.org/maven2/asm/asm-all/3.1/asm-all-3.1.pom Source7: http://repo1.maven.org/maven2/asm/asm-all/3.3.1/asm-all-3.3.1.pom
Source8: http://repo1.maven.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom Source8: http://repo1.maven.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Source9: asm-MANIFEST.MF Source9: asm-MANIFEST.MF
Patch0: objectweb-asm-no-classpath-in-manifest.patch Patch0: objectweb-asm-no-classpath-in-manifest.patch
# Needed by asm-xml.jar # Needed by asm-xml.jar