- Upgrade to 3.3.1
This commit is contained in:
parent
ceed012e0b
commit
c1801b5ac5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
asm-3.2.tar.gz
|
asm-*.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM Core</name>
|
<name>ASM Core</name>
|
@ -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.2.0
|
Bundle-Version: 3.3.1
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Export-Package: org.objectweb.asm;version="3.2.0",org.objectweb.asm.co
|
Export-Package: org.objectweb.asm;version="3.3.1",org.objectweb.asm.co
|
||||||
mmons;version="3.2.0",org.objectweb.asm.signature;version="3.2.0",org
|
mmons;version="3.3.1",org.objectweb.asm.signature;version="3.3.1",org
|
||||||
.objectweb.asm.tree;version="3.2.0",org.objectweb.asm.tree.analysis;v
|
.objectweb.asm.tree;version="3.3.1",org.objectweb.asm.tree.analysis;v
|
||||||
ersion="3.2.0",org.objectweb.asm.util;version="3.2.0",org.objectweb.a
|
ersion="3.3.1",org.objectweb.asm.util;version="3.3.1",org.objectweb.a
|
||||||
sm.xml;version="3.2.0"
|
sm.xml;version="3.3.1"
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM All</name>
|
<name>ASM All</name>
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM Analysis</name>
|
<name>ASM Analysis</name>
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM Commons</name>
|
<name>ASM Commons</name>
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>ASM</name>
|
<name>ASM</name>
|
||||||
@ -55,9 +55,9 @@
|
|||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/tags/ASM_3_2</connection>
|
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
|
||||||
<developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/tags/ASM_3_2</developerConnection>
|
<developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
|
||||||
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/tags/ASM_3_2/</url>
|
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM Tree</name>
|
<name>ASM Tree</name>
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM Util</name>
|
<name>ASM Util</name>
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>asm-parent</artifactId>
|
<artifactId>asm-parent</artifactId>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<version>3.2</version>
|
<version>3.3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>ASM XML</name>
|
<name>ASM XML</name>
|
@ -31,22 +31,22 @@
|
|||||||
%define section free
|
%define section free
|
||||||
|
|
||||||
Name: objectweb-asm
|
Name: objectweb-asm
|
||||||
Version: 3.2
|
Version: 3.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: A code manipulation tool to implement adaptable systems
|
Summary: A code manipulation tool to implement adaptable systems
|
||||||
License: BSD
|
License: BSD
|
||||||
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.2.tar.gz
|
Source0: http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz
|
||||||
Source1: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.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.2/asm-analysis-3.2.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.2/asm-commons-3.2.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.2/asm-tree-3.2.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.2/asm-util-3.2.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.2/asm-xml-3.2.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.2/asm-all-3.2.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.2/asm-parent-3.2.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
|
||||||
@ -151,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 04 2011 Chris Aniszczyk <zx@redhat.com> 0:3.3.1
|
||||||
|
- Upgrade to 3.3.1
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.2-3
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user