rpms/xchat-gnome/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 xchat-gnome-config.patch, 1.4, 1.5 xchat-gnome.spec, 1.25, 1.26

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


Author: bpepple

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	21 Jun 2006 03:02:55 -0000	1.10
+++ .cvsignore	26 Jul 2006 15:42:35 -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/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	21 Jun 2006 03:02:55 -0000	1.10
+++ sources	26 Jul 2006 15:42:35 -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/devel/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:02:55 -0000	1.4
+++ xchat-gnome-config.patch	26 Jul 2006 15:42:35 -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);
  


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




More information about the fedora-extras-commits mailing list