[freecol/f17] - Resolves rhbz#791366 - Patch from Omair Majid <omajid at redhat.com> to remove explicit Java 6 req.

Deepak Bhole dbhole at fedoraproject.org
Fri Feb 17 19:35:08 UTC 2012


commit 557af2c76426f0f09de5f86785cb400c23f14082
Author: Deepak Bhole <dbhole at redhat.com>
Date:   Fri Feb 17 14:34:35 2012 -0500

    - Resolves rhbz#791366
    - Patch from Omair Majid <omajid at redhat.com> to remove explicit Java 6 req.

 freecol.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/freecol.spec b/freecol.spec
index e767c46..09a4b84 100644
--- a/freecol.spec
+++ b/freecol.spec
@@ -7,7 +7,7 @@
 
 Name:           freecol
 Version:        0.10.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Turn-based multi-player strategy game
 Group:          Amusements/Games
 License:        GPL+
@@ -20,9 +20,9 @@ BuildRequires:  ant ant-nodeps xml-commons-apis xml-commons-resolver
 BuildRequires:  tetex-tex4ht desktop-file-utils fontpackages-devel
 BuildRequires:  apache-commons-cli cortado jorbis miglayout
 # Doesn't run with gcj, so better build it with icedtea/openjdk too
-BuildRequires:  java-1.6.0-openjdk-devel
+BuildRequires:  java-devel >= 1:1.6.0
 BuildArch:      noarch
-Requires:       java-1.6.0-openjdk jpackage-utils hicolor-icon-theme
+Requires:       java >= 1:1.6.0 jpackage-utils hicolor-icon-theme
 Requires:       apache-commons-cli cortado jorbis miglayout
 Requires:       vorbisspi tritonus
 Requires:       %{name}-shadowedblack-fonts %{name}-imperator-fonts
@@ -149,6 +149,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Feb 17 2012 Deepak Bhole <dbhole at redhat.com> - 0.10.3-3
+- Resolves rhbz#791366
+- Patch from Omair Majid <omajid at redhat.com> to remove explicit Java 6 req.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list