rpms/sugar/OLPC-3 sugar.spec,1.27,1.28

C. Scott Ananian cscott at fedoraproject.org
Wed Oct 1 20:13:35 UTC 2008


Author: cscott

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

Modified Files:
	sugar.spec 
Log Message:
dlo Trac #8726: don't show Read activity in favorites view by default.



Index: sugar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/OLPC-3/sugar.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sugar.spec	29 Sep 2008 06:54:26 -0000	1.27
+++ sugar.spec	1 Oct 2008 20:13:05 -0000	1.28
@@ -4,7 +4,7 @@
 Summary: OLPC desktop environment
 Name: sugar
 Version: 0.82.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 #Release: 2.%{alphatag}%{?dist}
 URL: http://dev.laptop.org
 # git clone git://dev.laptop.org/sugar
@@ -17,6 +17,7 @@
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: cpuleak.patch
+Patch2: 8726.patch
 
 BuildRequires: pkgconfig
 BuildRequires: perl-XML-Parser
@@ -52,6 +53,7 @@
 %setup -q
 
 %patch1 -p1 -b .cpuleak
+%patch2 -p1 -b .noread
 
 %build
 %configure
@@ -97,6 +99,9 @@
 %{_bindir}/sugar-emulator
 
 %changelog
+* Wed Oct 01 2008 C. Scott Ananian <cscott at laptop.org> - 0.82.9-3
+- #8726 Don't show Read activity in ring view by default.
+
 * Mon Sep 29 2008 C. Scott Ananian <cscott at laptop.org> - 0.82.9-2
 - #8711 fix CPU leak (1-2% with each activity launched)
 




More information about the scm-commits mailing list