rpms/gyachi/EL-4 gyachi.spec,1.5,1.6 stdio.patch,1.1,1.2

Gregory D Hosler (ghosler) fedora-extras-commits at redhat.com
Fri Jun 20 14:08:54 UTC 2008


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13285

Modified Files:
	gyachi.spec stdio.patch 
Log Message:
added stdio.h to util.c




Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/EL-4/gyachi.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gyachi.spec	20 Jun 2008 13:53:00 -0000	1.5
+++ gyachi.spec	20 Jun 2008 14:07:32 -0000	1.6
@@ -17,7 +17,7 @@
 
 Name:		gyachi
 Version:	1.1.35
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet

stdio.patch:

Index: stdio.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/EL-4/stdio.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stdio.patch	20 Jun 2008 13:53:00 -0000	1.1
+++ stdio.patch	20 Jun 2008 14:07:32 -0000	1.2
@@ -152,6 +152,17 @@
  
  #include <gtk/gtk.h>
  
+diff -ru -x '*~' -N gyachi-1.1.36.cvs/client/util.c gyachi-1.1.36.patch/client/util.c
+--- gyachi-1.1.36.cvs/client/util.c	2008-06-15 23:01:17.000000000 +0800
++++ gyachi-1.1.36.patch/client/util.c	2008-06-20 21:55:35.000000000 +0800
+@@ -48,6 +48,7 @@
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <errno.h>
++#include <stdio.h>
+ 
+ #include <gtk/gtk.h>
+ #include <glib.h>
 diff -ru -x '*~' -N gyachi-1.1.36.cvs/client/webcam.c gyachi-1.1.36.patch/client/webcam.c
 --- gyachi-1.1.36.cvs/client/webcam.c	2008-06-15 22:56:10.000000000 +0800
 +++ gyachi-1.1.36.patch/client/webcam.c	2008-06-20 21:33:36.000000000 +0800




More information about the fedora-extras-commits mailing list