[findthatword] Dropped bogus requires on pygame.

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


commit 550bf44cf82c5ba7296b479918bdf7fdea3843cb
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Thu Oct 20 08:44:17 2011 -0500

    Dropped bogus requires on pygame.

 findthatword.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/findthatword.spec b/findthatword.spec
index a77bef3..f095381 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 
@@ -84,6 +84,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