From c1801b5ac5cca318d2cd17d1ba358229c992ffef Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Apr 04 2011 19:19:45 +0000 Subject: - Upgrade to 3.3.1 --- diff --git a/.gitignore b/.gitignore index 28ae703..1c0ce92 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -asm-3.2.tar.gz +asm-*.tar.gz diff --git a/asm-3.2.pom b/asm-3.2.pom deleted file mode 100644 index c714db0..0000000 --- a/asm-3.2.pom +++ /dev/null @@ -1,14 +0,0 @@ - - 4.0.0 - - - asm-parent - asm - 3.2 - - - ASM Core - asm - jar - - diff --git a/asm-3.3.1.pom b/asm-3.3.1.pom new file mode 100644 index 0000000..4b4cea6 --- /dev/null +++ b/asm-3.3.1.pom @@ -0,0 +1,14 @@ + + 4.0.0 + + + asm-parent + asm + 3.3.1 + + + ASM Core + asm + jar + + diff --git a/asm-MANIFEST.MF b/asm-MANIFEST.MF index 3d50d2b..8396138 100644 --- a/asm-MANIFEST.MF +++ b/asm-MANIFEST.MF @@ -4,11 +4,11 @@ Bundle-SymbolicName: org.objectweb.asm Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Localization: plugin -Bundle-Version: 3.2.0 +Bundle-Version: 3.3.1 Bundle-Vendor: %providerName -Export-Package: org.objectweb.asm;version="3.2.0",org.objectweb.asm.co - mmons;version="3.2.0",org.objectweb.asm.signature;version="3.2.0",org - .objectweb.asm.tree;version="3.2.0",org.objectweb.asm.tree.analysis;v - ersion="3.2.0",org.objectweb.asm.util;version="3.2.0",org.objectweb.a - sm.xml;version="3.2.0" +Export-Package: org.objectweb.asm;version="3.3.1",org.objectweb.asm.co + mmons;version="3.3.1",org.objectweb.asm.signature;version="3.3.1",org + .objectweb.asm.tree;version="3.3.1",org.objectweb.asm.tree.analysis;v + ersion="3.3.1",org.objectweb.asm.util;version="3.3.1",org.objectweb.a + sm.xml;version="3.3.1" diff --git a/asm-all-3.2.pom b/asm-all-3.2.pom deleted file mode 100644 index 9899a54..0000000 --- a/asm-all-3.2.pom +++ /dev/null @@ -1,15 +0,0 @@ - - 4.0.0 - - - asm - asm-parent - 3.2 - - - ASM All - asm - asm-all - jar - - diff --git a/asm-all-3.3.1.pom b/asm-all-3.3.1.pom new file mode 100644 index 0000000..cbcb71f --- /dev/null +++ b/asm-all-3.3.1.pom @@ -0,0 +1,15 @@ + + 4.0.0 + + + asm + asm-parent + 3.3.1 + + + ASM All + asm + asm-all + jar + + diff --git a/asm-analysis-3.2.pom b/asm-analysis-3.2.pom deleted file mode 100644 index b393338..0000000 --- a/asm-analysis-3.2.pom +++ /dev/null @@ -1,21 +0,0 @@ - - 4.0.0 - - - asm-parent - asm - 3.2 - - - ASM Analysis - asm-analysis - jar - - - - asm-tree - asm - - - - diff --git a/asm-analysis-3.3.1.pom b/asm-analysis-3.3.1.pom new file mode 100644 index 0000000..f6b7a51 --- /dev/null +++ b/asm-analysis-3.3.1.pom @@ -0,0 +1,21 @@ + + 4.0.0 + + + asm-parent + asm + 3.3.1 + + + ASM Analysis + asm-analysis + jar + + + + asm-tree + asm + + + + diff --git a/asm-commons-3.2.pom b/asm-commons-3.2.pom deleted file mode 100644 index 8517715..0000000 --- a/asm-commons-3.2.pom +++ /dev/null @@ -1,21 +0,0 @@ - - 4.0.0 - - - asm-parent - asm - 3.2 - - - ASM Commons - asm-commons - jar - - - - asm-tree - asm - - - - diff --git a/asm-commons-3.3.1.pom b/asm-commons-3.3.1.pom new file mode 100644 index 0000000..d0ffe75 --- /dev/null +++ b/asm-commons-3.3.1.pom @@ -0,0 +1,21 @@ + + 4.0.0 + + + asm-parent + asm + 3.3.1 + + + ASM Commons + asm-commons + jar + + + + asm-tree + asm + + + + diff --git a/asm-parent-3.2.pom b/asm-parent-3.2.pom deleted file mode 100644 index 740b1d8..0000000 --- a/asm-parent-3.2.pom +++ /dev/null @@ -1,144 +0,0 @@ - - 4.0.0 - - asm-parent - asm - 3.2 - pom - - ASM - A very small and fast Java bytecode manipulation framework - http://asm.objectweb.org/ - - - ObjectWeb - http://www.objectweb.org/ - - 2000 - - - - BSD - http://asm.objectweb.org/license.html - - - - - - Eric Bruneton - ebruneton - ebruneton@free.fr - - Creator - Java Developer - - - - Eugene Kuleshov - eu - eu@javatx.org - - Java Developer - - - - Remi Forax - forax - forax@univ-mlv.fr - - Java Developer - - - - - - scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/tags/ASM_3_2 - scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/tags/ASM_3_2 - http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/tags/ASM_3_2/ - - - - http://forge.objectweb.org/tracker/?group_id=23 - - - - - - - asm - ${project.groupId} - ${project.version} - - - - asm-tree - ${project.groupId} - ${project.version} - - - - asm-analysis - ${project.groupId} - ${project.version} - - - - asm-commons - ${project.groupId} - ${project.version} - - - - asm-util - ${project.groupId} - ${project.version} - - - - asm-xml - ${project.groupId} - ${project.version} - - - - - - - - ASM Users List - sympa@ow2.org?subject=subscribe%20asm - sympa@ow2.org?subject=unsubscribe%20asm - asm@ow2.org - http://www.ow2.org/wws/arc/asm - - - ASM Team List - sympa@ow2.org?subject=subscribe%20asm-team - sympa@ow2.org?subject=unsubscribe%20asm-team - asm-team@ow2.org - http://www.ow2.org/wws/arc/asm-team - - - - - http://mojo.codehaus.org/my-project - - objectweb - false - ObjectWeb Maven 2.0 Repository - dav:https://maven.forge.objectweb.org:8002/maven2/ - default - - - objectweb.snapshots - false - ObjectWeb Maven 2.0 Snapshot Repository - dav:https://maven.forge.objectweb.org:8002/maven2-snapshot/ - default - - - - diff --git a/asm-parent-3.3.1.pom b/asm-parent-3.3.1.pom new file mode 100644 index 0000000..0b6914c --- /dev/null +++ b/asm-parent-3.3.1.pom @@ -0,0 +1,144 @@ + + 4.0.0 + + asm-parent + asm + 3.3.1 + pom + + ASM + A very small and fast Java bytecode manipulation framework + http://asm.objectweb.org/ + + + ObjectWeb + http://www.objectweb.org/ + + 2000 + + + + BSD + http://asm.objectweb.org/license.html + + + + + + Eric Bruneton + ebruneton + ebruneton@free.fr + + Creator + Java Developer + + + + Eugene Kuleshov + eu + eu@javatx.org + + Java Developer + + + + Remi Forax + forax + forax@univ-mlv.fr + + Java Developer + + + + + + scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk + scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk + http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/ + + + + http://forge.objectweb.org/tracker/?group_id=23 + + + + + + + asm + ${project.groupId} + ${project.version} + + + + asm-tree + ${project.groupId} + ${project.version} + + + + asm-analysis + ${project.groupId} + ${project.version} + + + + asm-commons + ${project.groupId} + ${project.version} + + + + asm-util + ${project.groupId} + ${project.version} + + + + asm-xml + ${project.groupId} + ${project.version} + + + + + + + + ASM Users List + sympa@ow2.org?subject=subscribe%20asm + sympa@ow2.org?subject=unsubscribe%20asm + asm@ow2.org + http://www.ow2.org/wws/arc/asm + + + ASM Team List + sympa@ow2.org?subject=subscribe%20asm-team + sympa@ow2.org?subject=unsubscribe%20asm-team + asm-team@ow2.org + http://www.ow2.org/wws/arc/asm-team + + + + + http://mojo.codehaus.org/my-project + + objectweb + false + ObjectWeb Maven 2.0 Repository + dav:https://maven.forge.objectweb.org:8002/maven2/ + default + + + objectweb.snapshots + false + ObjectWeb Maven 2.0 Snapshot Repository + dav:https://maven.forge.objectweb.org:8002/maven2-snapshot/ + default + + + + diff --git a/asm-tree-3.2.pom b/asm-tree-3.2.pom deleted file mode 100644 index 9f45452..0000000 --- a/asm-tree-3.2.pom +++ /dev/null @@ -1,21 +0,0 @@ - - 4.0.0 - - - asm-parent - asm - 3.2 - - - ASM Tree - asm-tree - jar - - - - asm - asm - - - - diff --git a/asm-tree-3.3.1.pom b/asm-tree-3.3.1.pom new file mode 100644 index 0000000..da8012c --- /dev/null +++ b/asm-tree-3.3.1.pom @@ -0,0 +1,21 @@ + + 4.0.0 + + + asm-parent + asm + 3.3.1 + + + ASM Tree + asm-tree + jar + + + + asm + asm + + + + diff --git a/asm-util-3.2.pom b/asm-util-3.2.pom deleted file mode 100644 index e302b0f..0000000 --- a/asm-util-3.2.pom +++ /dev/null @@ -1,21 +0,0 @@ - - 4.0.0 - - - asm-parent - asm - 3.2 - - - ASM Util - asm-util - jar - - - - asm-tree - asm - - - - diff --git a/asm-util-3.3.1.pom b/asm-util-3.3.1.pom new file mode 100644 index 0000000..51abac2 --- /dev/null +++ b/asm-util-3.3.1.pom @@ -0,0 +1,21 @@ + + 4.0.0 + + + asm-parent + asm + 3.3.1 + + + ASM Util + asm-util + jar + + + + asm-tree + asm + + + + diff --git a/asm-xml-3.2.pom b/asm-xml-3.2.pom deleted file mode 100644 index 0f3de1f..0000000 --- a/asm-xml-3.2.pom +++ /dev/null @@ -1,21 +0,0 @@ - - 4.0.0 - - - asm-parent - asm - 3.2 - - - ASM XML - asm-xml - jar - - - - asm-util - asm - - - - diff --git a/asm-xml-3.3.1.pom b/asm-xml-3.3.1.pom new file mode 100644 index 0000000..ab5c335 --- /dev/null +++ b/asm-xml-3.3.1.pom @@ -0,0 +1,21 @@ + + 4.0.0 + + + asm-parent + asm + 3.3.1 + + + ASM XML + asm-xml + jar + + + + asm-util + asm + + + + diff --git a/objectweb-asm.spec b/objectweb-asm.spec index 70ab453..22e6070 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -31,22 +31,22 @@ %define section free Name: objectweb-asm -Version: 3.2 -Release: 3%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Epoch: 0 Summary: A code manipulation tool to implement adaptable systems License: BSD URL: http://asm.objectweb.org/ Group: Development/Libraries/Java -Source0: http://download.forge.objectweb.org/asm/asm-3.2.tar.gz -Source1: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.pom -Source2: http://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom -Source3: http://repo1.maven.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom -Source4: http://repo1.maven.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom -Source5: http://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom -Source6: http://repo1.maven.org/maven2/asm/asm-xml/3.2/asm-xml-3.2.pom -Source7: http://repo1.maven.org/maven2/asm/asm-all/3.2/asm-all-3.2.pom -Source8: http://repo1.maven.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom +Source0: http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz +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.3.1/asm-analysis-3.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.3.1/asm-tree-3.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.3.1/asm-xml-3.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.3.1/asm-parent-3.3.1.pom Source9: asm-MANIFEST.MF Patch0: objectweb-asm-no-classpath-in-manifest.patch # Needed by asm-xml.jar @@ -151,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT %{_javadocdir}/%{name} %changelog +* Mon Apr 04 2011 Chris Aniszczyk 0:3.3.1 +- Upgrade to 3.3.1 + * Tue Feb 08 2011 Fedora Release Engineering - 0:3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 2f3802e..4af6a91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2220390f526a6f1879eb0ad7ee3eed4 asm-3.2.tar.gz +433024df8176f09922646316e415631c asm-3.3.1.tar.gz