[glassfish-hk2] use objectweb-asm3

gil gil at fedoraproject.org
Thu Nov 14 05:41:56 UTC 2013


commit 22c0dc8f64172cc223f4e0810e1a7c9770a3887f
Author: gil <puntogil at libero.it>
Date:   Thu Nov 14 06:42:10 2013 +0100

    use objectweb-asm3

 glassfish-hk2.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/glassfish-hk2.spec b/glassfish-hk2.spec
index 4614b0a..b867091 100644
--- a/glassfish-hk2.spec
+++ b/glassfish-hk2.spec
@@ -1,6 +1,6 @@
 Name:          glassfish-hk2
 Version:       2.1.93
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Hundred Kilobytes Kernel
 License:       CDDL or GPLv2 with exceptions
 URL:           http://hk2.java.net/
@@ -45,7 +45,7 @@ BuildRequires: mvn(org.apache.maven:maven-artifact)
 BuildRequires: mvn(org.apache.maven:maven-archiver)
 BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
 BuildRequires: mvn(org.apache.maven.shared:maven-osgi)
-BuildRequires: objectweb-asm
+BuildRequires: objectweb-asm3
 BuildRequires: osgi-resource-locator
 BuildRequires: tiger-types
 BuildRequires: woodstox-core
@@ -269,6 +269,8 @@ sed -i "s|<addClasspath>true</addClasspath>|<addClasspath>false</addClasspath>|"
 # hk2-inhabitant-generator/src/test/java/org/jvnet/hk2/generator/tests
 rm -rf hk2-inhabitant-generator/src/test/java/org/jvnet/hk2/generator/tests/
 
+%pom_xpath_remove "pom:properties/pom:asm.version" 3
+
 cp -p %{SOURCE1} LICENSE.txt
 sed -i 's/\r//' LICENSE.txt
 
@@ -375,6 +377,9 @@ install -m 644 hk2-config/target/hk2-config-%{version}-tests.jar \
 %doc LICENSE.txt
 
 %changelog
+* Thu Nov 14 2013 gil cattaneo <puntogil at libero.it> 2.1.93-4
+- use objectweb-asm3
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.93-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list