rpms/sugar/devel enable-logout.patch, NONE, 1.1 .cvsignore, 1.32, 1.33 sources, 1.34, 1.35 sugar.spec, 1.55, 1.56

Simon Schampijer erikos at fedoraproject.org
Sun Mar 22 17:40:41 UTC 2009


Author: erikos

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

Modified Files:
	.cvsignore sources sugar.spec 
Added Files:
	enable-logout.patch 
Log Message:
* Sun Mar 22 2009 Simon Schampijer <simon at 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



enable-logout.patch:

--- NEW FILE enable-logout.patch ---
diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in
index dc7104d..fba89ff 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -173,7 +173,7 @@
       <applyto>/desktop/sugar/show_logout</applyto>
       <owner>sugar</owner>
       <type>bool</type>
-      <default>false</default>
+      <default>true</default>
       <locale name="C">
       <!-- FIXME: Enable these after string freeze is over
         <short>Show Log out</short>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	18 Mar 2009 13:00:43 -0000	1.32
+++ .cvsignore	22 Mar 2009 17:40:08 -0000	1.33
@@ -1 +1 @@
-sugar-0.84.0-gitd3a0839735.tar.bz2
+sugar-0.84.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	18 Mar 2009 13:00:43 -0000	1.34
+++ sources	22 Mar 2009 17:40:09 -0000	1.35
@@ -1 +1 @@
-97b28648406392d6fd1ddd07d5c6c700  sugar-0.84.0-gitd3a0839735.tar.bz2
+2ce7aa1d33576a8f4fa8204437553c68  sugar-0.84.1.tar.bz2


Index: sugar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/devel/sugar.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- sugar.spec	18 Mar 2009 13:00:43 -0000	1.55
+++ sugar.spec	22 Mar 2009 17:40:09 -0000	1.56
@@ -5,15 +5,15 @@
 
 Summary: Constructionist learning platform
 Name: sugar
-Version: 0.84.0
-#Release: 1%{?dist}
-Release: 2.%{alphatag}%{?dist}
+Version: 0.84.1
+Release: 1%{?dist}
+#Release: 2.%{alphatag}%{?dist}
 URL: http://sugarlabs.org/
 # git clone git://dev.laptop.org/sugar
 # cd sugar
 # git-checkout %{commitid}
-Source0: %{name}-%{version}-git%{commitid}.tar.bz2
-#Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
+#Source0: %{name}-%{version}-git%{commitid}.tar.bz2
+Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 License: GPLv2+
 Group: User Interface/Desktops
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -43,6 +43,8 @@
 
 Obsoletes: sugar-journal <= 99
 
+Patch1: enable-logout.patch
+
 %description
 
 Sugar provides simple yet powerful means of engaging young
@@ -71,6 +73,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .logout
 
 %build
 %configure
@@ -140,6 +143,20 @@
 %{_bindir}/sugar-emulator
 
 %changelog
+* Sun Mar 22 2009 Simon Schampijer <simon at 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 at schampijer.de> - 0.84.0-2.20090318gitd3a0839735
 - git snapshot
 




More information about the fedora-extras-commits mailing list