Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-03-27 13:44:18 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-07-17 16:59:25 (GMT)
commit51734e9be0d04b59ec83af8883bd8ba37d83078e (patch)
tree5101a68a4d052b12eecb9474106d950845f5722d
parent3913295e634ba9cd76b81e5d3c440c35d67804ff (diff)
add source files custom RPMs (dextrose-updater, sugar*)
-rw-r--r--rpms/dextrose-updater/.gitignore1
-rw-r--r--rpms/dextrose-updater/dextrose-updater.spec79
-rw-r--r--rpms/dextrose-updater/sources1
-rw-r--r--rpms/sugar-artwork/.gitignore1
-rw-r--r--rpms/sugar-artwork/sources2
-rw-r--r--rpms/sugar-artwork/sugar-artwork.spec455
-rw-r--r--rpms/sugar-toolkit/.gitignore1
-rw-r--r--rpms/sugar-toolkit/macros.sugar2
-rw-r--r--rpms/sugar-toolkit/sources3
-rw-r--r--rpms/sugar-toolkit/sugar-toolkit.spec444
-rw-r--r--rpms/sugar/.gitignore1
-rw-r--r--rpms/sugar/sources2
-rw-r--r--rpms/sugar/sugar.spec1582
13 files changed, 2574 insertions, 0 deletions
diff --git a/rpms/dextrose-updater/.gitignore b/rpms/dextrose-updater/.gitignore
new file mode 100644
index 0000000..7d2f001
--- /dev/null
+++ b/rpms/dextrose-updater/.gitignore
@@ -0,0 +1 @@
+dextrose-updater/
diff --git a/rpms/dextrose-updater/dextrose-updater.spec b/rpms/dextrose-updater/dextrose-updater.spec
new file mode 100644
index 0000000..cb15504
--- /dev/null
+++ b/rpms/dextrose-updater/dextrose-updater.spec
@@ -0,0 +1,79 @@
+Name: dextrose-updater
+Version: 5
+Release: 1%{?dist}
+Summary: A yum based updater for sugar-dextrose. Updates the sugar-dextrose related packages automatically and emits dbus messages (for the sugar notification system, if installed)
+
+Group: Applications/Updating
+License: GPLv3
+URL: http://wiki.sugarlabs.org/go/Dextrose/Updater
+Source0: http://download.sugarlabs.org/sources/external/%{name}/%{name}-%{version}.tar.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildArch: noarch
+
+#BuildRequires:
+#Requires:
+Packager: Anish Mangal <anish@sugarlabs.org>
+
+%description
+
+A yum based updater for sugar-dextrose. Updates the sugar-dextrose related packages automatically and emits dbus messages (for the sugar notification system, if installed)
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make DESTDIR=%{buildroot} REPO="dextrose dextrose-freeworld" install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_DIR/%{name}-%{version}
+
+%files
+%defattr(-,root,root,-)
+%doc
+
+/usr/sbin/dextrose-updater
+/etc/sysconfig/dextrose-updater
+/etc/cron.hourly/dextrose-updater
+
+%changelog
+* Tue Feb 15 2011 Anish Mangal <anish@sugarlabs.org> 5-1
+- Bump version, fix Source0, download url
+
+* Tue Feb 15 2011 Anish Mangal <anish@sugarlabs.org> 4-1
+- Interpret check-update exit status correctly (alsroot)
+- Remove stampfile at the beginning; touch it only successful exit (alsroot)
+- More conveninet installer; install cron task (alsroot)
+- Keep all metadata in Makefile
+
+* Mon Feb 14 2011 Anish Mangal <anish@sugarlabs.org> 3-1
+- Do not re-create logfile on checking update (alsroot)
+
+* Thu Feb 3 2011 Anish Mangal <anish@sugarlabs.org> 2-1
+- Keep trying every hour until yum returns an exit code (alsroot)
+
+* Wed Jan 19 2011 Aleksey Lim <alsroot@member.fsf.org> 1-8
+- Check daily updates hourly.
+
+* Mon Jan 10 2011 Anish Mangal <anish@sugarlabs.org> 1-6
+- Remove dextrose-py and change path of config file from /etc/default to /etc/sysconfig.
+
+* Mon Jan 03 2011 Anish Mangal <anish@sugarlabs.org> 1-5
+- Add dextrose-py to the list of repos to update from.
+
+* Wed Dec 22 2010 Anish Mangal <anish@sugarlabs.org> 1-4
+- Remove post, postun sections and handle symlink in install and file sections.
+
+* Wed Dec 22 2010 Anish Mangal <anish@sugarlabs.org> 1-3
+- Remove cron job after removing
+
+* Wed Dec 22 2010 Anish Mangal <anish@sugarlabs.org> 1-2
+- Add cron job
+
+* Wed Dec 22 2010 Anish Mangal <anish@sugarlabs.org> 1-1
+- Initial rpm version
diff --git a/rpms/dextrose-updater/sources b/rpms/dextrose-updater/sources
new file mode 100644
index 0000000..6fefbfd
--- /dev/null
+++ b/rpms/dextrose-updater/sources
@@ -0,0 +1 @@
+a0c7e2e901e6552ed8ed7f28615334d3 dextrose-updater-5.tar.gz
diff --git a/rpms/sugar-artwork/.gitignore b/rpms/sugar-artwork/.gitignore
new file mode 100644
index 0000000..3389802
--- /dev/null
+++ b/rpms/sugar-artwork/.gitignore
@@ -0,0 +1 @@
+sugar-artwork/
diff --git a/rpms/sugar-artwork/sources b/rpms/sugar-artwork/sources
new file mode 100644
index 0000000..2c8819f
--- /dev/null
+++ b/rpms/sugar-artwork/sources
@@ -0,0 +1,2 @@
+d300c34aac110c22c757a097100b03b2 sugar-artwork-0.92.0.tar.bz2
+329f0d7f585d64460f1a79ffdf6d783e sugar-artwork-dx3-20110327.tar.gz
diff --git a/rpms/sugar-artwork/sugar-artwork.spec b/rpms/sugar-artwork/sugar-artwork.spec
new file mode 100644
index 0000000..2c53cd8
--- /dev/null
+++ b/rpms/sugar-artwork/sugar-artwork.spec
@@ -0,0 +1,455 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+
+Summary: Artwork for Sugar look-and-feel
+Name: sugar-artwork
+Epoch: 1
+Version: 0.92.0
+Release: 20110327.dx3%{?dist}
+URL: http://sugarlabs.org/
+Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
+Source1: http://people.sugarlabs.org/~silbe/dextrose/patchsets/%{name}-dx3-20110327.tar.gz
+
+License: LGPLv2+
+Group: User Interface/Desktops
+
+#BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: gettext
+BuildRequires: gnome-common
+BuildRequires: gtk2-devel >= 2.16.0
+BuildRequires: icon-naming-utils
+BuildRequires: icon-slicer
+BuildRequires: libtool
+BuildRequires: perl-XML-Parser
+BuildRequires: python
+BuildRequires: xorg-x11-apps
+
+Requires: gtk2 >= 2.16.0
+
+%description
+sugar-artwork contains the themes and icons that make up the Sugar default
+look and feel.
+
+%prep
+%setup -T -c -a 1 -n patches
+%setup -D -q
+for patch in ../patches/* ; do patch -p1 < "${patch}" ; done
+
+%build
+autoreconf -i
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+touch --no-create %{_datadir}/icons/sugar || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/sugar || :
+
+%postun
+touch --no-create %{_datadir}/icons/sugar || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/sugar || :
+
+%files
+%defattr(-,root,root)
+%doc README COPYING
+
+%{_datadir}/icons/sugar
+%{_datadir}/themes/sugar-100/gtk-2.0/gtkrc
+%{_datadir}/themes/sugar-72/gtk-2.0/gtkrc
+%{_datadir}/themes/sugar-100-contrast/gtk-2.0/gtkrc
+%{_datadir}/themes/sugar-72-contrast/gtk-2.0/gtkrc
+%{_libdir}/gtk-2.0/*/engines/*.so
+
+%changelog
+* Sun Feb 27 2011 Sascha Silbe <silbe@activitycentral.com> - 1:0.92.0-20110327.dx3
+- update to 0.92.0 (upstream) + Dextrose 3 patch set 20110327
+- add build dependency on gettext, gnome-common and libtool
+- bump Epoch to 1 so we always override OLPC provided Sugar packages
+
+* Thu Jun 3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.1-1
+- New upstream stable 0.88.1 release
+
+* Tue Apr 13 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.0-2
+- Add patch for deprecated gtk functions to fix borked sugar
+
+* Tue Mar 20 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.0-1
+- New upstream stable 0.88.0 release
+
+* Wed Mar 10 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.3-1
+- New upstream release
+
+* Fri Feb 12 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.2-1
+- New upstream release
+
+* Sat Dec 05 2009 Mathieu Bridon <bochecha@fedoraproject.org> - 0.87.1-1
+- New upstream release
+
+* Thu Sep 24 2009 Mathieu Bridon <bochecha@fedoraproject.org> - 0.86.0-1
+- New upstream release
+
+* Fri Sep 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.4-2
+- Upload sources
+
+* Fri Sep 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.4-1
+- New upstream release
+
+* Fri Sep 11 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.3-1
+- New upstream release
+
+* Fri Jul 31 2009 Mathieu Bridon (bochecha) <bochecha@fedoraproject.org> - 0.85.2-1
+- New upstream release
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sat Jul 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.1-2
+- Remove matchbox theme dir
+
+* Sat Jul 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.1-1
+- New upstream release
+
+* Wed Apr 08 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-3
+- Another rebuild for icon-slicer-0.3-12
+
+* Wed Apr 08 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-2
+- Rebuild for icon-slicer-0.3-12
+
+* Wed Mar 11 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.84.1-1
+- Add back some icons to the Makefile (Simon)
+
+* Tue Mar 03 2009 Simon Schampijer <simon@schampijer.de> - 0.84.0-1
+- Rebuild for 0.84
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Feb 23 2009 Simon Schampijer <simon@schampijer.de> - 0.83.5-1
+- Icon for a generic document, part of #360
+- Add view source icon
+
+* Mon Feb 16 2009 Simon Schampijer <simon@schampijer.de> - 0.83.4-1
+- Add documend-send icon (Gary C Martin) #227
+- Add application-x-generic as a copy of application-octet-stream #13
+- Add icons drive-harddisk and drive
+
+* Fri Feb 06 2009 Simon Schampijer <simon@schampijer.de> - 0.83.3-2.20090206giteb39d7b3b2b
+- Add documend-send icon (Gary C Martin) #227
+- Add application-x-generic as a copy of application-octet-stream #13
+- Add icons drive-harddisk and drive
+
+* Tue Jan 20 2009 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.3-1
+- add activity-journal icon to artwork
+- add system-logout icon (part of #207)
+- add everything needed for the colorpicker. That is a small icon and a bit in the gtkrc.
+- fix triangular arrows by looking at the parent_bg_color option
+- add icons for object transfers
+
+* Sun Jan 04 2009 Simon Schampijer <simon@laptop.org> - 0.83.2-1
+- New icon for the wired network
+
+* Tue Nov 4 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.1-1
+- Update to 0.83.1
+
+* Tue Sep 23 2008 Simon Schampijer <simon@laptop.org> - 0.82.3-1
+- Fix corrupted network-wireless-060.svg
+
+* Sat Sep 20 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.2-1
+- #7685 Alternate home layouts; fixed ring scaling; better modularization of layouts
+- #8554 Indicate connected AP in Neighborhood view.
+- #8198 Use a plainer "wrench" for the Settings icon
+- #7987 Home view XO icon palette for Control Panel has wrong icon
+
+* Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.82.1-2
+- fix license tag
+
+* Thu Aug 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.1-1
+- #4312 need volume button icons for totem player
+- #7939 Missing stock icons
+
+* Thu Aug 07 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.0-1
+- 7641 Install GTK compatibility symlinks using icon-naming-utils package
+
+* Wed Jul 09 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-2.20080709gitc77b345c02
+- git snapshot
+- 7385 Add view-freeform icon (eben)
+
+* Sat Jun 21 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.81.1
+- Some improvements to the gtk theme (benzea)
+
+* Fri Jun 13 2008 Simon Schampijer <simon@laptop.org> - 0.79.3-1
+- Update to 0.79.3
+
+* Wed Apr 09 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.79.2
+- Misc. icon fixes.
+
+* Thu Apr 03 2008 Simon Schampijer <simon@laptop.org> - 0.79.1
+- Frame/Home redesign - Put corner stone
+
+* Sat Feb 9 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.0-1
+- Update to 0.79.0
+
+* Fri Nov 02 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.33.20071102git0763fefc48
+- #4610 Prevent a division by zero while making icons insensitive. (benzea)
+
+* Fri Nov 02 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.32.20071102git9bc8be4d48
+- #4568 Implement a better effect for insensitive icons [may need more tweaking] (benzea)
+- Added tray-hide/show icons (eben)
+- Added a zoom-original button for returning to actual size (eben)
+- Updated the full media button set to the new design spec (eben)
+- Added fullscreen (and return) buttons (eben)
+- #4595 Fixed the "wiggle" in the busy cursor (eben)
+
+* Fri Oct 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.31.20071019git811b41812a
+- New snapshot
+
+* Tue Oct 9 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.30.20071009git91d9239340
+- New snapshot
+
+* Sun Oct 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.29.20071007git9b93ff3a3f
+- New snapshot
+
+* Fri Sep 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.28.20070914git2aac89b4fe
+- New snapshot
+
+* Wed Sep 12 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.26.20070912gite4fd20770c
+- New snapshot
+
+* Sun Sep 9 2007 Dan Williams <dcbw@redhat.com> - 0.34-0.25.20070909git2e13ad392d
+- New snapshot
+
+* Thu Sep 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.24.20070906gitf89f6e00cc
+- New snapshot
+
+* Thu Aug 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.23.20070830gitd2120f79b7
+- New snapshot
+
+* Wed Aug 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.21.20070829git60139d01c3
+- New snapshot
+
+* Tue Aug 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.20.20070827git931d3dee31
+- New snapshot
+
+* Wed Aug 22 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.19.20070822git8de1d5be84
+- New snapshot
+
+* Mon Aug 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.18.20070820git81695a321f
+- New snapshot
+
+* Tue Aug 14 2007 John (J5) Palmieri <johnp@redhat.com> - 0.34-0.15.20070814gitb0228a578f
+- New snapshot
+
+* Fri Jul 27 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.15.20070727git359c47de2c
+- New snapshot
+
+* Wed Jul 25 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.14.20070725git37744886a7
+- New snapshot
+
+* Tue Jul 24 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.13.20070724git3368046fdc
+- New snapshot
+
+* Sat Jul 21 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.12.20070721gitb4d5062514
+- New snapshot
+
+* Thu Jul 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.11.20070719gitf662ad4507
+- New snapshot
+
+* Wed Jul 18 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.10.20070718giteb3ffd0171
+- New snapshot
+
+* Tue Jul 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.9.20070716gita0c7965b7b
+- New snapshot
+
+* Mon Jul 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.8.20070715git7724264dab
+- New snapshot
+
+* Fri Jul 13 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.7.20070713git454a63a3f0
+- New snapshot
+
+* Wed Jul 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.6.20070711git4d612c6644
+- New snapshot
+
+* Fri Jul 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.5.20070705gitaddbcacbc5
+- Several new icons for network and journal
+
+* Fri Jun 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.4.20070629git13fafab42e
+- Minor tweaks to the controls style.
+
+* Thu Jun 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.3.20070628git6c74e162ca
+- New snapshot
+
+* Tue Jun 26 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-0.2.20070626gitc788870202
+- New snapshot
+
+* Sat Jun 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.33-3.git5aef11739b
+- Spec cleanups, patch by ivazqueznet@gmail.com
+- Rename to sugar-artwork
+
+* Thu Jun 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.33-3.git5640efb030
+- Fix comboboxes on the toolbars
+
+* Mon Jun 4 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.33-2.gitc3d3dce71b
+- New snapshot
+
+* Mon May 28 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.20.20070528git
+- More work on the gtk theme
+
+* Wed May 16 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.19.20070516git
+- Add icon for call
+
+* Mon May 14 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.17.20070514git
+- More work on the theme
+
+* Thu May 11 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.16.20070511git
+- Fix cursors
+
+* Thu May 11 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.15.20070511git
+- Better gtk theme
+
+* Thu May 10 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.14.20070510git
+- New snapshot
+
+* Thu Mar 29 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.12.20070329git
+- Add an icon for the mesh device
+
+* Thu Mar 22 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.11.20070322git
+- Remove conflict with redhat-artwork
+
+* Wed Mar 21 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.10.20070321git
+- Fix italic icon
+
+* Tue Mar 20 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.9.20070320git
+- New icons for the write activity
+
+* Mon Mar 19 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.8.20070319git
+- More matchbox theme fixes
+
+* Mon Mar 19 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.7.20070319git
+- Fix matchbox font size
+
+* Thu Mar 15 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.6.20070315git
+- Fix font an icons size
+
+* Wed Mar 7 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.5.20070307git
+- Put back the gtk theme
+
+* Fri Mar 2 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.4.20070302git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.3.20070228git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.2.20070228git
+- Update snapshot
+
+* Sat Feb 24 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-2.1.20070224git
+- Update to 2.1.20070224git
+
+* Wed Feb 8 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.33-1
+- Update to 0.33
+
+* Wed Jan 31 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.32-1
+- Update to 0.32
+
+* Mon Jan 29 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.31-1
+- Update to 0.31
+
+* Tue Jan 16 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.30-1
+- Update to 0.30
+
+* Wed Jan 11 2007 Marco Pesenti Gritti <mpg@redhat.com> 0.29-1
+- Update to 0.29
+
+* Tue Dec 19 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.28-1
+- Update to 0.28
+
+* Tue Dec 19 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.27-1
+- Update to 0.27
+
+* Fri Nov 17 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.26-1
+- Update 0.26
+
+* Thu Nov 9 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.25-1
+- Update to 0.25
+
+* Wed Nov 8 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.24-1
+- Update to 0.24
+
+* Sat Nov 4 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.23-1
+- Update to 0.23
+
+* Fri Nov 3 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.22-1
+- Update to 0.22
+
+* Mon Oct 30 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.21-1
+- Update to 0.21
+
+* Wed Oct 25 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.20-1
+- Update to 0.20
+
+* Tue Oct 24 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.19-1
+- Update to 0.19
+
+* Fri Oct 20 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.18-1
+- Update to 0.18
+
+* Thu Oct 19 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.17-1
+- Update to 0.17
+
+* Wed Oct 18 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.16-1
+- Update to 0.16
+
+* Tue Oct 17 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.15-1
+- Update to 0.15
+
+* Thu Oct 13 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.14-1
+- Buld 0.14
+
+* Thu Oct 5 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.13-1
+- Build 0.13
+
+* Mon Sep 11 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.12-1
+- Build 0.12
+
+* Fri Aug 21 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.11-1
+- Build 0.11
+
+* Fri Jun 30 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.10-1
+- Build 0.10 and add xorg-x11-apps
+
+* Fri Jun 29 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.9-1
+- Build 0.9
+
+* Fri Jun 22 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.8-1
+- Build 0.8
+
+* Thu Jun 21 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.7-2
+- Add some unpackaged files
+
+* Thu Jun 7 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.7-1
+- Build 0.7
+
+* Thu Jun 7 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.6-1
+- Build 0.6
+
+* Thu Jun 7 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.5-1
+- Build 0.5
+
+* Thu Jun 7 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.4-2
+- Add build require (perl xml parser)
+
+* Thu Jun 7 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.4-1
+- Build 0.4
+
+* Thu May 23 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.3-1
+- Build 0.3
+
+* Thu May 22 2006 Marco Pesenti Gritti <mpg@redhat.com> 0.2-1
+- Build 0.2
diff --git a/rpms/sugar-toolkit/.gitignore b/rpms/sugar-toolkit/.gitignore
new file mode 100644
index 0000000..4082ce4
--- /dev/null
+++ b/rpms/sugar-toolkit/.gitignore
@@ -0,0 +1 @@
+sugar-toolkit/
diff --git a/rpms/sugar-toolkit/macros.sugar b/rpms/sugar-toolkit/macros.sugar
new file mode 100644
index 0000000..6af7c71
--- /dev/null
+++ b/rpms/sugar-toolkit/macros.sugar
@@ -0,0 +1,2 @@
+%sugaractivitydir /usr/share/sugar/activities/
+%sugarlibdir %{_libdir}/sugar/activities/
diff --git a/rpms/sugar-toolkit/sources b/rpms/sugar-toolkit/sources
new file mode 100644
index 0000000..4841a39
--- /dev/null
+++ b/rpms/sugar-toolkit/sources
@@ -0,0 +1,3 @@
+6c32050ae1599b453285bc0a80610999 macros.sugar
+0a0b5c5d6a12c07ddc346094149f6135 sugar-toolkit-0.92.0.tar.bz2
+5cd55d039cc4e5e96fa3c65ae7bc09a3 sugar-toolkit-dx3-20110327.tar.gz
diff --git a/rpms/sugar-toolkit/sugar-toolkit.spec b/rpms/sugar-toolkit/sugar-toolkit.spec
new file mode 100644
index 0000000..0b1dc9b
--- /dev/null
+++ b/rpms/sugar-toolkit/sugar-toolkit.spec
@@ -0,0 +1,444 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+
+Summary: Sugar toolkit
+Name: sugar-toolkit
+Epoch: 1
+Version: 0.92.0
+Release: 20110327.dx3%{?dist}
+URL: http://sugarlabs.org/
+Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
+Source1: macros.sugar
+Source2: http://people.sugarlabs.org/~silbe/dextrose/patchsets/%{name}-dx3-20110327.tar.gz
+License: LGPLv2+
+Group: System Environment/Libraries
+
+BuildRequires: pkgconfig
+BuildRequires: pygtk2-devel
+BuildRequires: gettext
+BuildRequires: gtk2-devel
+BuildRequires: perl-XML-Parser
+BuildRequires: libSM-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: intltool
+BuildRequires: libtool
+
+Requires: gnome-python2-rsvg
+Requires: dbus-python
+Requires: pygtk2
+Requires: hippo-canvas-python
+Requires: sugar-datastore
+Requires: sugar-base
+Requires: sugar-presence-service
+Requires: python-simplejson
+Requires: python-dateutil
+Requires: unzip
+
+%description
+Sugar is the core of the OLPC Human Interface. The toolkit provides
+a set of widgets to build HIG compliant applications and interfaces
+to interact with system services like presence and the datastore.
+
+%prep
+%setup -T -c -a 2 -n patches
+%setup -D -q
+for patch in ../patches/* ; do patch -p1 < "${patch}" ; done
+
+%build
+libtoolize
+autoreconf -i
+%configure
+make %{?_smp_mflags} V=1
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+mkdir -p %{buildroot}/%{_sysconfdir}/rpm/
+install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.sugar
+
+%find_lang %name
+
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
+%clean
+rm -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc COPYING README
+
+%{python_sitelib}/*
+%{_sysconfdir}/rpm/macros.sugar
+
+%changelog
+* Sun Feb 27 2011 Sascha Silbe <silbe@activitycentral.com> - 1:0.92.0-20110327.dx3
+- update to 0.92.0 (upstream) + Dextrose 3 patch set 20110327
+- bump Epoch to 1 so we always override OLPC provided Sugar packages
+
+* Fri Jan 21 2011 Steven M. Parrish <smparrish@gmail.com> - 0.90.2-2.dx
+- Apply Dextrose patchset
+
+* Fri Oct 15 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.2-1
+- 0.90.2 release
+
+* Tue Oct 5 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.1-1
+- 0.90.1 release
+
+* Wed Sep 29 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.0-1
+- 0.90.0 stable release
+
+* Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.5-1
+- New upstream devel 0.89.5 release
+
+* Wed Aug 25 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.4-1
+- New upstream devel 0.89.4 release
+
+* Tue Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.3-1
+- New upstream devel 0.89.3 release
+
+* Tue Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.2-1
+- New upstream devel 0.89.2 release
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.89.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Wed Jul 14 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.1-1
+- New upstream devel 0.89.1 release
+
+* Thu Jun 3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.1-1
+- New upstream stable 0.88.1 release
+
+* Tue Mar 20 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.0-1
+- New upstream stable 0.88.0 release
+
+* Wed Mar 10 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.8-1
+- New upstream release
+
+* Wed Feb 17 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.6-1
+- New upstream release
+
+* Tue Feb 16 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.5-4
+- Make sure to use correct patch
+
+* Tue Feb 16 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.5-3
+- Enable sugar-settings-manager support
+
+* Sat Feb 13 2010 Simon Schampijer <simon@schampijer.de> - 0.87.5-2
+- Add the requires field for python-dateutil (brings back activity start)
+
+* Thu Feb 11 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.5-1
+- New upstream release
+
+* Sun Feb 07 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.4-1
+- New upstream release
+
+* Tue Jan 12 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.3-1
+- New upstream release
+
+* Sat Jan 9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.87.2-2
+- Updated to the new python sysarch spec file reqs
+
+* Wed Dec 23 2009 Sebastian Dziallas <sebastian@when.com> - 0.87.2-1
+- New upstream release
+
+* Fri Dec 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.87.1-2
+- Remove libtool archives
+
+* Tue Dec 01 2009 Sebastian Dziallas <sebastian@when.com> - 0.87.1-1
+- New upstream release
+
+* Wed Oct 21 2009 Sebastian Dziallas <sebastian@when.com> - 0.86.2-1
+- Do not stop processing motion-notify-event #1507
+
+* Tue Oct 13 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.86.0-3
+- Add unzip as a dependency
+
+* Fri Oct 09 2009 Luke Macken <lmacken@redhat.com> - 0.86.0-2
+- Remove python-json requirement, which is now provided by Python 2.6
+
+* Sun Sep 27 2009 Sebastian Dziallas <sebastian@when.com> - 0.86.0-1
+- New upstream release
+
+* Fri Sep 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.8-1
+- New upstream release
+
+* Fri Sep 11 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.7-1
+- New upstream release
+
+* Wed Sep 05 2009 Peter Robinson <pbrobinson@gmail.com> - 0.85.6-2
+- Drop Requires: gettext, it should be just a BuildReq
+
+* Wed Sep 02 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.6-1
+- New upstream release
+
+* Wed Aug 26 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.5-1
+- New upstream release
+
+* Sun Aug 02 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.3-1
+- New upstream release
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sat Jul 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.2-1
+- New upstream release
+
+* Mon Apr 06 2009 Simon Schampijer <simon@schampijer.de> - 0.84.4-1
+- new german and spanish translations
+
+* Mon Apr 06 2009 Simon Schampijer <simon@schampijer.de> - 0.84.3-1
+- Journal Palette does not manage too many characters for a title correctly #610
+- Bundlebuilder list_files: Better error handling #635
+- Only call read_file once on activity startup #428
+- Revert "Listen for map in Window instead of in Canvas (alsroot) #428"
+- Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647
+- Bundlebuilder: Don't include whole directory in src tarball #397
+
+* Wed Apr 01 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-2.20090401git0a65259dc5
+- git snapshot
+
+* Sun Mar 22 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-1
+- Fix palettes scaling when using scaling factor 72 #504
+- Use Popen.communicate() to avoid hang (Sascha Silbe) #397
+- Change property type to object because int cannot be None #157
+
+* Wed Mar 18 2009 Simon Schampijer <simon@schampijer.de> - 0.84.0-2.20090318git29aa6cbe65
+- git snapshot
+
+* Tue Mar 03 2009 Simon Schampijer <simon@schampijer.de> - 0.84.0-1
+- Catch all exceptions while saving #224
+- Listen for map in Window instead of in Canvas (alsroot) #428
+- Restore minimal .xol support #459
+- Use the same font size independent from scaling
+- Don't recursively clean an activity if it's a symbolic link #444
+- Add extension to temp icon file names #458
+- Process .py files in subdirectories './setup genplot' #391 (alsroot)
+- Improve error handling of calls to XGrabKey #431
+- Cleanup temp files at exit #435
+- Let activities provide their own implementation of get_preview() #152
+- Show/Hide the color palette correctly (#374)
+- Support setting None as the secondary text #384
+- Only display one line in the secondary text of a clipping palette #384
+- Switch to existing instance of an activity if it's already running #410
+- Reveal the palette on right click on an activity icon #409
+
+* Fri Feb 27 2009 Simon Schampijer <simon@schampijer.de> - 0.83.7-3.20090227git6f210f0e33
+- git snapshot
+- Process .py files in subdirectories './setup genplot' #391 (alsroot)
+- Improve error handling of calls to XGrabKey #431
+- Cleanup temp files at exit #435
+- Let activities provide their own implementation of get_preview() #152
+- Show/Hide the color palette correctly (#374)
+- Support setting None as the secondary text #384
+- Only display one line in the secondary text of a clipping palette #384
+- Switch to existing instance of an activity if it's already running #410
+- Reveal the palette on right click on an activity icon #409
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Feb 23 2009 Simon Schampijer <simon@schampijer.de> - 0.83.7-1
+- Don't try to hide the tray if the activity has none (alsroot) #395
+- NamingAlert: Icon dependent on the entry type #353
+- Updated Languages
+
+* Mon Feb 16 2009 Simon Schampijer <simon@schampijer.de> - 0.83.6-1
+- Dates in journal are not translated #55
+- Keep error when displaying a file in Browse, Read, ImageViewer, etc #258
+- Palette positioning fixes #298
+- 'Resume' activity window when NamingAlert is displayed #293
+- Naming alert prevents activity close on keep error #224
+
+* Fri Feb 06 2009 Simon Schampijer <simon@schampijer.de> - 0.83.5-2.20090206git474b2c3476
+- Set the locale path for sugar-toolkit #55
+- Don't push to the DS a file path pointing to nowhere #258
+
+* Wed Feb 04 2009 Simon Schampijer <simon@schampijer.de> - 0.83.5-1
+- Palette positioning fixes #298
+- 'Resume' activity window when NamingAlert is displayed #293
+- Naming alert prevents activity close on keep error #224
+
+* Fri Jan 30 2009 Simon Schampijer <simon@schampijer.de> - 0.83.4-2.20090130git073336585d
+- Translation updates
+- Naming alert prevents activity close on keep error #224
+
+* Tue Jan 20 2009 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.4-1
+- separate debug settings from xsession #163
+- show an alert on activity close for suggesting the user to set properties of the entry #215
+- add a colorpicker to Sugar, only the ColorToolButton is public for now
+- move the palette to new style gobject properties
+- #3060 Add the possibility of filtering the object chooser by data type
+- fix uninstallling of activities that use symlinks #171
+- remove the hacks for asking the X server for screenshots and use gtk.Widget.get_snapshot() instead
+
+* Sun Jan 04 2009 Simon Schampijer <simon@laptop.org> - 0.83.3-1
+- remove session shutdown patch
+- add intltool as build requires
+- new download url
+- Fix palette highlighting on tray icons. Patch by benzea, style tweaks by marcopg
+- Rework palette state logic. Fix #42
+- Use g_timeout_add_seconds() for power efficiency
+- Add colors to icons in menu items
+- Add accelerator support to menu items
+- Simplify activity bundle installation
+- Dont pop down the palette when a submenu opens
+
+* Mon Dec 5 2008 Peter Robinson<pbrobinson@gmail.com> - 0.83.2-4
+- Rebuild for python 2.6
+
+* Sat Nov 29 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.2-3
+- Fix session shutdown
+
+* Fri Nov 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.2-1
+- Update to 0.83.2
+
+* Tue Nov 4 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.1-2
+- Update to 0.83.1
+
+* Wed Sep 24 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.11-1
+- #8626 Icons overlap unnecessarily in crowded neighborhood view.
+
+* Sat Sep 20 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.10-1
+- #8532 SIGCHLD fights with threads.
+- #8485 Switching between zoom levels seem to leak
+
+* Tue Sep 16 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.8-2
+- Fix a crash when we cannot access the alsa device
+
+* Sat Sep 13 2008 Simon Schampijer <simon@laptop.org> - 0.82.7-1
+- #8375 gst usage in the shell wastes 2.6mb
+- #8394 sugar shell leaks presence service info
+- #8469 palette.menu is leaked
+
+* Thu Sep 11 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.6-1
+- #8394 sugar shell leaks presence service info
+- #8392 Remove "dynamic" font height computation
+
+* Tue Sep 9 2008 Simon Schampijer <simon@laptop.org> - 0.82.5-4
+- remove pseudo.po from the source tarball
+
+* Wed Sep 3 2008 Jeremy Katz <katzj@redhat.com> - 0.82.5-3
+- requires gettext for bundlebuilder
+
+* Mon Sep 01 2008 Simon Schampijer <simon@laptop.org> - 0.82.5-2
+- added the python-json dependency
+
+* Mon Sep 01 2008 Simon Schampijer <simon@laptop.org> - 0.82.5-1
+- Translation updates
+- Add plural information for all languages
+- Fix plural form equations
+
+* Thu Aug 31 2008 Simon Schampijer <simon@laptop.org> - 0.82.4-1
+- 8136 Do a more 'standard' system installation for bundlebuilder
+- 7837 Do not try to list the mimetypes directory if it does not exist
+- 8220 Ensure that the widget is fully onscreen before taking a screenshot
+
+* Thu Aug 28 2008 Marco Pesenti Gritti <mpgritti@gmail.com> - 0.82.3-1
+- Translation updates
+
+* Thu Aug 28 2008 Marco Pesenti Gritti <mpgritti@gmail.com> - 0.82.2-1
+- #5428 downloads not starting in Browse due to old compreg.dat
+- #7733 Cannot install Wikipedia-10.xo
+- #7533 Activity does not respond to ctrl-q keyboard shortcut unless the 'Activity' tab is visible
+- #8000 Pulsing icon on activity launch significantly slows activity start-up
+- #8000 Pulsing icon on activity launch significantly slows activity start-up
+- #7270 /setup release does not update the bundle number
+- #7680 Activity name box is too small for localizaed name
+- #7881 Accelerator labels don't show up for most toolbar buttons
+- #7800 time stamps doesn't use translations
+
+* Tue Aug 22 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.82.1-2.20080822git2e6be9ea55
+- #7270 Add update functionality to Config in bundlebuilder
+- #7680 Widen activity tile entry
+- #7841 Wrap message in alert
+- #7881 Make Palette handle changes of the invoker widget
+
+* Tue Aug 12 2008 Marco Pesenti Gritti <mpgritti@gmail.com> - 0.82.1-1
+- Fix crash on startup on x86_64
+
+* Thu Aug 07 2008 Marco Pesenti Gritti <mpgritti@gmail.com> - 0.82.0-2
+- Rebuild
+
+* Thu Aug 07 2008 Marco Pesenti Gritti <mpgritti@gmail.com> - 0.82.0-1
+- #7759 Default home view should be Ring, not Freeform
+- #4084 Palette persist over zoom levels
+- #7754 Handle multiple Activity per process correctly
+- Add git tagging to the 'setup.py release' command
+
+* Fri Aug 01 2008 Morgan Collett <morgan@laptop.org> - 0.81.8-1
+- #7566 sugar-shell enters in infinite loop after a failed shutdown
+- #7534 Safer to always install, rather than comparing versions
+- #7494 Updates to Browse-92 fail
+
+* Wed Jul 23 2008 Simon Schampijer <simon@laptop.org> - 0.81.7-1
+- 5136 Keep error alert hard to find
+- 6014 Shutdown should sync activities data
+- 7532 install + open content bundles with journal
+- 7523 library index regeneration fails due to no XDG_DATA_DIRS
+- 4208 Battery indicator's icon fullness inconsistent with indicator %.
+- 7444 cannot close a shared activity when the initiator has disconnected
+- 7430 Favorites view is not preserved
+- 7434 Control panel UI for power management.
+- 5079 Could simplify sharing code
+
+* Tue Jul 15 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-3.20080715gitd17347cc19
+- git snapshot
+- 7523 fix content bundle installation
+- 5079 simplify sharing code
+- 4208 get_icon_state accepts negative step kwarg
+- 7444 Fix crash in get_joined_buddies when a buddy disappears uncleanly
+
+* Wed Jul 09 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-2.20080709git92ef9d298a
+- git snapshot
+- 7430 Preserve the favorites layout across reboots
+- 7434 Add power section to the control panel
+
+* Wed Jul 09 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-1
+- 7015 Add proper alignment support to the tray control
+- 7054 Journal doesn't show correct colors for activity instances
+- 7046 Deleting activity bundle with journal leaves it showing in Home list view until reboot
+- 3939 Keep button should use XO colors
+- 7248 Speaker device has inconsistent behavior
+
+* Sat Jun 21 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.81.5-1
+- Add build dependency on libSM-devel
+- Support for session management (marco)
+- Make MANIFEST mandatory in bundlebuilder (homunq)
+- Add a position attribute to activity bundles (tomeu)
+- Add a scroll_to_item method to the tray (benzea)
+
+* Mon Jun 09 2008 Simon Schampijer <simon@laptop.org> - 0.81.4-1
+- Add an installation time property to the activity bundle (Tomeu)
+- Reveal palettes on right-click (Eben)
+- Refactor bundlebuilder and add dist_source command (Marco)
+- Enable journal to do open-with for activity bundles (Chema)
+- Add timezone, hot_corners, warm_edges to the profile (Simon)
+
+* Thu Apr 24 2008 Simon Schampijer <simon@laptop.org> - 0.79.6-1
+- Fix activity installation
+
+* Tue Apr 22 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.79.5-1
+- Correctly use tempfile.mkstemp().
+
+* Tue Apr 22 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.79.4-1
+- Pylint cleanup.
+
+* Wed Apr 09 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.79.3
+- Added default to label arg in palette constructor (eben)
+
+* Fri Apr 04 2008 Dennis Gilmore <dennis@ausil.us> - 0.79.2-3
+- add macro defining sugaractivitydir
+
+* Thu Apr 03 2008 Simon Schampijer <simon@laptop.org> - 0.79.2
+- add python-simplejson as dependency
+- #5474: Scale emblems
+
+* Wed Apr 2 2008 Simon Schampijer <simon@laptop.org> - 0.79.1
+- Frame/Home redesign - Put corner stone
+
+* Fri Feb 8 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.0-2
+- Fix source reference
+
+* Wed Feb 6 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.0-1
+- Initial build
diff --git a/rpms/sugar/.gitignore b/rpms/sugar/.gitignore
new file mode 100644
index 0000000..fb72b0b
--- /dev/null
+++ b/rpms/sugar/.gitignore
@@ -0,0 +1 @@
+sugar/
diff --git a/rpms/sugar/sources b/rpms/sugar/sources
new file mode 100644
index 0000000..7a523b4
--- /dev/null
+++ b/rpms/sugar/sources
@@ -0,0 +1,2 @@
+508776da7462ad54440eadd70f031ef3 sugar-0.92.0.tar.bz2
+fb0b28f90f73e897f1f5fe0574fc8cc5 sugar-dx3-20110327.tar.gz
diff --git a/rpms/sugar/sugar.spec b/rpms/sugar/sugar.spec
new file mode 100644
index 0000000..aa5a020
--- /dev/null
+++ b/rpms/sugar/sugar.spec
@@ -0,0 +1,1582 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+
+Summary: Constructionist learning platform
+Name: sugar
+Epoch: 1
+Version: 0.92.0
+Release: 20110327.dx3%{?dist}
+URL: http://sugarlabs.org/
+Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
+Source1: http://people.sugarlabs.org/~silbe/dextrose/patchsets/%{name}-dx3-20110327.tar.gz
+
+License: GPLv2+
+Group: User Interface/Desktops
+
+BuildRequires: gettext
+BuildRequires: GConf2-devel
+BuildRequires: gtk2-devel
+BuildRequires: intltool
+BuildRequires: perl-XML-Parser
+BuildRequires: pkgconfig
+BuildRequires: python
+BuildRequires: pygtk2-devel
+
+Requires: dbus-x11
+Requires: gnome-keyring-pam
+Requires: gnome-python2-gconf
+Requires: gnome-python2-libwnck
+Requires: gstreamer-python
+Requires: metacity
+Requires: NetworkManager
+Requires: openssh
+Requires: pygtksourceview
+Requires: python-telepathy
+Requires: python-xklavier
+Requires: python-xlib
+Requires: sugar-artwork
+Requires: sugar-settings-manager
+Requires: sugar-toolkit
+Requires: telepathy-mission-control
+Requires: upower
+
+Obsoletes: sugar-journal <= 99
+Obsoletes: sugar-update-control <= 99
+
+BuildArch: noarch
+
+%description
+Sugar provides simple yet powerful means of engaging young children in the
+world of learning that is opened up by computers and the Internet. With Sugar,
+even the youngest learner will quickly become proficient in using the
+computer as a tool to engage in authentic problem-solving. Sugar promotes
+sharing, collaborative learning, and reflection, developing skills that help
+them in all aspects of life.
+
+Sugar is also the learning environment for the One Laptop Per Child project.
+See http://www.laptop.org for more information on this project.
+
+%package emulator
+Summary: The emulator for the Sugar Learning Platform
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: xorg-x11-server-Xephyr
+# for xdpyinfo
+Requires: xorg-x11-utils
+
+%description emulator
+The emulator let's you test and debug sugar. For example it allows you to run
+multiple instances of sugar.
+
+%prep
+%setup -T -c -a 1 -n patches
+%setup -D -q
+for patch in ../patches/* ; do patch -p1 < "${patch}" ; done
+
+%build
+autoreconf -i
+%configure
+make
+
+%install
+rm -rf %{buildroot}
+
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+make install DESTDIR=%{buildroot}
+mkdir %{buildroot}/%{_datadir}/sugar/activities
+unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+%find_lang %{name}
+
+%post
+if (update-mime-database -v &> /dev/null); then
+ update-mime-database "%{_datadir}/mime" > /dev/null
+fi
+
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+ %{_sysconfdir}/gconf/schemas/sugar.schemas > /dev/null || :
+
+%pre
+if [ "$1" -gt 1 ]; then
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-uninstall-rule \
+ %{_sysconfdir}/gconf/schemas/sugar.schemas > /dev/null || :
+fi
+
+%preun
+if [ "$1" -eq 0 ]; then
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-uninstall-rule \
+ %{_sysconfdir}/gconf/schemas/sugar.schemas > /dev/null || :
+fi
+
+%postun
+if (update-mime-database -v &> /dev/null); then
+ update-mime-database "%{_datadir}/mime" > /dev/null
+fi
+
+%clean
+rm -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc COPYING README
+
+%config %{_sysconfdir}/dbus-1/system.d/nm-user-settings.conf
+%config %{_sysconfdir}/gconf/schemas/sugar.schemas
+
+%dir %{_datadir}/sugar
+%dir %{_datadir}/sugar/activities
+%{_datadir}/sugar/*
+
+%{python_sitelib}/*
+
+%{_datadir}/xsessions/sugar.desktop
+
+%{_bindir}/*
+%exclude %{_bindir}/sugar-emulator
+
+%{_datadir}/mime/packages/sugar.xml
+
+%files emulator
+%defattr(-,root,root,-)
+%{_bindir}/sugar-emulator
+%{_datadir}/applications/sugar-emulator.desktop
+%{_datadir}/icons/hicolor/scalable/apps/sugar-xo.svg
+
+%changelog
+* Sun Feb 27 2011 Sascha Silbe <silbe@activitycentral.com> - 1:0.92.0-20110327.dx3
+- update to 0.92.0 (upstream) + Dextrose 3 patch set 20110327
+- add dependency on upower
+- bump Epoch to 1 so we always override OLPC provided Sugar packages
+
+* Wed Jan 19 2011 Steven M. Parrish <smparrish@gmail.com> 0.90.3-2.dx3
+- apply Dextrose patch set
+
+* Mon Nov 1 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.3-2
+- add gnome-keyring-pam as dep to fix prompt
+
+* Fri Oct 15 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.3-1
+- 0.90.3 release
+
+* Tue Oct 5 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.2-1
+- 0.90.2 release
+
+* Fri Oct 1 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.1-1
+- 0.90.1 stable release
+
+* Wed Sep 29 2010 Peter Robinson <pbrobinson@gmail.com> - 0.90.0-1
+- 0.90.0 stable release
+
+* Tue Sep 21 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.10-1
+- New upstream devel 0.89.10 release
+
+* Sat Sep 18 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.9-1
+- New upstream devel 0.89.9 release
+
+* Fri Sep 3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.8-1
+- New upstream devel 0.89.8 release
+
+* Tue Aug 31 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.7-1
+- New upstream devel 0.89.7 release
+
+* Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.6-1
+- New upstream devel 0.89.6 release
+
+* Fri Aug 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.5-1
+- New upstream devel 0.89.5 release
+
+* Tue Aug 25 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.4-1
+- New upstream devel 0.89.4 release
+
+* Wed Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.3-1
+- New upstream devel 0.89.3 release
+
+* Wed Aug 4 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.2-1
+- New upstream devel 0.89.2 release
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.89.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Wed Jul 14 2010 Peter Robinson <pbrobinson@gmail.com> - 0.89.1-1
+- New upstream devel 0.89.1 release
+
+* Thu Jun 3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.1-1
+- New upstream stable 0.88.1 release
+
+* Sat May 30 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.0-3
+- Bump build
+
+* Sat May 30 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.0-2
+- Clean up some descriptions
+
+* Tue Mar 20 2010 Peter Robinson <pbrobinson@gmail.com> - 0.88.0-1
+- New upstream stable 0.88.0 release
+
+* Wed Mar 10 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.8-1
+- New upstream release
+
+* Tue Mar 02 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.6-1
+- New upstream release
+
+* Wed Feb 17 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.5-1
+- New upstream release
+
+* Tue Feb 16 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.4-2
+- Enable sugar-settings-manager support
+
+* Thu Feb 11 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.4-1
+- New upstream release
+
+* Tue Jan 12 2010 Sebastian Dziallas <sebastian@when.com> - 0.87.3-1
+- New upstream release
+
+* Sat Jan 9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.87.2-2
+- Updated to the new python sysarch spec file reqs
+
+* Wed Dec 23 2009 Sebastian Dziallas <sebastian@when.com> - 0.87.2-1
+- New upstream release
+
+* Tue Dec 01 2009 Sebastian Dziallas <sebastian@when.com> - 0.87.1-1
+- New upstream release
+- Make this noarch again
+
+* Fri Nov 20 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.86.3-5
+- One more try
+
+* Fri Nov 20 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.86.3-4
+- Create %{_datadir}/sugar/activities
+
+* Fri Nov 20 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.86.3-3
+- Own %{_datadir}/sugar/activities. Fixes #532796
+
+* Wed Oct 21 2009 Sebastian Dziallas <sebastian@when.com> - 0.86.3-2
+- add missing file to appropriate section
+
+* Wed Oct 21 2009 Sebastian Dziallas <sebastian@when.com> - 0.86.3-1
+- Sporadic freezes while scrolling journal #1506
+- Suppress race condition with Journal appearing on sugar startup #1373
+- Alt+Space not working to show/hide the tray #1476
+
+* Sun Sep 27 2009 Sebastian Dziallas <sebastian@when.com> - 0.86.0-1
+- New upstream release
+
+* Fri Sep 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.8-2
+- Package /usr/share/applications/sugar-emulator.desktop
+
+* Fri Sep 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.8-1
+- New upstream release
+
+* Fri Sep 11 2009 Simon Schampijer <simon@schampijer.de> - 0.85.7-2
+- add python-xklavier dependency
+
+* Fri Sep 11 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.7-1
+- New upstream release
+
+* Wed Sep 02 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.5-1
+- New upstream release
+
+* Wed Aug 26 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.4-1
+- New upstream release
+
+* Sun Aug 02 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.3-1
+- New upstream release
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sat Jul 18 2009 Tomeu Vizoso <tomeu@sugarlabs.org> - 0.85.2-1
+- New upstream release
+
+* Thu Apr 16 2009 Simon Schampijer <simon@schampijer.de> - 0.84.6-1
+- Only update the connections file when the AP changes state #756
+- Initialize the ResultSet after the widget changes size #733
+
+* Wed Apr 08 2009 Simon Schampijer <simon@schampijer.de> - 0.84.5-1
+- Remove fixed width from speaker palette #719
+- Correctly close the input stream in file transfers #682
+
+* Mon Apr 06 2009 Simon Schampijer <simon@schampijer.de> - 0.84.4-1
+- new german and spanish translations
+
+* Mon Apr 06 2009 Simon Schampijer <simon@schampijer.de> - 0.84.3-1
+- If user updates an activity installed in /usr/share/activities, both versions remain installed #707
+- Sometimes an activity will not start #461
+- Grey out the erase option if an activity bundle cannot be erased #620
+- AP: Do not write timestamp when not managed to connect #623
+- Correct date in 'About my Computer' CP section #639
+- Make Jukebox the default activity for ogg-vorbis #423
+- Find an available icon for displaying the removable device #627
+- CP: Disallow the user from selecting any fallbacks if English (USA) is
+selected (#slo:561)
+- Call *mount_finish when the callback is called #326
+- Add full licence to data dir #357
+- The logout option is available by default
+- Resume from home is duplicating activity instances again #600
+
+* Wed Apr 01 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-4.20090401git4232758da5
+- git snapshot
+
+* Tue Mar 24 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-3.20090324gite16cf854aa
+- rebuild without the logout patch
+
+* Tue Mar 24 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-2.20090324gite16cf854aa
+- git snapshot
+
+* Sun Mar 22 2009 Simon Schampijer <simon@schampijer.de> - 0.84.1-1
+- Update to latest NM-User config file (same as nm-applet)
+- Fix nondeterministic denials for no-interface messages #575
+ (Thanks to Dan Williams and Colin Walters for their assistance
+ in spotting this. upstream bug fdo #18961)
+- Draw the rounding box inside the icon bounds (benzea) #567
+- Add Dismiss option to the palette of finished transfers #484
+- Resume-by-default uses open with, not just open #547
+- Set Pippy as the default for opening python files #287
+- Remove duplicates from the activities submenu #497
+- Remove transfer icon from frame when the local user cancels it #483
+- Restore the icon size after a layout change #157
+- enable logout option
+
+* Wed Mar 18 2009 Simon Schampijer <simon@schampijer.de> - 0.84.0-2.20090318gitd3a0839735
+- git snapshot
+
+* Tue Mar 03 2009 Simon Schampijer <simon@schampijer.de> - 0.84.0-1
+- Focus rectangle corners should be rounded #406
+- Restore minimal .xol support #459
+- Check the activity version and replace an older version upon download #464
+- Friendstray: icon reacting to right click #441
+- Network device icons don't react on right click #463
+- Don't open a launcher window when that activity is already running #426
+- Fall back to application-octet-stream for unknown types #458
+- Show a generic icon for clippings, if available #454
+- Don't add_bundle on activity dir change when installed already #442
+- Make mute sound code togglable
+- Keyhandler: Map XF86Search to the journal search
+- Keyhandler: Catch all exceptions (thanks to Sascha Silbe)
+- Give time for exit to execute when closing the emulator #435
+- Dont hardcode the maximum amount of entries to cache in the journal #72
+- Add standard Print shortcut to take a screenshot
+- Use keyboard specific keys to set the volume #430
+- Update to new DBus policy #307
+- Fix palette appearance on right-click #403
+- Switch to existing instance of an activity if it's already running #410
+
+* Fri Feb 27 2009 Simon Schampijer <simon@schampijer.de> - 0.83.8-3.20090227gitae381ce5b6
+- git snapshot
+- Don't add_bundle on activity dir change when installed already #442
+- Make mute sound code togglable
+- Keyhandler: Map XF86Search to the journal search
+- Keyhandler: Catch all exceptions (thanks to silbe)
+- Give time for atexit to execute when closing the emulator #435
+- Dont hardcode the maximum amount of entries to cache in the journal #72
+- Add standard 'Print' shortcut to take a screenshot
+- Use keyboard specific keys to set the volume #430
+- Update to new DBus policy #307
+- Fix palette appearance on right-click #403
+- Switch to existing instance of an activity if it's already running #410
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Feb 23 2009 Simon Schampijer <simon@schampijer.de> - 0.83.8-1
+- Revert "Add a favorites mode setting for deciding if the favorites view resumes by default or not"
+- Listen for changes in the Activities dir and install/uninstall activities accordingly #235
+- Fix sorting of favorite icons by installation_time #387
+- View Source: Option and accelerator in activity frame palette
+- View Source: Use activity icon outline for Bundle Source, part of #360
+- View Source: Hide Python Bytecode files #361
+- Use the file transfer icons
+- Many new translations!
+
+* Thu Feb 19 2009 Simon Schampijer <simon@schampijer.de> - 0.83.7-3
+- actually adding pygtksourceview2 as a dependency
+
+* Thu Feb 19 2009 Simon Schampijer <simon@schampijer.de> - 0.83.7-2
+- adding gtksourceview2 as a dependency
+
+* Mon Feb 16 2009 Simon Schampijer <simon@schampijer.de> - 0.83.7-1
+- Resume Activity list is not updated directly #322
+- Fix network panel on XO (Sascha Silbe) #290
+- Only show cp power section on xo #320
+- Add logout option to the buddy menu (Sayamindu) #207
+- Launch activity also when clicking on the palette icon #335
+- Use the activity icon for the 'Start new' palette item #314
+- Close the object chooser when the activity is closed #329
+- Dates in journal are not translated #55
+- Don't mute when right-clicking the speaker icon #278
+- Correctly cache the connection to the OHM service #249
+- Show launcher screen immediately after the user clicks to start an activity #243
+- Use documend-send icon (Gary C Martin) #227
+- Try harder to get an icon for a clipping
+- Hide the journal activity in the home view #87
+- Correctly initialize the TrayIcon
+- Add 'View Details' option to object palette in journal
+- Translation updates
+- Hide OLPC-specific fields on non-xo machines #133
+- Add a 'Clear search' button to 'No matching entries' message #266
+- Correctly detect when a query in the journal is empty #255
+- Avoid launching two instances of the same activity instance #238
+- Add start-with option to objectpalette in the journal
+- Fix dnd of icons in the favorite view #213
+- Right click on AP should reveal palette not connect to AP #10
+- Display space used and left in the volume palette in the journal #33
+- Don't update the zoom level when a dialog window pops up
+- Fix filtering the objectchooser with data types #219
+
+* Fri Feb 06 2009 Simon Schampijer <simon@schampijer.de> - 0.83.6-2.20090206git7115089fb0
+- Fix italian translation
+- Set the locale path for sugar-toolkit #55
+- Don't mute when right-clicking the speaker icon #278
+- Correctly cache the connection to the OHM service #249
+- Show launcher screen as soon as possible #243
+- Use documend-send icon (Gary C Martin) #227
+
+* Wed Feb 04 2009 Simon Schampijer <simon@schampijer.de> - 0.83.6-1
+- Try harder to get an icon for a clipping
+- Hide the journal activity in the home view #87
+- Correctly initialize the TrayIcon
+- Add 'View Details' option to object palette in journal
+- Translation updates
+- Hide OLPC-specific fields on non-xo machines #133
+- Add a 'Clear search' button to 'No matching entries' message #266
+- Correctly detect when a query in the journal is empty #255
+- Avoid launching two instances of the same activity instance #238
+- Add start-with option to objectpalette in the journal
+- Fix dnd of icons in the favorite view #213
+- Right click on AP should reveal palette not connect to AP #10
+- Display space used and left in the volume palette in the journal #33
+- Don't update the zoom level when a dialog window pops up
+- Fix filtering the objectchooser with data types #219
+
+* Fri Jan 30 2009 Simon Schampijer <simon@schampijer.de> - 0.83.5-3.20090130gitf7807dddc0
+- Add 'View Details' option to object palette in journal
+- Translation updates
+- Hide OLPC-specific fields on non-xo machines #133
+- Add a 'Clear search' button to 'No matching entries' message #266
+- Correctly detect when a query in the journal is empty #255
+- Avoid launching two instances of the same activity instance #238
+- Add start-with option to objectpalette in the journal
+- Fix dnd of icons in the favorite view #213
+- Right click on AP should reveal palette not connect to AP #10
+- Display space used and left in the volume palette in the journal #33
+- Don't update the zoom level when a dialog window pops up
+- Fix filtering the objectchooser with data types #219
+
+* Tue Jan 27 2009 Bernie Innocenti <bernie@codewiz.org> - 0.83.5-2
+- Obsolete sugar-journal
+
+* Tue Jan 20 2009 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.5-1
+- make the journal entries in the favorites palette resumable
+- simplify the constants used to identify favorite layouts
+- separate debug settings from xsession #163
+- add logout option #207 to xomenu (sayamindu, icon by eben)
+- change jabber server without sugar restart #142
+- About my XO -> About my Computer
+- #196 Fix setting the timezone in debian
+- autoconnect to AP that we connected to last #8
+- add a favorites mode setting for deciding if the favorites view resumes by default or not
+- resume by default the last activity from the favorites view
+- implement filtering by file type for removable devices
+- #132 Filter by timestamp, not by mtime
+- add support for text queries on removable devices
+- dont abort if we cannot read a file from a removable device
+- add a favorite filter to the journal toolbar
+- sanitize the file name when we copy to removable devices
+- #36 Refresh the detailed view when the entry changes
+- #38 Refresh full metadata when editing so we dont lose properties
+- Focus Search is not exposed via dbus anymore #89
+- #131 'open with' does not work for clipboard item
+- #165 Install bundles when they get into the journal
+- add Resume item to the file transfer palette
+- #126 Fix erase button in the journal
+- following eben's spec for the device positions
+
+* Sun Jan 04 2009 Simon Schampijer <simon@laptop.org> - 0.83.4-2
+- add intltool build require
+
+* Sun Jan 04 2009 Simon Schampijer <simon@laptop.org> - 0.83.4-1
+- New download url
+- Fix language parsing on Gentoo and ALTLinux #81 (alsroot)
+- Change the FRAME_POSITION_RELATIVE to follow eben's spec
+- exec sugar-session
+- Add wired device icon for the frame
+- Only show wireless device in the frame when connecting/connected
+- Use jabber.sugarlabs.org by default
+- Only create a keydialog for the activating connection
+- CanvasPulsingIcon: Don't begin pulse loop on resume if not pulsing
+- Use g_timeout_add_seconds() for power efficiency
+- Add the journal button to the volumes toolbar in the journal
+- Remove jarabe/model/volume.py and use gio instead
+- First try at restoring removable devices support in the journal
+- make the image viewer activity the default one for iamges
+
+* Wed Dec 21 2008 Bernie Innocenti <bernie@codewiz.org> - 0.83.3-6
+- Add missing dependencies on xorg-x11-utils, dbus-x11 and openssh
+
+* Wed Dec 10 2008 Bernie Innocenti <bernie@codewiz.org> - 0.83.3-5
+- Spec file cleanup and updates
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.83.3-4
+- Rebuild for Python 2.6
+
+* Fri Nov 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.3-3
+- Really add the patch
+
+* Fri Nov 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.3-2
+- Fix the desktop file executable
+
+* Fri Nov 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.3-1
+- Update to 0.83.3
+
+* Thu Nov 6 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.2-4
+- Fix translations
+
+* Thu Nov 6 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.2-2
+- Fix gconf schemas installation
+
+* Tue Nov 4 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.83.2-1
+- Update to 0.83.2
+
+* Thu Sep 25 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.9-1
+- #7969 Accidental searches lead to a "blank" Home screen
+- #8662 xo man jumps around while zooming
+- #8642 Bug in WPA key dialog prevents certain passwords from being accepted
+- #8657 Help activity doesn't show up on a clean install.
+- #8234 Software update (in Control Panel) crashes X-server.
+
+* Sat Sep 20 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.8-1
+- #8554 Indicate connected AP in Neighborhood view.
+- #7987 Home view XO icon palette for Control Panel has wrong icon
+- #7685 Alternate home layouts; fixed ring scaling; better modularization of layouts
+- #8148 control panel does have layout problems with languages like mongolian
+- #8485 Switching between zoom levels seem to leak
+
+* Tue Sep 16 2008 Simon Schampijer <simon@laptop.org> - 0.82.7-1
+- remove numpy finally
+
+* Sat Sep 13 2008 Simon Schampijer <simon@laptop.org> - 0.82.6-1
+- #8438 control panel fails when run with python -OO
+- #8470 SpreadLayout leaks self._collisions
+- #8375 gst usage in the shell wastes 2.6mb
+- #8372 Remove numpy usage from the shell
+
+* Thu Sep 12 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.5-1
+- #8427 Sugar does not send SetActive(True)
+- #8409 Sugar does not save network's BSSIDs in networks.cfg
+
+* Thu Sep 11 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.4-1
+- #7480 Need to 'reset' the network configurations - short term fix
+- #8368 Disable the server plugin if no server was specified
+
+* Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.82.3-2
+- fix license tag
+
+* Sat Sep 6 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.3-1
+- #8300 Shell _launchers are leaked
+- #7856 notify::active behaviour change
+- #8250 Invalid POT for "Copyright and License" of control panel
+
+* Wed Sep 3 2008 Jeremy Katz <katzj@redhat.com> - 0.82.2-2
+- Require gstreamer-python and telepathy-python (rhbz#447589)
+
+* Fri Aug 29 2008 Simon Schampijer <simon@laptop.org> - 0.82.2-1
+- 6929 Control panel: include copyright/licensing info in about dialogue
+- Fix some launcher issues
+
+* Thu Aug 28 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.82.1-1
+- #2866 Network Manager GUI doesn't report success or failure
+- #3993 The color of network icon in Home view becomes white after restarting Sugar.
+- #2866 Network Manager GUI doesn't report success or failure
+- #7988 Sugar control panel doesn't have a language entry for kreyol
+- #7823 Non-modal alerts in CP remain when they shouldn't
+- #7733 Cannot install Wikipedia-10.xo
+- #7356 regression in activity view performance.
+- #7660 XO Neighborhood icon drawing & erase glitches
+- #6605 Screen rotates clockwise, while rotation button shows counter clockwise arrows
+- #7877 Control Panel / Data & Time: Selecting timezone by typing locks up UI
+- #7965 Mirror activities list in RTL locales
+- #7220 Mark newly downloaded activities as favorites by default
+- #7874 Search entry in Home focuses list view when cleared
+- #7971 CP fails to validate all settings correctly
+- #7970 Some CP modules set needs_restart to False when they shouldn't
+- #7764 Reset Registration with school servers - short term solution
+- #7823 Non-modal alerts in CP remain when they shouldn't
+- #7874 Search entry in Home focuses list view when cleared
+- #7730 Clicking on Speaker icon should Mute/Unmute Sound
+- #4656 Non-olpc buddies not shown in the meshview (using salut)
+- #7873 Search entry in Home should be focused implicitly
+
+* Fri Aug 22 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.0-2.20080822git454def195d
+- Fix #6605 #7877 #7965 #7220 #7874 #7971 #7970 #7764 #7823 #7841
+
+* Thu Aug 07 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.82.0-1
+- Mirror the intro screen in rtl. Patch by Khaled Kosny Fix #3108
+- #7740 react gracefully to dbus services being restarted
+- Fix case when already registered 7836
+- Redirect keyboard brightness and DCON freeze requests to OHM #7357
+- open cp software-updater on first boot after an update 7495
+- Activate threads support 7486
+- added languages Norwegian and Slovenian
+- translation updates
+
+* Fri Aug 01 2008 Simon Schampijer <simon@laptop.org> - 0.81.8-1
+- 7248 Speaker device has inconsistent behavior
+- 7625 alt+tab switching is slow because activities are notified unneccessary
+- 7560 cp: Inconsistent behavior after changing the xo color
+- 7641 Control panel sugar theme infelicities.
+- 6136 No feedback from 'register' request.
+
+* Wed Jul 23 2008 Simon Schampijer <simon@laptop.org> - 0.81.7-1
+- 7546 Activity launcher fails to show when launching from the journal
+- 5664 Copying formatted text out of Browse breaks Journal/clipboard interaction
+- 7385 Change the accelerator for switching between views in the home level
+- 7249 Device ordering in Frame is not fixed
+- 7510 Control Panel 'About Me' incorrectly keeps a name edit when you choose to Cancel out
+- 7071 Activities cannot be deleted via GUI
+- 4208 Battery indicator's icon fullness inconsistent with indicator %.
+- 7430 Favorites view is not preserved
+- 7434 Control panel UI for power management.
+
+* Thu Jul 17 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-4.20080715git8137d5c37f
+- split the sugar-emulator in it's own package to get rid of the
+ xephyr dependency
+
+* Tue Jul 15 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.81.6-3.20080715git8137d5c37f
+- 7071 Add an option for uninstalling activities from the home view
+- 7476 Order control panel modules logically
+- 4208 battery icon consistency fix
+- 7354 Maintain correct zoom level after activity launch
+
+* Wed Jul 09 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-2.20080709git8f4819a62e
+- git snapshot
+- 7430 Preserve the favorites layout across reboots
+- 7434 Add power section to the control panel
+
+* Wed Jul 09 2008 Simon Schampijer <simon@laptop.org> - 0.81.6-1
+- 7438 sugar shuts down when you click Restart
+- 7365 Invites not working
+- 7248 Speaker device has inconsistent behavior
+- 7339 CPU Spins after starting an activity
+- 7015 Add proper alignment support to the tray control
+- 5613 Cannot set non-ASCII nick name
+- 7046 Deleting activity bundle with journal leaves it showing in Home list view until reboot
+- 7391 Make the search field in Home reveal the list view
+- 7248 Speaker device has inconsistent behavior
+- 7272 Notifications are redundant with new launching feedback
+- 7273 Activity icons remain colored after launch
+
+* Sat Jun 21 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.81.5-1
+- Fix a bug with activity switching (benzea)
+- UI improvements to the control panel frame section (erikos)
+- First go at session management implementation (marco)
+- New activity launching feedback (eben and marco)
+- Speaker device implementation cleanups (mtd)
+- Support for 1-1 chat with other xmpp clients (morgs and cassidy)
+- Shortcuts improvements for emulation (mtd)
+- Additional free form layout for the home view and allow to reorder icons (tomeu)
+- Improve layout logic for the icons in the mesh view (tomeu)
+- Support for switching activities using alt+tab (benzea)
+
+* Mon Jun 09 2008 Simon Schampijer <simon@schampijer.de> - 0.81.3-1
+- Search in the activity list (Tomeu)
+- Add installation date in the activity list (Tomeu)
+- Improve performance of the activity list (Tomeu)
+- Sort activities in the list and ring by installation date (Tomeu)
+- Speaker device (Martin Dengler)
+- Graphical frontend for the control panel (Simon)
+- Rotate the dpad keys when the screen rotate button is pressed (Erik Garrison)
+
+* Thu May 22 2008 Simon Schampijer <simon@schampijer.de> - 0.81.1-2
+- Removed patch to fix activity location
+
+* Thu May 22 2008 Simon Schampijer <simon@schampijer.de> - 0.81.1-1
+- Make arrows scroll up and down in scroll views
+- Merge activities.default into favorites
+
+* Tue Apr 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.4-1
+- Pylint cleanup.
+- Misc graphical fixes.
+
+* Mon Apr 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.3-2
+- Patch to fix system activities location
+
+* Wed Apr 09 2008 Tomeu Vizoso <tomeu@tomeuvizoso.net> - 0.79.3-1
+- Misc graphical fixes.
+
+* Wed Apr 2 2008 Simon Schampijer <simon@laptop.org> - 0.79.2-1
+- Frame/Home redesign - Put corner stone
+
+* Fri Mar 28 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.1-1
+- Update to 0.79.1
+
+* Mon Feb 11 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.0-2
+- Require sugar-artwork
+
+* Fri Feb 8 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.79.0-1
+- Update to 0.79.0, rework dependencies because of the toolkit split
+
+* Sat Feb 2 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.11-2
+- Rebuild
+
+* Tue Jan 29 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.11-1
+- Fix #5904
+
+* Fri Jan 18 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.10-1
+- Fix #1406 #5944 #6051
+
+* Wed Jan 16 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.8-2
+- Update the mime db. Fix #5815
+
+* Fri Jan 11 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.8-1
+- Fix #5489 #4562 #5765 #5559 #5493 #5573 #5648
+
+* Thu Jan 10 2008 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.7-1
+- Fix #4145 #5538 #5760 #5532 #5884
+
+* Sat Dec 22 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.6-1
+- Fix #5489
+
+* Wed Dec 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.5-1
+- Fix #5526 #5512 #4909
+
+* Wed Dec 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.4-1
+- Fix #4906 #5382 #5364
+
+* Wed Dec 12 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.3-1
+- Fix #4965
+
+* Tue Dec 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.1-1
+- Fix #5154 #5221 #5080
+
+* Wed Dec 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.75.0-1
+- Update to 0.75.0
+
+* Fri Nov 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.70.3-1
+- Update to 0.70.3
+
+* Thu Nov 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.70.2-2
+- Change the jabber server
+
+* Tue Nov 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.70.2-1
+- Update to 0.70.2
+
+* Mon Nov 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.70.1-1
+- Update to 0.70.1
+
+* Wed Nov 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.89.20071114git411879e9de
+- #4768 Fix memory leak when switching between activities. (marco)
+
+* Tue Nov 13 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.88.20071113git9d28557bbd
+- Fix randr. (marco)
+- Do not fail if there is not an activity service. (marco)
+- Alert when an activity cannot be saved. (rwh)
+
+* Tue Nov 13 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.87.20071113git47e231311b
+- Get rid of sound competely to be sure we don't block the device. (marco)
+
+* Tue Nov 13 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.86.20071112git1bf6cdaa81
+- #4728, #4764: Set the correct colors for filtered out mesh view icons. (tomeu)
+
+* Fri Nov 09 2007 Marco Pesenti Gritti <mpg@redhat.com> - 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 <mpg@redhat.com> - 0.65-0.84.20071109git55864fa3f6
+- Support for the espeak service. (codyl)
+- Fix typo in activity launching code. (marco)
+
+* Thu Nov 08 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.83.20071108gite23f012e08
+- Launch a few activities outside rainbow containers. (marco)
+
+* Thu Nov 08 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.82.20071108git3e491c2dc7
+- #4715: Filter new items that appear in the mesh view. (tomeu)
+- #4716: Filter correctly activity icons in the mesh view. (tomeu)
+- Use HOME/.i18n in control panel and reset jabber_registered to False (erikos)
+
+* Wed Nov 07 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.81.20071107gitdae3ebe8d1
+Snapshot 306d32832f
+
+* Tue Nov 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.80.20071106git306d32832f
+- Add missing dependency to sugar-base
+
+* Tue Nov 06 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.79.20071106git306d32832f
+- Associate ctrl+s to keep. (rwh)
+
+* Tue Nov 06 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.78.20071105git73cae198f5
+- Remove the startup sound for now, to not break audio
+ for all the activities. (marco)
+
+* Mon Nov 05 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.77.20071105git0a9676171d
+- #4650: Failure to write journal files. (marco)
+
+* Mon Nov 05 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.76.20071105gitee8712d1c4
+- #3119: Implement some basic search capabilities in the mesh view. (tomeu)
+
+* Sun Nov 04 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.75.20071104gitd456f6c633
+- New experimental screenshot code. (marco)
+
+* Sat Nov 03 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.74.20071103gite748f756c0
+- #4618: Make the shell service more resilient to failure. (tomeu)
+
+* Fri Nov 02 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.73.20071102git39aca0154d
+- Get bundle installation to work again. (marco)
+
+* Fri Nov 02 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.72.20071102gitb6422678e6
+- #1941 Call FocusSearch method for popping up the journal. (rwh)
+
+* Fri Oct 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.71.20071019gitefd0bbd326
+- New snapshot
+
+* Thu Oct 18 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.70.20071018git78f51a1b56
+- New snapshot
+
+* Thu Oct 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.69.20071010git9c5755d85a
+- New snapshot
+
+* Tue Oct 9 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.68.20071009git6c7c6a503b
+- New snapshot
+
+* Sun Oct 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.67.20071007git143f9ac9c6
+- New snapshot
+
+* Sun Oct 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.66.20071007git143f9ac9c6
+- New snapshot
+
+* Sat Oct 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.65.20071006gitc74013db1f
+- New snapshot
+
+* Sat Oct 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.64.20071005git79ba6b91b7
+- New snapshot
+
+* Thu Oct 4 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.63.20071004gitacca55e861
+- New snapshot
+
+* Mon Oct 1 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.61.20071001gited40d65791
+- New snapshot
+
+* Fri Sep 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.60.20070928gitb8ec83c5b8
+- New snapshot
+
+* Wed Sep 26 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.59.20070926git5a595ea04e
+- New snapshot
+
+* Tue Sep 25 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.58.20070925git5a595ea04e
+- New snapshot
+
+* Mon Sep 24 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.57.20070924git5a595ea04e
+- New snapshot
+
+* Sat Sep 22 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.56.20070922git5a595ea04e
+- New snapshot
+
+* Thu Sep 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.55.20070920git5a595ea04e
+- New snapshot
+
+* Wed Sep 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.54.20070919gitb8ce5083b7
+- New snapshot
+
+* Wed Sep 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.53.20070919gitb8ce5083b7
+- New snapshot
+
+* Tue Sep 18 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.52.20070918gitb8ce5083b7
+- New snapshot
+
+* Tue Sep 18 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.51.20070917gitb8ce5083b7
+- New snapshot
+- Add a patch to set the jabber server to jabber.laptop.org
+
+* Mon Sep 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.50.20070917gited22733941
+- New snapshot
+
+* Sat Sep 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.49.20070915git8ef6c57f8b
+- New snapshot
+
+* Fri Sep 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.48.20070914git0a666e23cf
+- New snapshot
+
+* Wed Sep 12 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.47.20070912git47f473189e
+- New snapshot
+
+* Tue Sep 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.46.20070911git8b784a6223
+- New snapshot
+
+* Mon Sep 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.45.20070910git79237f3114
+- New snapshot
+
+* Sun Sep 9 2007 Dan Williams <dcbw@redhat.com> - 0.65-0.44.20070909gita1f5cece18
+- New snapshot
+
+* Sun Sep 9 2007 Dan Williams <dcbw@redhat.com> - 0.65-0.43.20070909git6b6470ebcb
+- New snapshot
+
+* Fri Sep 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.42.20070907gitc8700feccf
+- New snapshot
+
+* Thu Sep 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.41.20070906gitd9a30c23ff
+- New snapshot
+
+* Tue Sep 4 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.40.20070904git0ad6398cf1
+- New snapshot
+
+* Mon Sep 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.39.20070903git0b3f687749
+- New snapshot
+
+* Sat Sep 1 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.34.20070901gitfeb462d08d
+- New snapshot
+
+* Thu Aug 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.33.20070830gite65fef5c79
+- New snapshot
+
+* Wed Aug 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.32.20070829git23ad88db0c
+- New snapshot
+
+* Tue Aug 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.30.20070827git246ec1e4aa
+- New snapshot
+
+* Wed Aug 22 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.29.20070822gitd38cacfe2c
+- New snapshot
+
+* Mon Aug 20 2007 John (J5) Palmieri <mpg@redhat.com> - 0.65-0.28.20070820gite83b98a8f6
+- New snapshot
+
+* Mon Aug 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.28.20070820gitb24a28a77d
+- New snapshot
+
+* Tue Aug 14 2007 John (J5) Palmieri <johnp@redhat.com> - 0.65-0.27.20070814gitd93122bf5e
+- New snapshot
+
+* Wed Aug 1 2007 Dan Williams <dcbw@redhat.com> - 0.65-0.27.20070801gitd22f00d894
+- New snapshot
+ * Don't set a presence server by default (except in the emulator) (dcbw)
+
+* Tue Jul 31 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.26.20070731git7ddd46589e
+- New snapshot
+
+* Sun Jul 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.25.20070729git285099fe08
+- New snapshot
+
+* Fri Jul 27 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.24.20070727git285099fe08
+- New snapshot
+
+* Wed Jul 25 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.23.20070725git088c7612e3
+- New snapshot
+
+* Tue Jul 24 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.22.20070724git9ac5d38e90
+- New snapshot
+
+* Mon Jul 23 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.21.20070723git4a924a8e5d
+- New snapshot
+
+* Mon Jul 23 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.20.20070723git943c78ffa7
+- New snapshot
+
+* Fri Jul 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.19.20070720git8ae99aaa87
+- New snapshot
+
+* Thu Jul 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.18.20070719gitf6f3f2b520
+- New snapshot
+
+* Tue Jul 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.16.20070717git5212790236
+- New snapshot
+
+* Tue Jul 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.15.20070716gitfd7336c2f1
+- New snapshot
+
+* Mon Jul 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.14.20070715git9f4da4e6d1
+- New snapshot
+
+* Fri Jul 13 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.13.20070713git4c352d1f83
+- New snapshot
+
+* Wed Jul 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.12.20070711gitec7eb2ebbb
+- New snapshot
+
+* Tue Jul 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.11.20070710gitb83a9ec27d
+- New snapshot
+
+* Tue Jul 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.4.20070710git42f0bcc48d
+- New snapshot
+
+* Tue Jul 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.3.20070710git757b2b8ce6
+- New snapshot
+
+* Mon Jul 9 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.2.20070709gitaa6a024368
+- New snapshot
+
+* Sun Jul 8 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.10.20070708gitf8cf7ff1ce
+- New snapshot
+
+* Fri Jul 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.9.20070706gitcebf25739b
+- #1930: Only take preview before closing. (tomeu)
+
+* Fri Jul 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.7.20070706git8af15d4e73
+- Nicer tooltips. Improved sizing logic. (marco)
+- Do not popdown the frame when palettes are active. (marco)
+- Add macedonian translation. (ArangelAngov)
+- Add brazilian translation. (DiegoZacarao)
+- Some fixes for changing the selected clipboard object. (tomeu)
+- Fix palettes around the mesh edges. (edsiper)
+
+* Fri Jul 6 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.6.20070706gitde8b3b4c01
+- Use HAL to get battery informations.
+- Improvements in the mesh view layout.
+- Hide the active palette when another popup.
+- Icons in the buddy menu items
+
+* Tue Jul 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.4.20070703gitcc2b8884c0
+- Use the new palette widget everywhere in the UI
+- Do not always show the shutdown palette on startup
+- Implement primary and secondary state for palettes
+- Fix several frame/zoom level bugs
+
+* Fri Jun 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.3.20070629git30bee7e43a
+- Better palette positioning
+- Reject invalid nick names in the intro screen
+- Make startup notification work from the journal and clipboard
+- Do not create a new object when resuming from the journal
+
+* Thu Jun 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.2.20070628git0d6760b194
+- New snapshot
+
+* Thu Jun 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.10.20070628git03ef9c034e
+- New snapshot
+
+* Wed Jun 27 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.9.20070627git381df08442
+- New snapshot
+
+* Wed Jun 27 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.8.20070627git69ba74ddc2
+- New snapshot
+
+* Tue Jun 26 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.7.20070626git4f748dba9b
+- New snapshot
+
+* Tue Jun 26 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.4.20070626gitgit84127380dc
+- New snapshot
+
+* Thu Jun 21 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.3.20070620git0e4efae7ae
+- python-telepathy is the name of the package in Fedora
+
+* Wed Jun 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.65-0.2.20070620git0e4efae7ae
+- Update to 0.65
+- Fix versioning scheme
+
+* Tue Jun 19 2007 John (J5) Palmieri <johnp@redhat.com> - 0.64-7.git3b1ee5a0bc.1
+- add a %%doc line with COPYING COPYING.LIB and README
+- fix up BR's
+- fix buildroot
+
+* Thu Jun 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.64-6.git3b1ee5a0bc.1
+- Remove gst-plugins build dep
+
+* Thu Jun 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.64-5.gita1e3dbaf9e.1
+- New snapshot
+
+* Mon Jun 4 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.64-3.gitb2980d7bd6.1
+- New snapshot
+
+* Wed May 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.git9ea6b18027.1
+- Updated snapshot
+
+* Thu May 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-1.gitb1ed24498c.1
+- Journal API fixes
+
+* Thu May 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-1.git0c77275ba7.2
+- New snapshot
+
+* Thu May 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.87.20070517git
+- Presence service fixes
+
+* Thu May 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.86.20070517git
+- Ps and browser fixes
+
+* Wed May 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.85.20070516git
+- Journal perf fixes
+
+* Tue May 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.84.20070515git
+- Some ps fixes
+
+* Tue May 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.83.20070515git
+- Fix mozilla components initialization
+
+* Tue May 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.82.20070515git
+- Journal and ps fixes
+
+* Mon May 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.81.20070514git
+- Improved activity toolbar
+
+* Mon May 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.80.20070514git
+- Fix sugar browser
+
+* Mon May 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.79.20070514git
+- Several datastore and presence service fixes
+
+* Fri May 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.78.20070511git
+- Fix cursors
+
+* Fri May 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.77.20070511git
+- Various theme fixes and correct dpi
+
+* Thu May 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.76.20070510git
+- New snapshot
+
+* Mon May 7 2007 Dan Williams <dcbw@redhat.com> - 0.63-2.75.20070406git
+- Fix nickname encoding and length issues
+
+* Fri Apr 6 2007 Dan Williams <dcbw@redhat.com> - 0.63-2.74.20070406git
+- Network manager UI fixes (don't show adhoc APs)
+- Fix the 'execute' command so the camera button works
+- Blacklist failed buddy service resolutions in the PS
+
+* Thu Apr 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.73.20070405git
+- Network manager UI fixes
+
+* Tue Apr 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.72.20070403git
+- Do not abort on X errors
+
+* Tue Apr 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.71.20070403git
+- Do not kill the process for X errors in mozilla
+
+* Fri Mar 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.70.20070331git
+- Fix for back/forward on frames
+
+* Fri Mar 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.69.20070330git
+- Fix pdf downloading on broken servers
+
+* Fri Mar 30 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.68.20070330git
+- Some fixes for the new ap status feedback
+
+* Thu Mar 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.67.20070329git
+- Fixes for the mesh device UI
+
+* Thu Mar 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.66.20070329git
+- Better feedback for the ap states on the mesh view.
+
+* Thu Mar 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.65.20070329git
+- Fix pdf mime type. Mesh network support.
+
+* Wed Mar 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.64.20070328git
+- Improve rollovers behavior. Disable the presence service.
+
+* Mon Mar 26 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.62.20070326git
+- Misc bugfixes
+
+* Fri Mar 23 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.61.20070323git
+- Support for translations. Bugfixes.
+
+* Thu Mar 22 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.60.20070322git
+- Fix gtkrc path
+
+* Thu Mar 22 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.59.20070322git
+- Add a gtkrc. Some fixes.
+
+* Wed Mar 21 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.58.20070321git
+- Don't hardcode font for arabic. Entry style fixes.
+
+* Tue Mar 20 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.57.20070320git
+- Some style fixes
+
+* Mon Mar 19 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.56.20070319git
+- File chooser size fixes
+
+* Sun Mar 18 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.55.20070318git
+- More frame and saving fixes
+
+* Sat Mar 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.54.20070317git
+- Suggest name on save. Frame fixes.
+
+* Fri Mar 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.53.20070316git
+- Several bug fixes
+
+* Fri Mar 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.52.20070316git
+- FIx file picker buttons
+
+* Thu Mar 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.51.20070315git
+- Fix donut and devices sizing
+
+* Thu Mar 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.50.20070315git
+- Several bugfixes
+
+* Thu Mar 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.49.20070315git
+- Downloads fixes and improvements
+
+* Wed Mar 14 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.48.20070314git
+- Improve the frame behavior and animation
+- Add API to save image and web pages
+
+* Sun Mar 11 2007 Dan Williams <dcbw@redhat.com> - 0.63-2.47.20070308git.1
+- Better frame animation
+
+* Thu Mar 8 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.47.20070308git
+- Add a default picture
+
+* Wed Mar 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.46.20070307git
+- More nm fixes. Fix keyboard grabbing.
+
+* Wed Mar 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.45.20070307git
+- Some nmclient signals cleanups
+
+* Wed Mar 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.44.20070307git
+- Fix the doubling access points bug. Fix some access point state bugs.
+
+* Wed Mar 7 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.43.20070307git
+- Simple but efficient implementation of spreadbox
+
+* Mon Mar 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.42.20070306git
+- Update snapshot
+
+* Mon Mar 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.41.20070305git
+- Update snapshot
+
+* Mon Mar 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.40.20070305git
+- Update snapshot
+
+* Sat Mar 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.39.20070305git
+- Update snapshot
+
+* Sat Mar 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.38.20070304git
+- Update snapshot
+
+* Sat Mar 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.37.20070304git
+- Update snapshot
+
+* Fri Mar 2 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.36.20070302git
+- Update snapshot
+
+* Thu Mar 2 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.34.20070302git
+- Update snapshot
+
+* Thu Mar 2 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.33.20070302git
+- Update snapshot
+
+* Thu Feb 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.32.20070302git
+- Update snapshot
+
+* Thu Feb 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.31.20070301git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.30.20070228git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.28.20070228git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.27.20070228git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.26.20070228git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.25.20070228git
+- Update snapshot
+
+* Wed Feb 28 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.24.20070228git
+- Update snapshot
+
+* Tue Feb 27 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.23.20070227git
+- Update snapshot
+
+* Sat Feb 24 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.22.20070224git
+- Update to 0.63-2.22.20070224git
+
+* Thu Feb 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.21.20070215git
+- Update to 0.63-2.21.20070215git
+
+* Thu Feb 8 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.20.20070208git
+- Update to 0.63-2.20.20070208git
+
+* Tue Feb 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.20.20070203git.1
+- Remove dep on pygtkmozembed
+
+* Sun Feb 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.20.20070203git
+- Update to 0.63-2.20.20070203git
+
+* Sun Feb 3 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.19.20070203git
+- Update to 0.63-2.19.20070203git
+
+* Wed Jan 31 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.18.20070131git
+- Update to 0.63-2.18.20070131git
+
+* Wed Jan 31 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.17.20070131git
+- Update to 0.63-2.17.20070131git
+
+* Wed Jan 31 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.16.20070131git
+- Update to 0.63-2.16.20070131git
+
+* Wed Jan 29 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.15.20070129git
+- Update to 0.63-2.15.20070129git
+
+* Wed Jan 17 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.14.20070167git
+- Update to 0.63-2.14.20070117git
+
+* Tue Jan 16 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.13.20070116git
+- Update to 0.63-2.13.20070116git
+
+* Mon Jan 15 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.12.20070115git
+- Update to 0.63-2.12.20070115git
+
+* Sat Jan 13 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.11.20070113git
+- Update to 0.63-2.11.20070113git
+
+* Fri Jan 12 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.10.20070112git
+- Update to 0.63-2.10.20070112git
+
+* Thu Jan 11 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.9.20070111git
+- Update to 0.63-2.9.20070111git
+
+* Wed Jan 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.8.20070110git
+- Update to 0.63-2.8.20070110git
+
+* Wed Jan 10 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.7.20070110git
+- Update to 0.63-2.7.20070110git
+
+* Tue Jan 9 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.6.20070109git
+- Update to 2.6.20070109git
+
+* Tue Jan 9 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.5.20070109git
+- Update to 2.5.20070109git
+
+* Mon Jan 8 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.4.20070108git
+- Update to 2.4.20070108git
+
+* Mon Jan 8 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.3.20070108git
+- Update to 2.3.20070108git
+
+* Mon Jan 8 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.1.20070108git
+- Update to 2.1.20070108git
+
+* Fri Jan 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.2.20070105git
+- Update to 0.63-2.2.20070105git
+
+* Fri Jan 5 2007 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-2.1.20070105git
+- Update to 0.63-2.1.20070105git
+
+* Thu Nov 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.63-1
+- Update to 0.63
+
+* Wed Nov 20 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.62-1
+- Update to 0.62
+
+* Mon Nov 18 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.61-1
+- Update to 0.61
+
+* Mon Nov 18 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.60-1
+- Update 0.60
+- Addd the service files
+
+* Fri Nov 17 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.59.1-1
+- Update to 0.59.1
+
+* Mon Nov 14 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.59-1
+- Update to 0.59
+
+* Mon Nov 14 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.58-1
+- Update to 0.58
+
+* Sun Nov 12 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.57-1
+- Update 0.57
+
+* Sun Nov 12 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.56-1
+- Update 0.56
+
+* Sun Nov 12 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.54-1
+- Updat 0.54
+
+* Fri Nov 10 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.53-1
+- Update 0.53
+
+* Fri Nov 10 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.52-1
+- Update to 0.52
+
+* Thu Nov 9 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.51-1
+- Update to 0.51
+
+* Wed Nov 8 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.50-1
+- Update to 0.50
+
+* Sun Nov 5 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.49-1
+- Update to 0.49
+
+* Sat Nov 4 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.48-1
+- Update to 0.48
+
+* Fri Nov 3 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.47-1
+- Update to 0.47
+
+* Mon Oct 30 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.46-1
+- Update to 0.46
+
+* Sat Oct 28 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.45-1
+- Update to 0.45
+
+* Thu Oct 26 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.44-1
+- Update to 0.44
+
+* Thu Oct 26 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.43-1
+- Update to 0.43
+
+* Wed Oct 25 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.42-1
+- Update to 0.42
+
+* Tue Oct 24 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.41-1
+- Update to 0.41
+
+* Fri Oct 20 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.40-1
+- Update to 0.40
+
+* Fri Oct 20 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.39-1
+- Update to 0.39
+
+* Thu Oct 19 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.38-1
+- Update to 0.38
+
+* Wed Oct 18 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.37-1
+- Update to 0.37
+
+* Tue Oct 17 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.36-1
+- Update to 0.36
+
+* Tue Oct 17 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.35-1
+- Update to 0.35
+
+* Fri Oct 13 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.34-1
+- Update to 0.34
+
+* Fri Oct 6 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.33-1
+- Update 0.33
+
+* Fri Oct 6 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.32-1
+- Update 0.32
+
+* Fri Oct 6 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.31-3
+- Add req for vte
+
+* Fri Oct 6 2006 John (J5) Palmieri <johnp@redhat.com> - 0.31-2
+- Add req for hippo-canvas-python
+
+* Thu Oct 5 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.31-1
+- Update to 0.31
+
+* Wed Oct 4 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.30-1
+- Update to 0.30
+- Update dependencies
+
+* Mon Sep 11 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.29-1
+- Update to 0.29
+
+* Mon Sep 11 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.29-1
+- Update to 0.29
+
+* Mon Sep 11 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.28-1
+- Update to 0.28
+
+* Mon Sep 11 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.27-1
+- Update to 0.27
+
+* Mon Sep 11 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.26-1
+- Update to 0.26
+
+* Fri Aug 25 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.25-1
+- Update to 0.25
+
+* Fri Aug 25 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.24-1
+- Update to 0.24
+
+* Fri Aug 25 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.23-1
+- Update to 0.23
+- Add build req pygtk2-devel
+
+* Wed Aug 23 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.22-2
+- Rebuild
+
+* Wed Aug 23 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.22-1
+- Update to 0.22
+
+* Tue Aug 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.21-1
+- Update to 0.21
+
+* Tue Aug 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.20-2
+- Requires matchbox-window-manager
+
+* Tue Aug 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.20-1
+- Update to 0.20
+- Fix requires
+- Require python-devel
+- Require perl-XML-Parser
+- Missing make on build
+- Require gettext
+
+* Tue Aug 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.19-3
+- Remove .la
+
+* Tue Aug 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.19-2
+- Package some missing files
+
+* Tue Aug 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.19-1
+- Build 0.19
+
+* Sun Jun 30 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.18-1
+- Build 0.18
+
+* Sun Jun 30 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.17-1
+- Build 0.17
+
+* Sun Jun 29 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.16-1
+- Build 0.16
+
+* Sun Jun 24 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.15-1
+- Build 0.15
+
+* Sat Jun 23 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.14-1
+- Build 0.14
+
+* Fri Jun 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.13-1
+- Build 0.13
+
+* Fri Jun 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.12-4
+- Add pkgconfig to build requires
+
+* Fri Jun 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.12-3
+- Remove build requires
+
+* Fri Jun 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.12-2
+- Make this noarch
+
+* Fri Jun 22 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.12-1
+- Update to release 0.12
+
+* Tue Jun 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.11-1
+- Update to release 0.11
+
+* Tue Jun 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.10-1
+- Update to release 0.10
+
+* Tue May 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.9-1
+- Update to release 0.9
+
+* Tue May 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.8-1
+- Update to release 0.8
+
+* Tue May 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.7-1
+- Update to release 0.7
+
+* Tue May 21 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.6-1
+- Update to release 0.6
+
+* Tue May 17 2006 Marco Pesenti Gritti <mpg@redhat.com> - 0.4-1
+- Update to release 0.4
+- No more dbus .services files
+
+* Tue May 16 2006 David Zeuthen <davidz@redhat.com> - 0.3-1
+- Update to release 0.3
+
+* Tue May 16 2006 David Zeuthen <davidz@redhat.com> - 0.2-3
+- Add Requires: avahi-tools
+
+* Tue May 16 2006 David Zeuthen <davidz@redhat.com> - 0.2-2
+- Add Requires: libxml2-python
+
+* Mon May 08 2006 David Zeuthen <davidz@redhat.com> - 0.2-1
+- Initial package