[jibx] added a version requirement for java-devel

hannes hannes at fedoraproject.org
Thu Sep 16 06:57:50 UTC 2010


commit c4cdec5d2a2e90532b7bb1890ccd176ef2c3e3d1
Author: johannes lips <johannes at fedorabox.localdomain>
Date:   Thu Sep 16 08:58:15 2010 +0200

    added a version requirement for java-devel

 jibx.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jibx.spec b/jibx.spec
index 7d74ca6..5ecef77 100644
--- a/jibx.spec
+++ b/jibx.spec
@@ -1,6 +1,6 @@
 Name: jibx		
 Version:	1.2.2	
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Framework for binding XML data to Java objects 
 
 Group:		Development/Libraries
@@ -10,7 +10,7 @@ Source0:	http://sourceforge.net/projects/jibx/files/jibx/jibx-1.2.2/%{name}_1_2_
 Patch0: %{name}-classpath.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
-BuildRequires: java-devel
+BuildRequires: java-devel>=1:1.6.0
 BuildRequires: ant
 BuildRequires: ant-junit
 BuildRequires: junit
@@ -134,6 +134,9 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Sep 09 2010 Johannes Lips <johannes.lips at googlemail.com> - 1.2.2-7
+- added a version requirement for java-devel
+
 * Wed Sep 09 2010 Johannes Lips <johannes.lips at googlemail.com> - 1.2.2-6
 - added a patch to meet all the dependencies
 


More information about the scm-commits mailing list