rpms/xchat-gnome/FC-5 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 xchat-gnome-config.patch, 1.4, 1.5 xchat-gnome-libnotify.patch, 1.3, 1.4 xchat-gnome.spec, 1.24, 1.25

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Wed Jul 26 15:43:45 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/xchat-gnome/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20679

Modified Files:
	.cvsignore sources xchat-gnome-config.patch 
	xchat-gnome-libnotify.patch xchat-gnome.spec 
Log Message:
* Wed Jul 26 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.13-1
- Update to 0.13.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/FC-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	21 Jun 2006 03:00:43 -0000	1.10
+++ .cvsignore	26 Jul 2006 15:43:45 -0000	1.11
@@ -1 +1 @@
-xchat-gnome-0.12.tar.bz2
+xchat-gnome-0.13.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/FC-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	21 Jun 2006 03:00:43 -0000	1.10
+++ sources	26 Jul 2006 15:43:45 -0000	1.11
@@ -1 +1 @@
-414ab6d9ddd1c436e01cbab33a5dba15  xchat-gnome-0.12.tar.bz2
+5614773724afa0c2e617615722e10091  xchat-gnome-0.13.tar.bz2

xchat-gnome-config.patch:

Index: xchat-gnome-config.patch
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/FC-5/xchat-gnome-config.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xchat-gnome-config.patch	21 Jun 2006 03:00:43 -0000	1.4
+++ xchat-gnome-config.patch	26 Jul 2006 15:43:45 -0000	1.5
@@ -1,6 +1,6 @@
-diff -ur xchat-gnome-0.12.OLD/plugins/perl/perl.c xchat-gnome-0.12/plugins/perl/perl.c
---- xchat-gnome-0.12.OLD/plugins/perl/perl.c	2006-05-01 11:31:57.000000000 -0400
-+++ xchat-gnome-0.12/plugins/perl/perl.c	2006-06-20 19:59:36.000000000 -0400
+diff -ur xchat-gnome-0.13.OLD/plugins/perl/perl.c xchat-gnome-0.13/plugins/perl/perl.c
+--- xchat-gnome-0.13.OLD/plugins/perl/perl.c	2006-05-01 11:31:57.000000000 -0400
++++ xchat-gnome-0.13/plugins/perl/perl.c	2006-07-26 10:47:56.000000000 -0400
 @@ -93,7 +93,7 @@
  	if (!xdir)						  /* xchatdirfs is new for 2.0.9, will fail on older */
  		xdir = xchat_get_info (ph, "xchatdir");
@@ -10,9 +10,9 @@
  	perl_auto_load_from_path (xdir);
  
  #ifdef WIN32
-diff -ur xchat-gnome-0.12.OLD/plugins/python/python.c xchat-gnome-0.12/plugins/python/python.c
---- xchat-gnome-0.12.OLD/plugins/python/python.c	2005-11-26 02:10:29.000000000 -0500
-+++ xchat-gnome-0.12/plugins/python/python.c	2006-06-20 19:59:01.000000000 -0400
+diff -ur xchat-gnome-0.13.OLD/plugins/python/python.c xchat-gnome-0.13/plugins/python/python.c
+--- xchat-gnome-0.13.OLD/plugins/python/python.c	2005-11-26 02:10:29.000000000 -0500
++++ xchat-gnome-0.13/plugins/python/python.c	2006-07-26 10:47:32.000000000 -0400
 @@ -392,7 +392,7 @@
  		return expanded;
  	g_free(expanded);
@@ -22,9 +22,9 @@
  	expanded = g_build_filename(xchat_get_info(ph, "xchatdir"),
  				    filename, NULL);
  	if (g_file_test(expanded, G_FILE_TEST_EXISTS))
-diff -ur xchat-gnome-0.12.OLD/src/common/cfgfiles.c xchat-gnome-0.12/src/common/cfgfiles.c
---- xchat-gnome-0.12.OLD/src/common/cfgfiles.c	2006-06-17 21:11:18.000000000 -0400
-+++ xchat-gnome-0.12/src/common/cfgfiles.c	2006-06-20 19:57:37.000000000 -0400
+diff -ur xchat-gnome-0.13.OLD/src/common/cfgfiles.c xchat-gnome-0.13/src/common/cfgfiles.c
+--- xchat-gnome-0.13.OLD/src/common/cfgfiles.c	2006-06-17 21:11:18.000000000 -0400
++++ xchat-gnome-0.13/src/common/cfgfiles.c	2006-07-26 10:46:12.000000000 -0400
 @@ -34,7 +34,7 @@
  #ifdef WIN32
  #define XCHAT_DIR "X-Chat 2"
@@ -43,9 +43,9 @@
  	}
  }
  
