rpms/bigboard/F-9 bigboard-0.5.34-noshutdown.patch, NONE, 1.1 bigboard.spec, 1.58, 1.59

Owen Taylor (otaylor) fedora-extras-commits at redhat.com
Mon May 5 15:30:02 UTC 2008


Author: otaylor

Update of /cvs/extras/rpms/bigboard/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1015

Modified Files:
	bigboard.spec 
Added Files:
	bigboard-0.5.34-noshutdown.patch 
Log Message:
* Mon May  5 2008 Owen Taylor <otaylor at redhat.com> - 0.5.34-3
- Remove "or shutdown" from "Logout or shutdown" to work around
  https://bugzilla.redhat.com/show_bug.cgi?id=444870


bigboard-0.5.34-noshutdown.patch:

--- NEW FILE bigboard-0.5.34-noshutdown.patch ---
diff -up bigboard-0.5.34/bigboard/stocks/self/SelfStock.py.noshutdown bigboard-0.5.34/bigboard/stocks/self/SelfStock.py
--- bigboard-0.5.34/bigboard/stocks/self/SelfStock.py.noshutdown	2008-05-05 11:25:47.000000000 -0400
+++ bigboard-0.5.34/bigboard/stocks/self/SelfStock.py	2008-05-05 11:25:53.000000000 -0400
@@ -167,7 +167,7 @@ class SelfSlideout(ThemedSlideout):
         self.__logout_controls_box = CanvasVBox()
         vbox.append(self.__logout_controls_box)
 
-        link = IconLink(text='Logout or Shutdown...', img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START)
+        link = IconLink(text='Logout...', img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START)
         link.link.connect("activated", self.__on_logout)
         link.img.set_property('image-name', '/usr/share/icons/gnome/22x22/apps/gnome-shutdown.png')
         self.__logout_controls_box.append(link)


Index: bigboard.spec
===================================================================
RCS file: /cvs/extras/rpms/bigboard/F-9/bigboard.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- bigboard.spec	30 Apr 2008 15:08:52 -0000	1.58
+++ bigboard.spec	5 May 2008 15:29:21 -0000	1.59
@@ -3,7 +3,7 @@
 
 Name:           bigboard
 Version:        0.5.34
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Sidebar application launcher using mugshot.org
 
 Group:          Applications/Internet
@@ -12,6 +12,8 @@
 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/bigboard/0.5/bigboard-%{version}.tar.bz2
 # This patch is Fedora-specific
 Patch0:         bigboard-default-fedora-theme.patch
+# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=444870
+Patch1:         bigboard-0.5.34-noshutdown.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       mugshot >= 1.1.90-1
@@ -46,6 +48,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 %configure --disable-static --disable-pymod-checks --disable-schemas-install
@@ -108,6 +111,10 @@
 killall -HUP gconfd-2 || :
 
 %changelog
+* Mon May  5 2008 Owen Taylor <otaylor at redhat.com> - 0.5.34-3
+- Remove "or shutdown" from "Logout or shutdown" to work around
+  https://bugzilla.redhat.com/show_bug.cgi?id=444870
+
 * Wed Apr 30 2008 Owen Taylor <otaylor at redhat.com> - 0.5.34-2
 - Fix tarball name for .gz vs .bz2
 




More information about the fedora-extras-commits mailing list