From c1801b5ac5cca318d2cd17d1ba358229c992ffef Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Mon, 4 Apr 2011 14:18:06 -0500 Subject: [PATCH] - Upgrade to 3.3.1 --- .gitignore | 2 +- asm-3.2.pom => asm-3.3.1.pom | 2 +- asm-MANIFEST.MF | 12 ++++----- asm-all-3.2.pom => asm-all-3.3.1.pom | 2 +- ...analysis-3.2.pom => asm-analysis-3.3.1.pom | 2 +- asm-commons-3.2.pom => asm-commons-3.3.1.pom | 2 +- asm-parent-3.2.pom => asm-parent-3.3.1.pom | 8 +++--- asm-tree-3.2.pom => asm-tree-3.3.1.pom | 2 +- asm-util-3.2.pom => asm-util-3.3.1.pom | 2 +- asm-xml-3.2.pom => asm-xml-3.3.1.pom | 2 +- objectweb-asm.spec | 25 +++++++++++-------- sources | 2 +- 12 files changed, 33 insertions(+), 30 deletions(-) rename asm-3.2.pom => asm-3.3.1.pom (89%) rename asm-all-3.2.pom => asm-all-3.3.1.pom (90%) rename asm-analysis-3.2.pom => asm-analysis-3.3.1.pom (93%) rename asm-commons-3.2.pom => asm-commons-3.3.1.pom (93%) rename asm-parent-3.2.pom => asm-parent-3.3.1.pom (96%) rename asm-tree-3.2.pom => asm-tree-3.3.1.pom (92%) rename asm-util-3.2.pom => asm-util-3.3.1.pom (92%) rename asm-xml-3.2.pom => asm-xml-3.3.1.pom (92%) 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.3.1.pom similarity index 89% rename from asm-3.2.pom rename to asm-3.3.1.pom index c714db0..4b4cea6 100644 --- a/asm-3.2.pom +++ b/asm-3.3.1.pom @@ -4,7 +4,7 @@ asm-parent asm - 3.2 + 3.3.1 ASM Core 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.3.1.pom similarity index 90% rename from asm-all-3.2.pom rename to asm-all-3.3.1.pom index 9899a54..cbcb71f 100644 --- a/asm-all-3.2.pom +++ b/asm-all-3.3.1.pom @@ -4,7 +4,7 @@ asm asm-parent - 3.2 + 3.3.1 ASM All diff --git a/asm-analysis-3.2.pom b/asm-analysis-3.3.1.pom similarity index 93% rename from asm-analysis-3.2.pom rename to asm-analysis-3.3.1.pom index b393338..f6b7a51 100644 --- a/asm-analysis-3.2.pom +++ b/asm-analysis-3.3.1.pom @@ -4,7 +4,7 @@ asm-parent asm - 3.2 + 3.3.1 ASM Analysis diff --git a/asm-commons-3.2.pom b/asm-commons-3.3.1.pom similarity index 93% rename from asm-commons-3.2.pom rename to asm-commons-3.3.1.pom index 8517715..d0ffe75 100644 --- a/asm-commons-3.2.pom +++ b/asm-commons-3.3.1.pom @@ -4,7 +4,7 @@ asm-parent asm - 3.2 + 3.3.1 ASM Commons diff --git a/asm-parent-3.2.pom b/asm-parent-3.3.1.pom similarity index 96% rename from asm-parent-3.2.pom rename to asm-parent-3.3.1.pom index 740b1d8..0b6914c 100644 --- a/asm-parent-3.2.pom +++ b/asm-parent-3.3.1.pom @@ -6,7 +6,7 @@ asm-parent asm - 3.2 + 3.3.1 pom ASM @@ -55,9 +55,9 @@ - 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/ + 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/ diff --git a/asm-tree-3.2.pom b/asm-tree-3.3.1.pom similarity index 92% rename from asm-tree-3.2.pom rename to asm-tree-3.3.1.pom index 9f45452..da8012c 100644 --- a/asm-tree-3.2.pom +++ b/asm-tree-3.3.1.pom @@ -4,7 +4,7 @@ asm-parent asm - 3.2 + 3.3.1 ASM Tree diff --git a/asm-util-3.2.pom b/asm-util-3.3.1.pom similarity index 92% rename from asm-util-3.2.pom rename to asm-util-3.3.1.pom index e302b0f..51abac2 100644 --- a/asm-util-3.2.pom +++ b/asm-util-3.3.1.pom @@ -4,7 +4,7 @@ asm-parent asm - 3.2 + 3.3.1 ASM Util diff --git a/asm-xml-3.2.pom b/asm-xml-3.3.1.pom similarity index 92% rename from asm-xml-3.2.pom rename to asm-xml-3.3.1.pom index 0f3de1f..ab5c335 100644 --- a/asm-xml-3.2.pom +++ b/asm-xml-3.3.1.pom @@ -4,7 +4,7 @@ asm-parent asm - 3.2 + 3.3.1 ASM XML 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