rpms/gyachi/EL-5 gyachi.spec,1.7,1.8 theme_support.patch,1.1,1.2

Gregory D Hosler (ghosler) fedora-extras-commits at redhat.com
Thu Jun 19 15:14:45 UTC 2008


Author: ghosler

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

Modified Files:
	gyachi.spec theme_support.patch 
Log Message:
fix char* reference in patch




Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/EL-5/gyachi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gyachi.spec	19 Jun 2008 14:48:11 -0000	1.7
+++ gyachi.spec	19 Jun 2008 15:13:56 -0000	1.8
@@ -12,7 +12,7 @@
 
 Name:		gyachi
 Version:	1.1.35
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet
@@ -262,7 +262,7 @@
 
 
 %changelog
-* Mon Jun 16 2008 Gregory D Hosler <ghosler at fedoraproject.org> - 1.1.35-10
+* Mon Jun 16 2008 Gregory D Hosler <ghosler at fedoraproject.org> - 1.1.35-11
 - disabled xmms plugin for rhel, pulseaudio for EL4/EL5
 - removed a gnu extension strchrnul in theme_support.c
 

theme_support.patch:

Index: theme_support.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/EL-5/theme_support.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- theme_support.patch	19 Jun 2008 14:50:32 -0000	1.1
+++ theme_support.patch	19 Jun 2008 15:13:56 -0000	1.2
@@ -5,7 +5,7 @@
  {
  	GYACHI_ICON_DEF *icon_def;
  	char *name=strdup(filename);
-+	char ext;
++	char *ext;
  
 -	*strchrnul(name, '.') = 0;
 +	ext = strchr(name, '.');




More information about the fedora-extras-commits mailing list