rpms/control-center/devel control-center-2.17.91-passwd.patch, 1.1, 1.2 control-center.spec, 1.226, 1.227

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 13 17:18:39 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/control-center/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16375

Modified Files:
	control-center-2.17.91-passwd.patch control-center.spec 
Log Message:
fix patch


control-center-2.17.91-passwd.patch:
 gnome-about-me.c |   45 +++++++++------------------------------------
 1 files changed, 9 insertions(+), 36 deletions(-)

Index: control-center-2.17.91-passwd.patch
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center-2.17.91-passwd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- control-center-2.17.91-passwd.patch	13 Feb 2007 16:41:45 -0000	1.1
+++ control-center-2.17.91-passwd.patch	13 Feb 2007 17:18:37 -0000	1.2
@@ -1,5 +1,5 @@
 --- control-center-2.17.91/capplets/about-me/gnome-about-me.c.passwd	2007-02-12 04:28:24.000000000 -0500
-+++ control-center-2.17.91/capplets/about-me/gnome-about-me.c	2007-02-13 11:35:39.000000000 -0500
++++ control-center-2.17.91/capplets/about-me/gnome-about-me.c	2007-02-13 12:18:59.000000000 -0500
 @@ -36,7 +36,6 @@
  #include <libebook/e-book.h>
  
@@ -73,7 +73,7 @@
  
  	gtk_label_set_markup (GTK_LABEL (widget), str);
  	g_free (str);
-@@ -840,11 +818,7 @@
+@@ -840,14 +818,9 @@
  	widget = WID ("login");
  	gtk_label_set_text (GTK_LABEL (widget), me->login);
  
@@ -85,4 +85,7 @@
 +        str = g_strdup_printf (_("About %s"), me->username);
  	gtk_window_set_title (GTK_WINDOW (main_dialog), str);
  	g_free (str);
- 	g_strfreev (tok);
+-	g_strfreev (tok);
+ 
+ 	widget = WID ("password");
+ 	g_signal_connect (G_OBJECT (widget), "clicked",


Index: control-center.spec
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- control-center.spec	13 Feb 2007 17:01:37 -0000	1.226
+++ control-center.spec	13 Feb 2007 17:18:37 -0000	1.227
@@ -170,10 +170,10 @@
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
-%patch96 -p1 -b .gecos
-%patch97 -p1 -b .about-me-faces
-%patch98 -p1 -b .filesel
-%patch99 -p1 -b .default-apps
+#%patch96 -p1 -b .gecos
+#%patch97 -p1 -b .about-me-faces
+#%patch98 -p1 -b .filesel
+#%patch99 -p1 -b .default-apps
 %build
 
 autoreconf




More information about the fedora-cvs-commits mailing list