rpms/xchat-gnome/F-8 xchat-gnome-spellchecking.patch, NONE, 1.1 xchat-gnome.spec, 1.47, 1.48

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Mar 25 17:04:41 UTC 2008


Author: bpepple

Update of /cvs/pkgs/rpms/xchat-gnome/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29502

Modified Files:
	xchat-gnome.spec 
Added Files:
	xchat-gnome-spellchecking.patch 
Log Message:
* Tue Mar 25 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.18-8
- Add patch to fix spell-checking language selection. (#427067)
- Add BR on perl-devel & perl(ExtUtils::Embed)to actually build the perl plugin.


xchat-gnome-spellchecking.patch:

--- NEW FILE xchat-gnome-spellchecking.patch ---
Index: src/fe-gnome/preferences-page-spellcheck.c
===================================================================
--- src/fe-gnome/preferences-page-spellcheck.c	(révision 2576)
+++ src/fe-gnome/preferences-page-spellcheck.c	(copie de travail)
@@ -153,7 +153,7 @@
 				                    COL_LANG_CODE, &lang, -1);
 				active = sexy_spell_entry_language_is_active (SEXY_SPELL_ENTRY (gui.text_entry), lang);
 
-				gtk_list_store_set (store, &iter, COL_LANG_ACTIVATED, !active, -1);
+				gtk_list_store_set (store, &iter, COL_LANG_ACTIVATED, active, -1);
 			} while (gtk_tree_model_iter_next (GTK_TREE_MODEL (store), &iter));
 		}
 	}


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat-gnome/F-8/xchat-gnome.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- xchat-gnome.spec	13 Feb 2008 01:33:27 -0000	1.47
+++ xchat-gnome.spec	25 Mar 2008 17:04:02 -0000	1.48
@@ -1,6 +1,6 @@
 Name:           xchat-gnome
 Version:        0.18
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@
 Patch0:		%{name}-%{version}-config.patch
 Patch1:		%{name}-%{version}-reconnect.patch
 Patch2:		%{name}-fix_away_command.patch
+Patch3:		%{name}-spellchecking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	openssl-devel
@@ -19,7 +20,9 @@
 BuildRequires:	desktop-file-utils
 BuildRequires:  scrollkeeper
 BuildRequires:  gettext
+BuildRequires:	perl-devel
 BuildRequires:	perl(XML::Parser)
+BuildRequires:	perl(ExtUtils::Embed)
 BuildRequires:	gnome-doc-utils
 BuildRequires:	libnotify-devel
 
@@ -45,10 +48,14 @@
 %patch0 -p1 -b .config
 %patch1 -p1 -b .reconnect
 %patch2 -p1 -b .away
+%patch3 -p0 -b .spellchecking
 
 
 %build
-%configure --disable-tcl --disable-scrollkeeper --disable-schemas-install --disable-static
+%configure --disable-tcl		\
+	   --disable-scrollkeeper	\
+	   --disable-schemas-install	\
+	   --disable-static
 make %{?_smp_mflags}
 
 
@@ -130,6 +137,10 @@
 
 
 %changelog
+* Tue Mar 25 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.18-8
+- Add patch to fix spell-checking language selection. (#427067)
+- Add BR on perl-devel & perl(ExtUtils::Embed)to actually build the perl plugin.
+
 * Tue Feb 12 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.18-7
 - Updated away/back patch. (#430883)
 




More information about the fedora-extras-commits mailing list