rpms/gyachi/EL-5 version-1.1.71.patch, NONE, 1.1 gyachi.spec, 1.17, 1.18

Gregory D Hosler ghosler at fedoraproject.org
Wed May 27 14:01:42 UTC 2009


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13738

Modified Files:
	gyachi.spec 
Added Files:
	version-1.1.71.patch 
Log Message:
added missing GTK_HAVE_TOOLTIPS conditionalization.



version-1.1.71.patch:

--- NEW FILE version-1.1.71.patch ---
diff -ru -x '*~' -N gyachi-1.1.71.cvs/client/callbacks.h gyachi-1.1.71.patch/client/callbacks.h
--- gyachi-1.1.71.cvs/client/callbacks.h	2009-05-17 15:32:52.000000000 +0800
+++ gyachi-1.1.71.patch/client/callbacks.h	2009-05-27 22:06:29.000000000 +0800
@@ -223,8 +223,10 @@
 void on_delete_all_bimages                  (GtkButton        *button,   gpointer  user_data);
 void on_select_buddy_image                  (GtkButton        *widget,   gpointer  user_data);
 void on_buddy_selection_changed_cb          (GtkTreeSelection *selection, GtkWidget *tree_view);
+#ifdef HAVE_GTK_WIDGET_TOOLTIP
 gboolean on_query_tooltip_buddy_tree_cb     (GtkWidget  *widget, gint x, gint y, gboolean keyboard_tip,
 					     GtkTooltip *tooltip, gpointer data);
+#endif
 void on_bimage_view_my_avatar_cb            (GtkMenuItem      *menuitem, gpointer  user_data);
 void on_goto_edit_avatar_menu               (GtkMenuItem      *menuitem, gpointer  user_data);
 void on_buddy_add_accept                    (GtkButton        *widget,   gpointer  user_data);


Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/EL-5/gyachi.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- gyachi.spec	27 May 2009 11:54:40 -0000	1.17
+++ gyachi.spec	27 May 2009 14:01:11 -0000	1.18
@@ -27,7 +27,7 @@
 
 Name:		gyachi
 Version:	1.1.71
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet
@@ -35,6 +35,7 @@ License:	GPLv2
 URL:		http://gyachi.sourceforge.net
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 #Patch0:	configure.patch
+Patch1:		version-1.1.71.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -263,6 +264,7 @@ This theme uses the pidgin icons, and is
 %prep
 %setup -q
 #%patch0 -p1
+%patch1 -p1
 
 
 %build




More information about the fedora-extras-commits mailing list