[sugar-speak] v40

Peter Robinson pbrobinson at fedoraproject.org
Tue Jun 5 19:10:37 UTC 2012


commit 4b746b1b020cccfa4359242206b124f43ebb4236
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jun 5 20:10:30 2012 +0100

    v40

 sources          |    2 +-
 sugar-speak.spec |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index 78cdaf0..98f4bf8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3ac2a937b01ed48726d3e4620e9eeb9  speak-39.xo
+4413cb4ae75bc9621148b1294a5b3d28  speak-40.xo
diff --git a/sugar-speak.spec b/sugar-speak.spec
index 1ea2d43..1678723 100644
--- a/sugar-speak.spec
+++ b/sugar-speak.spec
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           sugar-speak
-Version:        39
+Version:        40
 Release:        1%{?dist}
 Summary:        Speak for Sugar
 
@@ -31,10 +31,10 @@ just have fun making a funny face for your XO.
 rm -rf .0sugar bot
 
 %build
-%{__python} setup.py build
+python ./setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{buildroot}%{_prefix}
+python ./setup.py install --prefix=%{buildroot}%{_prefix}
 find  %{buildroot}%{sugaractivitydir}Speak.activity/activity.py  -type f -name \* -exec chmod 644 {} \;
 %find_lang vu.lux.olpc.Speak
 
@@ -44,6 +44,9 @@ find  %{buildroot}%{sugaractivitydir}Speak.activity/activity.py  -type f -name \
 %{sugaractivitydir}/Speak.activity/
 
 %changelog
+* Tue Jun  5 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 40-1
+- New 40 release
+
 * Sat May 26 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 39-1
 - New 39 release
 


More information about the scm-commits mailing list