[kdegames] * Tue Nov 09 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.5.3-3 - require only python-twisted-core

Kevin Kofler kkofler at fedoraproject.org
Tue Nov 9 21:06:58 UTC 2010


commit ac3f260a34543fc33ce7265183768b8b8b34af15
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Tue Nov 9 22:06:33 2010 +0100

    * Tue Nov 09 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.5.3-3
    - require only python-twisted-core, not all of python-twisted
    - explicitly require qt4-sqlite
    - require vorbis-tools for ogg123 (used by Kajongg to play sound)

 kdegames.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/kdegames.spec b/kdegames.spec
index a17fc32..3d07599 100644
--- a/kdegames.spec
+++ b/kdegames.spec
@@ -3,7 +3,7 @@ Name:    kdegames
 Summary: KDE Games
 Epoch:   6
 Version: 4.5.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 URL:     http://www.kde.org/
@@ -53,7 +53,9 @@ Requires: gnugo
 
 # for Kajongg
 Requires: PyKDE4
-Requires: python-twisted
+Requires: python-twisted-core
+Requires: qt4-sqlite
+Requires: vorbis-tools
 
 %if "%{?_ggz_version}" < "0.99.5"
 %define _skip_ggzconfig -DSKIP_GGZCONFIG=1
@@ -363,6 +365,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Nov 09 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.5.3-3
+- require only python-twisted-core, not all of python-twisted
+- explicitly require qt4-sqlite
+- require vorbis-tools for ogg123 (used by Kajongg to play sound)
+
 * Tue Nov 09 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.5.3-2
 - install Kajongg (multiplayer Mahjongg game)
 - Requires: PyKDE4, python-twisted, BuildRequires: python


More information about the scm-commits mailing list