rpms/gnome-user-share/devel menu-path.patch, NONE, 1.1 gnome-user-share.spec, 1.51, 1.52

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 6 03:10:43 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-user-share/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13957

Modified Files:
	gnome-user-share.spec 
Added Files:
	menu-path.patch 
Log Message:
fix a menu reference in the docs


menu-path.patch:

--- NEW FILE menu-path.patch ---
diff -up gnome-user-share-2.26.0/help/C/gnome-user-share.xml.menu-path gnome-user-share-2.26.0/help/C/gnome-user-share.xml
--- gnome-user-share-2.26.0/help/C/gnome-user-share.xml.menu-path	2009-04-05 23:02:58.710083486 -0400
+++ gnome-user-share-2.26.0/help/C/gnome-user-share.xml	2009-04-05 23:04:00.147797756 -0400
@@ -66,7 +66,7 @@
        <title>Starting &app;</title>
 
        <para>
-         The &app; service is normally started by <application>gnome-session</application> when you log in. You can change this by opening <menuchoice><guimenu>Preferences</guimenu><guimenu>Sessions</guimenu></menuchoice> in the <guimenu>System</guimenu> menu, and modifying the 'User Sharing' entry in the list of startup programs.
+         The &app; service is normally started by <application>gnome-session</application> when you log in. You can change this by opening <menuchoice><guimenu>Preferences</guimenu><guimenu>Startup Applications</guimenu></menuchoice> in the <guimenu>System</guimenu> menu, and modifying the 'User Sharing' entry in the list of startup programs.
        </para>
 
        <para>


Index: gnome-user-share.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-user-share/devel/gnome-user-share.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gnome-user-share.spec	16 Mar 2009 10:31:04 -0000	1.51
+++ gnome-user-share.spec	6 Apr 2009 03:10:12 -0000	1.52
@@ -6,6 +6,8 @@
 Group: System Environment/Libraries
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-user-share/2.25/%{name}-%{version}.tar.bz2
+# http://bugzilla.gnome.org/show_bug.cgi?id=578090
+Patch0: menu-path.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires: httpd >= 2.2.0
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .menu-path
 
 %build
 %configure
@@ -120,6 +123,9 @@
 %{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
 
 %changelog
+* Sun Apr  5 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-2
+- Fix a menu reference in the docs (#494253)
+
 * Mon Mar 16 2009 - Bastien Nocera <bnocera at redhat.com> - 2.26.0-1
 - Update to 2.26.0
 




More information about the fedora-extras-commits mailing list