-diff -ur xchat-gnome-0.12.OLD/src/fe-gnome/preferences-page-plugins.c xchat-gnome-0.12/src/fe-gnome/preferences-page-plugins.c
---- xchat-gnome-0.12.OLD/src/fe-gnome/preferences-page-plugins.c	2006-04-17 18:15:14.000000000 -0400
-+++ xchat-gnome-0.12/src/fe-gnome/preferences-page-plugins.c	2006-06-20 19:58:32.000000000 -0400
+diff -ur xchat-gnome-0.13.OLD/src/fe-gnome/preferences-page-plugins.c xchat-gnome-0.13/src/fe-gnome/preferences-page-plugins.c
+--- xchat-gnome-0.13.OLD/src/fe-gnome/preferences-page-plugins.c	2006-04-17 18:15:14.000000000 -0400
++++ xchat-gnome-0.13/src/fe-gnome/preferences-page-plugins.c	2006-07-26 10:47:06.000000000 -0400
 @@ -182,7 +182,7 @@
  	file_selector = gtk_file_chooser_dialog_new (_("Open Plugin"), NULL, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
  

xchat-gnome-libnotify.patch:

Index: xchat-gnome-libnotify.patch
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/FC-5/xchat-gnome-libnotify.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xchat-gnome-libnotify.patch	21 Jun 2006 03:00:43 -0000	1.3
+++ xchat-gnome-libnotify.patch	26 Jul 2006 15:43:45 -0000	1.4
@@ -1,7 +1,7 @@
-diff -ur xchat-gnome-0.12.OLD/configure xchat-gnome-0.12/configure
---- xchat-gnome-0.12.OLD/configure	2006-06-20 17:46:03.000000000 -0400
-+++ xchat-gnome-0.12/configure	2006-06-20 20:03:06.000000000 -0400
-@@ -2429,7 +2429,7 @@
+diff -ur xchat-gnome-0.13.OLD/configure xchat-gnome-0.13/configure
+--- xchat-gnome-0.13.OLD/configure	2006-07-19 02:39:10.000000000 -0400
++++ xchat-gnome-0.13/configure	2006-07-26 10:40:34.000000000 -0400
+@@ -2919,7 +2919,7 @@
  DBUS_REQUIRED=0.35
  DBUS_GLIB_REQUIRED=0.35
  LIBSEXY_REQUIRED=0.1.7
@@ -10,45 +10,15 @@
  
  
  ac_ext=c
-diff -ur xchat-gnome-0.12.OLD/plugins/notify-osd/notify-osd.c xchat-gnome-0.12/plugins/notify-osd/notify-osd.c
---- xchat-gnome-0.12.OLD/plugins/notify-osd/notify-osd.c	2006-03-08 16:11:52.000000000 -0500
-+++ xchat-gnome-0.12/plugins/notify-osd/notify-osd.c	2006-06-20 20:05:33.000000000 -0400
-@@ -67,7 +67,7 @@
- 
- 	notify = notify_notification_new (summary, message, NULL, NULL);
+diff -ur xchat-gnome-0.13.OLD/plugins/notify-osd/notify-osd.c xchat-gnome-0.13/plugins/notify-osd/notify-osd.c
+--- xchat-gnome-0.13.OLD/plugins/notify-osd/notify-osd.c	2006-07-01 18:51:04.000000000 -0400
++++ xchat-gnome-0.13/plugins/notify-osd/notify-osd.c	2006-07-26 10:40:00.000000000 -0400
+@@ -69,7 +69,7 @@
+ 	escaped = g_markup_escape_text (message, strlen(message));
+ 	notify = notify_notification_new (summary, escaped, NULL, NULL);
  	notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
 -	notify_notification_set_icon_from_pixbuf (notify, notify_icon);
 +	notify_notification_set_icon_data_from_pixbuf (notify, notify_icon);
  	if (!notify_notification_show (notify, &error)) {
  		g_warning (_("Failed to send notification: %s\n"), error->message);
  		g_error_free (error);
-@@ -98,7 +98,7 @@
- new_msg_cb (char *word[], gpointer data)
- {
- 	const char *channel;
--	gchar *stripped, *escaped, *message, *summary;
-+	gchar *stripped, *message, *summary;
- 
- 	if (focused)
- 		return XCHAT_EAT_NONE;
-@@ -107,19 +107,17 @@
- 	stripped = xchat_strip (ph, word[2], -1, STRIP_COLORS | STRIP_ATTRS);
- 
- 	message = g_strdup_printf ("<%s> %s", word[1], stripped);
--	escaped = g_markup_escape_text(message, strlen(message));
- 
- 	if (channel[0] == '#')
- 		summary = g_strdup_printf (_("Message in %s"), channel);
- 	else
- 		summary = g_strdup_printf (_("Message from %s"), channel);
- 
--	add_notify (summary, escaped);
-+	add_notify (summary, message);
- 
- 	xchat_free (ph, stripped);
- 	g_free (message);
- 	g_free (summary);
--	g_free (escaped);
- 	return XCHAT_EAT_NONE;
- }
- 


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/FC-5/xchat-gnome.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xchat-gnome.spec	21 Jun 2006 03:00:43 -0000	1.24
+++ xchat-gnome.spec	26 Jul 2006 15:43:45 -0000	1.25
@@ -2,7 +2,7 @@
 %define with_libnotify 1
 
 Name:           xchat-gnome
-Version:        0.12
+Version:        0.13
 Release:        1%{?dist}
 Summary:        GNOME front-end to xchat
 
@@ -143,6 +143,9 @@
 
 
 %changelog
+* Wed Jul 26 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.13-1
+- Update to 0.13.
+
 * Tue Jun 20 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.12-1
 - Update to 0.12.
 




More information about the fedora-extras-commits mailing list