From dc9e0f1aa822c111db18639ffcf0ea8559c509aa Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 23 Dec 2009 11:19:49 +0000 Subject: [PATCH] BR java-devel 1.6.0. --- plexus-i18n.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plexus-i18n.spec b/plexus-i18n.spec index 8caf311..9c9f182 100644 --- a/plexus-i18n.spec +++ b/plexus-i18n.spec @@ -34,7 +34,7 @@ Name: plexus-i18n Version: 1.0 -Release: 0.b10.1%{?dist} +Release: 0.b10.2%{?dist} Epoch: 0 Summary: Plexus I18N Component License: ASL 2.0 @@ -51,6 +51,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: jpackage-utils >= 0:1.7.2 BuildRequires: ant >= 0:1.6 +BuildRequires: java-devel >= 1.6.0 %if %{with_maven} BuildRequires: maven2 >= 2.0.4-10jpp BuildRequires: maven2-plugin-compiler @@ -181,6 +182,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_javadocdir}/%{name} %changelog +* Wed Dec 23 2009 Alexander Kurtakov 0:1.0-0.b10.2 +- BR java-devel 1.6.0. + * Wed Dec 23 2009 Alexander Kurtakov 0:1.0-0.b10.1 - Update to beta 10. - Drop gcj and fix BRs.