From a98edc835c4b8b92b60e5fa8be1cb3c5ae96b951 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 24 Mar 2014 12:06:06 +0100 Subject: [PATCH] Update to upstream version 5.0.1 --- objectweb-asm.spec | 17 ++++++++++------- sources | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/objectweb-asm.spec b/objectweb-asm.spec index feac0b6..504fdfc 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -1,12 +1,12 @@ Name: objectweb-asm -Version: 5.0 -Release: 0.3.beta%{?dist} +Version: 5.0.1 +Release: 1%{?dist} Summary: Java bytecode manipulation and analysis framework License: BSD URL: http://asm.ow2.org/ BuildArch: noarch -Source0: http://download.forge.ow2.org/asm/asm-%{version}_BETA.tar.gz +Source0: http://download.forge.ow2.org/asm/asm-%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: ant @@ -30,7 +30,7 @@ Summary: API documentation for %{name} This package provides %{summary}. %prep -%setup -q -n asm-%{version}_BETA +%setup -q -n asm-%{version} find -name *.jar -delete sed -i /Class-Path/d archive/*.bnd @@ -42,10 +42,10 @@ sed -i -e '/kind="lib"/d' -e 's|output/eclipse|output/build|' .classpath %ant -Dobjectweb.ant.tasks.path= jar jdoc %install -%mvn_artifact output/dist/lib/asm-parent-%{version}_BETA.pom +%mvn_artifact output/dist/lib/asm-parent-%{version}.pom for m in asm asm-analysis asm-commons asm-tree asm-util asm-xml all/asm-all all/asm-debug-all; do - %mvn_artifact output/dist/lib/${m}-%{version}_BETA.pom \ - output/dist/lib/${m}-%{version}_BETA.jar + %mvn_artifact output/dist/lib/${m}-%{version}.pom \ + output/dist/lib/${m}-%{version}.jar done %mvn_install -J output/dist/doc/javadoc/user @@ -60,6 +60,9 @@ done %doc LICENSE.txt %changelog +* Mon Mar 24 2014 Mikolaj Izdebski - 5.0.1-1 +- Update to upstream version 5.0.1 + * Wed Mar 19 2014 Mikolaj Izdebski - 5.0-0.3.beta - Enable asm-debug-all module diff --git a/sources b/sources index af4bed9..ab937ce 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -3025693f410c6e66d5422d4d9c855637 asm-5.0_BETA.tar.gz +5e8c67f39c51e50b3b3459fc6b44d439 asm-5.0.1.tar.gz 3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt