rpms/sugar-toolkit/devel .cvsignore, 1.19, 1.20 sources, 1.23, 1.24 sugar-toolkit.spec, 1.32, 1.33 session.patch, 1.1, NONE

Simon Schampijer erikos at fedoraproject.org
Sun Jan 4 22:09:03 UTC 2009


Author: erikos

Update of /cvs/pkgs/rpms/sugar-toolkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3593

Modified Files:
	.cvsignore sources sugar-toolkit.spec 
Removed Files:
	session.patch 
Log Message:
* Sun Jan 04 2009 Simon Schampijer <simon at 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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-toolkit/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	4 Nov 2008 10:29:07 -0000	1.19
+++ .cvsignore	4 Jan 2009 22:08:32 -0000	1.20
@@ -1 +1 @@
-sugar-toolkit-0.83.1.tar.bz2
+sugar-toolkit-0.83.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-toolkit/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	28 Nov 2008 01:52:50 -0000	1.23
+++ sources	4 Jan 2009 22:08:32 -0000	1.24
@@ -1 +1 @@
-099a21f0063018a77c7fa548c76e96d6  sugar-toolkit-0.83.2.tar.bz2
+f6882ee56ed327c6680738133e911bf3  sugar-toolkit-0.83.3.tar.bz2


Index: sugar-toolkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-toolkit/devel/sugar-toolkit.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sugar-toolkit.spec	8 Dec 2008 16:18:17 -0000	1.32
+++ sugar-toolkit.spec	4 Jan 2009 22:08:32 -0000	1.33
@@ -2,17 +2,15 @@
 
 Summary: Sugar toolkit
 Name: sugar-toolkit
-Version: 0.83.2
-Release: 4%{?dist}
-URL: http://wiki.laptop.org/go/Sugar
-Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2
+Version: 0.83.3
+Release: 1%{?dist}
+URL: http://sugarlabs.org
+Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 Source1: macros.sugar
 License: LGPLv2
 Group: System Environment/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: session.patch
-
 BuildRequires: pkgconfig
 BuildRequires: pygtk2-devel
 BuildRequires: gettext
@@ -20,6 +18,7 @@
 BuildRequires: perl-XML-Parser
 BuildRequires: libSM-devel
 BuildRequires: alsa-lib-devel
+BuildRequires: intltool
 
 Requires: gnome-python2-rsvg
 Requires: dbus-python
@@ -40,8 +39,6 @@
 %prep
 %setup -q
 
-%patch1 -p1 -b .session
-
 %build
 %configure
 make
@@ -64,6 +61,18 @@
 %{_sysconfdir}/rpm/macros.sugar
 
 %changelog
+* Sun Jan 04 2009 Simon Schampijer <simon at 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 at gmail.com> - 0.83.2-4
 - Rebuild for python 2.6
 


--- session.patch DELETED ---




More information about the fedora-extras-commits mailing list