rpms/xchat-gnome/devel xchat-gnome-spellchecking.patch, NONE, 1.1 xchat-gnome.spec, 1.50, 1.51

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Mar 25 16:18:10 UTC 2008


Author: bpepple

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

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-11
- 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/devel/xchat-gnome.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- xchat-gnome.spec	7 Mar 2008 02:23:03 -0000	1.50
+++ xchat-gnome.spec	25 Mar 2008 16:17:27 -0000	1.51
@@ -1,6 +1,6 @@
 Name:           xchat-gnome
 Version:        0.18
-Release:        10%{?dist}
+Release:        11%{?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,8 +137,12 @@
 
 
 %changelog
+* Tue Mar 25 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.18-11
+- Add patch to fix spell-checking language selection. (#427067)
+- Add BR on perl-devel & perl(ExtUtils::Embed)to actually build the perl plugin.
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.18-10
-Rebuild for new perl
+- Rebuild for new perl
 
 * Tue Feb 12 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.18-9
 - Updated away/back patch. (#430883)




More information about the fedora-extras-commits mailing list