rpms/sugar/OLPC-3 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 sugar.spec, 1.18, 1.19

Marco Pesenti Gritti mpg at fedoraproject.org
Sat Sep 6 16:06:35 UTC 2008


Author: mpg

Update of /cvs/pkgs/rpms/sugar/OLPC-3
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32243

Modified Files:
	.cvsignore sources sugar.spec 
Log Message:
* Sat Sep  6 2008 Marco Pesenti Gritti <mpg at 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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/OLPC-3/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	6 Aug 2008 18:28:01 -0000	1.15
+++ .cvsignore	6 Sep 2008 16:06:04 -0000	1.16
@@ -1 +1 @@
-sugar-0.81.8-git0e744d9629.tar.bz2
+sugar-0.82.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/OLPC-3/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	6 Aug 2008 18:28:01 -0000	1.15
+++ sources	6 Sep 2008 16:06:04 -0000	1.16
@@ -1 +1 @@
-1944497eb8028f1100c1d38258c4df74  sugar-0.81.8-git0e744d9629.tar.bz2
+ac790847c2701ebe8858111ac171fe64  sugar-0.82.3.tar.bz2


Index: sugar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/OLPC-3/sugar.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sugar.spec	6 Aug 2008 18:28:01 -0000	1.18
+++ sugar.spec	6 Sep 2008 16:06:04 -0000	1.19
@@ -1,17 +1,17 @@
-%define commitid 0e744d9629
-%define alphatag 20080806git%{commitid}
+%define commitid 454def195d
+%define alphatag 20080822git%{commitid}
 
 Summary: OLPC desktop environment
 Name: sugar
-Version: 0.81.8
-#Release: 1%{?dist}
-Release: 3.%{alphatag}%{?dist}
+Version: 0.82.3
+Release: 1%{?dist}
+#Release: 2.%{alphatag}%{?dist}
 URL: http://dev.laptop.org
 # git clone git://dev.laptop.org/sugar
 # cd sugar
 # git-checkout %{commitid}
-Source0: %{name}-%{version}-git%{commitid}.tar.bz2
-#Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2
+#Source0: %{name}-%{version}-git%{commitid}.tar.bz2
+Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2
 License: GPL/LGPL
 Group: System Environment/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,6 +28,8 @@
 Requires: gnome-python2-libwnck
 Requires: matchbox-window-manager
 Requires: numpy
+Requires: python-telepathy
+Requires: gstreamer-python
 
 %description
 
@@ -92,12 +94,53 @@
 %{_bindir}/sugar-emulator
 
 %changelog
-* Wed Aug 06 2008 Simon Schampijer <simon at laptop.org> - 0.81.8-3.20080806git0e744d9629
+* Sat Sep  6 2008 Marco Pesenti Gritti <mpg at 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 at redhat.com> - 0.82.2-2
+- Require gstreamer-python and telepathy-python (rhbz#447589)
+
+* Fri Aug 29 2008 Simon Schampijer <simon at 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 at 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 at 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 at 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
-
-* Wed Aug 06 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.81.8-2.20080806git0fc57309f3
-- 7495 open cp software-updater on first boot after an update
-- 7357 use ohm for dcon freeze and brightness
+- 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 at laptop.org> - 0.81.8-1
 - 7248 Speaker device has inconsistent behavior




More information about the fedora-extras-commits mailing list