[sugar-maze] v10

Peter Robinson pbrobinson at fedoraproject.org
Wed Jun 8 19:53:27 UTC 2011


commit 074c257379d5fded9038ed4a9fca7add5ab8991c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jun 8 20:53:15 2011 +0100

    v10

 .gitignore      |    1 +
 sources         |    2 +-
 sugar-maze.spec |   11 ++++-------
 3 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2294e9d..70547fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 maze-6.xo
 /maze-9.xo
+/maze-10.xo
diff --git a/sources b/sources
index 6d6ebec..cba4eab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c2e87a6fa8845ba24fe0db7df5cfa4d  maze-9.xo
+e2c3525d5936061aa3dff1e0c8b6aef6  maze-10.xo
diff --git a/sugar-maze.spec b/sugar-maze.spec
index ced3e75..bfa188b 100644
--- a/sugar-maze.spec
+++ b/sugar-maze.spec
@@ -1,5 +1,5 @@
 Name:           sugar-maze
-Version:        9
+Version:        10
 Release:        1%{?dist}
 Summary:        Maze for Sugar
 
@@ -16,23 +16,19 @@ BuildRequires:  sugar-toolkit
 Requires:       sugar
 Requires:       python-olpcgames
 
-
 %description
 A simple maze game for the XO laptop. You can play by yourself or race
 to solve it with your buddies. Up to 3 people can play on a single XO
 laptop and lots more can play when shared over the network.
 
-
 %prep
 %setup -q -n Maze.activity
 # remove olpcgames library
 rm -rf olpcgames
 
-
 %build
 %{__python} setup.py build
 
-
 %install
 %{__python} setup.py install --prefix=%{buildroot}/%{_prefix}
 find  %{buildroot}%{sugaractivitydir}Maze.activity/activity.py  -type f -name \* -exec chmod 644 {} \;
@@ -40,14 +36,15 @@ mv player.py %{buildroot}%{sugaractivitydir}/Maze.activity/player.py
 
 %find_lang vu.lux.olpc.Maze
 
-
 %files -f vu.lux.olpc.Maze.lang
 %defattr(-,root,root,-)
 %doc COPYING
 %{sugaractivitydir}/Maze.activity/
 
-
 %changelog
+* Wed Jun  8 2011 Peter Robinson <pbrobinson at gmail.com> - 10-1
+- Release 10
+
 * Sun Apr  3 2011 Peter Robinson <pbrobinson at gmail.com> - 9-1
 - Release 9
 


More information about the scm-commits mailing list