[snakeyaml] Add BR on objectweb-asm3

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Mar 11 08:02:16 UTC 2015


commit ef52357dae91182fd795b953344f729540724b85
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Mar 11 09:02:10 2015 +0100

    Add BR on objectweb-asm3

 snakeyaml.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/snakeyaml.spec b/snakeyaml.spec
index fa170cc..4fc26e5 100644
--- a/snakeyaml.spec
+++ b/snakeyaml.spec
@@ -2,7 +2,7 @@
 
 Name:             snakeyaml
 Version:          1.13
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          YAML parser and emitter for the Java programming language
 License:          ASL 2.0
 # http://code.google.com/p/snakeyaml
@@ -24,6 +24,7 @@ Patch2:           java8-use-linked-hashmap.patch
 BuildArch:        noarch
 
 BuildRequires:  maven-local
+BuildRequires:  mvn(asm:asm)
 BuildRequires:  mvn(biz.source_code:base64coder)
 BuildRequires:  mvn(commons-codec:commons-codec)
 BuildRequires:  mvn(com.mycila.maven-license-plugin:maven-license-plugin)
@@ -91,6 +92,9 @@ sed -i 's/\r//g' LICENSE.txt
 %doc LICENSE.txt
 
 %changelog
+* Wed Mar 11 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.13-5
+- Add BR on objectweb-asm3
+
 * Wed Jan 21 2015 Mat Booth <mat.booth at redhat.com> - 1.13-4
 - Add missing BR on maven-site-plugin
 


More information about the scm-commits mailing list