From 3324b81cfd6858dd3f3bb84bfdfd007b16eee9ec Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Nov 09 2007 16:50:37 +0000 Subject: - #4667 Do not display XO outside the mesh view. (marco) - #4687 Use the right free function, fix a crash. (sjoerd) - #4724 Display meshbox invite palette menu with colored activity icon (erikos) - Always checkin to the DS from a new file. (tomeu) --- diff --git a/.cvsignore b/.cvsignore index 36e7444..bfa8dce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sugar-0.65-git55864fa3f6.tar.bz2 +sugar-0.65-gitd6bac927e1.tar.bz2 diff --git a/sources b/sources index 87286d8..44c51d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -820861f1cfa922803fef45130ae7a573 sugar-0.65-git55864fa3f6.tar.bz2 +61a8ee1cbf6a8d5c1b4403abded00b8d sugar-0.65-gitd6bac927e1.tar.bz2 diff --git a/sugar.spec b/sugar.spec index 6e886e7..98c9f8d 100644 --- a/sugar.spec +++ b/sugar.spec @@ -1,11 +1,11 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") %define alphatag 20071109git -%define commitid 55864fa3f6 +%define commitid d6bac927e1 Summary: OLPC desktop environment Name: sugar Version: 0.65 -Release: 0.84.%{alphatag}.%{commitid} +Release: 0.85.%{alphatag}.%{commitid} URL: http://dev.laptop.org/ # OLPC is upstream, RPM is canonical source for packaged code. # git clone git://dev.laptop.org/sugar @@ -84,6 +84,13 @@ rm -rf %{buildroot} %{_datadir}/mime/packages/sugar.xml %changelog +* Fri Nov 09 2007 Marco Pesenti Gritti - 0.65-0.85.20071109gitd6bac927e1 +- #4667 Do not display XO outside the mesh view. (marco) +- #4687 Use the right free function, fix a crash. (sjoerd) +- #4724 Display meshbox invite palette menu with colored + activity icon (erikos) +- Always checkin to the DS from a new file. (tomeu) + * Fri Nov 09 2007 Marco Pesenti Gritti - 0.65-0.84.20071109git55864fa3f6 - Support for the espeak service. (codyl) - Fix typo in activity launching code. (marco)