rpms/iok/devel iok-enable-combo-en-locale.patch, NONE, 1.1 iok.spec, 1.9, 1.10

Parag Ashok Nemade paragn at fedoraproject.org
Fri Mar 6 10:30:53 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/iok/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19249

Modified Files:
	iok.spec 
Added Files:
	iok-enable-combo-en-locale.patch 
Log Message:

* Fri Mar 06 2009 Parag <panemade at gmail.com>- 1.3.2-2
- Resolves: rh#488937:iok should show map list as well as switch button in English locale



iok-enable-combo-en-locale.patch:

--- NEW FILE iok-enable-combo-en-locale.patch ---
--- src/interface.c.orig	2009-03-04 16:43:14.000000000 +0530
+++ src/interface.c	2009-03-06 15:11:00.000000000 +0530
@@ -9839,7 +9839,11 @@
 	gtk_widget_show (keyswitch_btn);
 	}
     else
+	{
         english_mappings();
+        gtk_widget_show (combo_mim);
+        gtk_widget_show (keyswitch_btn);
+	}
 
     g_signal_connect (G_OBJECT (bt_back_quote), "clicked",
                       G_CALLBACK (on_bt_back_quote_clicked), (gpointer) bt_back_quote);


Index: iok.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iok/devel/iok.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- iok.spec	5 Mar 2009 04:00:34 -0000	1.9
+++ iok.spec	6 Mar 2009 10:30:23 -0000	1.10
@@ -1,11 +1,12 @@
 Name:           iok
 Version:        1.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Indic Onscreen Virtual Keyboard
 Group:          Applications/System
 License:        GPLv2+
 URL:            https://fedorahosted.org/iok/wiki/
 Source0:        https://fedorahosted.org/releases/i/o/iok/%{name}-%{version}.tar.gz
+Patch0:         iok-enable-combo-en-locale.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils libXtst-devel
 BuildRequires:  gtk2-devel gettext
@@ -18,6 +19,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure
@@ -48,6 +50,9 @@
 
 
 %changelog
+* Fri Mar 06 2009 Parag Nemade <panemade at gmail.com>- 1.3.2-2
+- Resolves: rh#488937:iok should show map list as well as switch button in English locale 
+
 * Thu Mar 05 2009 Parag Nemade <panemade at gmail.com>- 1.3.2-1
 - Update to Next release 1.3.2
 




More information about the fedora-extras-commits mailing list