[findthatword] Fix variable declaration typo.

Jon Ciesla limb at fedoraproject.org
Tue Aug 5 15:59:18 UTC 2014


commit 1f52263deb60db0bc2bf6e44430dd7240a385ddc
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Aug 5 10:55:08 2014 -0500

    Fix variable declaration typo.

 findthatword-0.1-typo.patch |   11 +++++++++++
 findthatword.spec           |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/findthatword-0.1-typo.patch b/findthatword-0.1-typo.patch
new file mode 100644
index 0000000..1abffcc
--- /dev/null
+++ b/findthatword-0.1-typo.patch
@@ -0,0 +1,11 @@
+--- src/puzzle.py~	2009-01-19 10:26:22.000000000 -0600
++++ src/puzzle.py	2014-08-05 10:51:19.573158483 -0500
+@@ -659,7 +659,7 @@
+     
+     def update(self, new_word, new_clue):
+         """Change the word and / or description"""
+-        sucess = True
++        success = True
+         if new_clue:
+             self.clue = new_clue
+         if new_word <> self.get_word():
diff --git a/findthatword.spec b/findthatword.spec
index 74e63a3..0df0642 100644
--- a/findthatword.spec
+++ b/findthatword.spec
@@ -2,7 +2,7 @@
 
 Name:		findthatword
 Version:	0.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	A word search maker
 
 Group:		Amusements/Games
@@ -14,6 +14,7 @@ Patch0:		findthatword-0.1-modpath.patch
 Patch1:		findthatword-0.1-gladepath.patch
 Patch2:		findthatword-0.1-iconpath.patch
 Patch3:		findthatword-0.1-licensepath.patch
+Patch4:		findthatword-0.1-typo.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	desktop-file-utils python2-devel
@@ -32,6 +33,7 @@ and automated page layout.
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 
 %build
 
@@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/findthatword*
 
 %changelog
+* Tue Aug 05 2014 Jon Ciesla <limburgher at gmail.com> - 0.1-10
+- Patch for typo, BZ 1126915.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list