[findthatword/el5] Dropped bogus pygame requires.

Jon Ciesla limb at fedoraproject.org
Thu Oct 20 13:50:49 UTC 2011


commit 9c1d25c01cf9b540384232b641d881f306931537
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Thu Oct 20 08:50:27 2011 -0500

    Dropped bogus pygame requires.

 findthatword.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/findthatword.spec b/findthatword.spec
index b48d871..5740696 100644
--- a/findthatword.spec
+++ b/findthatword.spec
@@ -2,7 +2,7 @@
 
 Name:		findthatword
 Version:	0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A word search maker
 
 Group:		Amusements/Games
@@ -17,7 +17,7 @@ Patch3:		findthatword-0.1-licensepath.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	desktop-file-utils
-Requires:	pygame pygtk2 hicolor-icon-theme
+Requires:	pygtk2 hicolor-icon-theme
 
 %description
 A word search maker for teachers, parents and those who enjoy creating 
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/findthatword*
 
 %changelog
+* Thu Oct 20 2011 Jon Ciesla <limb at jcomserv.net> - 0.1-3
+- Dropped bogus pygame Requires.
+
 * Mon Oct 17 2011 Jon Ciesla <limb at jcomserv.net> - 0.1-2
 - Corrected icon placement.
 - Dropped Encoding from .desktop.


More information about the scm-commits mailing list