rpms/xchat-gnome/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xchat-gnome-config.patch, 1.3, 1.4 xchat-gnome.spec, 1.24, 1.25

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Wed Jun 21 03:02:56 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/xchat-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12810

Modified Files:
	.cvsignore sources xchat-gnome-config.patch xchat-gnome.spec 
Log Message:
* Tue Jun 20 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.12-2
- Update to 0.12.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	5 Apr 2006 04:38:31 -0000	1.9
+++ .cvsignore	21 Jun 2006 03:02:55 -0000	1.10
@@ -1 +1 @@
-xchat-gnome-0.11.tar.bz2
+xchat-gnome-0.12.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	5 Apr 2006 04:38:31 -0000	1.9
+++ sources	21 Jun 2006 03:02:55 -0000	1.10
@@ -1 +1 @@
-257d0b0a758898960be42856ab0e31ef  xchat-gnome-0.11.tar.bz2
+414ab6d9ddd1c436e01cbab33a5dba15  xchat-gnome-0.12.tar.bz2

xchat-gnome-config.patch:

Index: xchat-gnome-config.patch
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome-config.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xchat-gnome-config.patch	5 Apr 2006 04:38:31 -0000	1.3
+++ xchat-gnome-config.patch	21 Jun 2006 03:02:55 -0000	1.4
@@ -1,6 +1,6 @@
-diff -ur xchat-gnome-0.11.OLD/plugins/perl/perl.c xchat-gnome-0.11/plugins/perl/perl.c
---- xchat-gnome-0.11.OLD/plugins/perl/perl.c	2006-02-12 06:06:26.000000000 -0500
-+++ xchat-gnome-0.11/plugins/perl/perl.c	2006-04-05 00:04:55.000000000 -0400
+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
 @@ -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.11.OLD/plugins/python/python.c xchat-gnome-0.11/plugins/python/python.c
---- xchat-gnome-0.11.OLD/plugins/python/python.c	2006-02-12 06:06:26.000000000 -0500
-+++ xchat-gnome-0.11/plugins/python/python.c	2006-04-05 00:04:20.000000000 -0400
+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
 @@ -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.11.OLD/src/common/cfgfiles.c xchat-gnome-0.11/src/common/cfgfiles.c
---- xchat-gnome-0.11.OLD/src/common/cfgfiles.c	2006-04-01 18:22:28.000000000 -0500
-+++ xchat-gnome-0.11/src/common/cfgfiles.c	2006-04-05 00:02:52.000000000 -0400
+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
 @@ -34,7 +34,7 @@
  #ifdef WIN32
  #define XCHAT_DIR "X-Chat 2"
@@ -43,10 +43,10 @@
  	}
  }
  
-diff -ur xchat-gnome-0.11.OLD/src/fe-gnome/preferences-page-plugins.c xchat-gnome-0.11/src/fe-gnome/preferences-page-plugins.c
---- xchat-gnome-0.11.OLD/src/fe-gnome/preferences-page-plugins.c	2006-02-12 06:06:33.000000000 -0500
-+++ xchat-gnome-0.11/src/fe-gnome/preferences-page-plugins.c	2006-04-05 00:03:56.000000000 -0400
-@@ -176,7 +176,7 @@
+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
+@@ -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);
  
  	homedir = g_get_home_dir();
@@ -55,8 +55,8 @@
  	gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (file_selector), plugindir);
  	g_free (plugindir);
  
-@@ -304,7 +304,7 @@
- 	g_signal_connect (G_OBJECT (page->plugins_list),   "row-activated", G_CALLBACK (row_activated),         page);
+@@ -346,7 +346,7 @@
+ #endif
  
  	homedir = g_get_home_dir ();
 -	xchatdir = g_strdup_printf ("%s/.xchat2/plugins", homedir);


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xchat-gnome.spec	20 May 2006 16:46:19 -0000	1.24
+++ xchat-gnome.spec	21 Jun 2006 03:02:55 -0000	1.25
@@ -2,8 +2,8 @@
 %define with_libnotify 1
 
 Name:           xchat-gnome
-Version:        0.11
-Release:        3%{?dist}
+Version:        0.12
+Release:        2%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -141,6 +141,9 @@
 
 
 %changelog
+* Tue Jun 20 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.12-2
+- Update to 0.12.
+
 * Sat May 20 2006 Brian Pepple <bdpepple at ameritech.net> - 0.11-3
 - Drop patch for libnotify.
 




More information about the fedora-extras-commits mailing list