[weld-core] Small fixes after moving to weld-parent 31

Marek Goldmann goldmann at fedoraproject.org
Mon Mar 23 15:53:31 UTC 2015


commit 34eb55da012852e9b8e37b6a80a46d272dadce8e
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Mon Mar 23 16:53:25 2015 +0100

    Small fixes after moving to weld-parent 31

 weld-core.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/weld-core.spec b/weld-core.spec
index a7f7b7d..f93d964 100644
--- a/weld-core.spec
+++ b/weld-core.spec
@@ -3,7 +3,7 @@
 
 Name:       weld-core
 Version:    2.2.6
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI)
 License:    ASL 2.0 and LGPLv2+ and (CDDL or GPLv2 with exceptions)
 URL:        http://seamframework.org/Weld
@@ -47,6 +47,8 @@ BuildRequires: mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.2_spec)
 BuildRequires: mvn(org.jboss.shrinkwrap:shrinkwrap-impl-base)
 BuildRequires: mvn(org.glassfish:javax.el)
 BuildRequires: mvn(org.jboss:jandex)
+BuildRequires: mvn(javax.transaction:jta)
+BuildRequires: mvn(org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec)
 
 %description
 Weld is the reference implementation (RI) for JSR-299: Java Contexts and
@@ -105,6 +107,9 @@ rm -rf environments/servlet/core/src/main/java/org/jboss/weld/environment/tomcat
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Mon Mar 23 2015 Marek Goldmann <mgoldman at redhat.com> - 2.2.6-2
+- Small fixes after moving to weld-parent 31
+
 * Wed Jan 14 2015 Marek Goldmann <mgoldman at redhat.com> - 2.2.6-1
 - Upstream release 2.2.6.Final
 


More information about the scm-commits mailing list