[ibus-table-others/f17] Resolves: #855102

Mike FABIAN mfabian at fedoraproject.org
Fri Sep 7 10:30:57 UTC 2012


commit 82efc9d5e22c00e3717c4c882fa7304b221bd4e2
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Thu Sep 6 13:02:07 2012 +0200

    Resolves: #855102
    
      Supported languages should not be left empty in a table.
      For an input method which has LANGUAGES set to an empty string,
      nothing at all is shown by ibus when trying to change to that input
      method using the trigger key which makes the input method hard to
      select.

 ...thers-1.3.0.20100907-table-language-empty.patch |   36 ++++++++++++++++++++
 ibus-table-others.spec                             |   12 ++++++-
 2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/ibus-table-others-1.3.0.20100907-table-language-empty.patch b/ibus-table-others-1.3.0.20100907-table-language-empty.patch
new file mode 100644
index 0000000..c5602bd
--- /dev/null
+++ b/ibus-table-others-1.3.0.20100907-table-language-empty.patch
@@ -0,0 +1,36 @@
+diff -ru ibus-table-others-1.3.0.20100907.orig/tables/compose.txt ibus-table-others-1.3.0.20100907/tables/compose.txt
+--- ibus-table-others-1.3.0.20100907.orig/tables/compose.txt	2010-09-07 10:59:19.000000000 +0200
++++ ibus-table-others-1.3.0.20100907/tables/compose.txt	2012-09-06 12:13:19.825902428 +0200
+@@ -33,7 +33,7 @@
+ ### The local names of this table 
+ 
+ ### Supported languages of this table
+-LANGUAGES = 
++LANGUAGES = other
+ 
+ AUTHOR = Yu Yuwei <yu-yuwei at xmu.edu.cn> 
+ 
+diff -ru ibus-table-others-1.3.0.20100907.orig/tables/latex.txt ibus-table-others-1.3.0.20100907/tables/latex.txt
+--- ibus-table-others-1.3.0.20100907.orig/tables/latex.txt	2010-09-07 10:59:19.000000000 +0200
++++ ibus-table-others-1.3.0.20100907/tables/latex.txt	2012-09-06 12:13:08.544871559 +0200
+@@ -32,7 +32,7 @@
+ AUTHOR = Somebody unknown
+ 
+ ### Supported locales of this table
+-LANGUAGES = 
++LANGUAGES = other
+ 
+ ### Prompt string to be displayed in the status area.
+ STATUS_PROMPT = Σ
+diff -ru ibus-table-others-1.3.0.20100907.orig/tables/mathwriter-ibus.txt ibus-table-others-1.3.0.20100907/tables/mathwriter-ibus.txt
+--- ibus-table-others-1.3.0.20100907.orig/tables/mathwriter-ibus.txt	2010-09-07 10:59:19.000000000 +0200
++++ ibus-table-others-1.3.0.20100907/tables/mathwriter-ibus.txt	2012-09-06 12:27:21.404925722 +0200
+@@ -8,7 +8,7 @@
+ 
+ NAME = mathwriter
+ 
+-LANGUAGES = 
++LANGUAGES = other
+ STATUS_PROMPT = Σ
+ 
+ icon = mathwriter.png
diff --git a/ibus-table-others.spec b/ibus-table-others.spec
index 7e8b563..dea32ec 100644
--- a/ibus-table-others.spec
+++ b/ibus-table-others.spec
@@ -2,7 +2,7 @@
 
 Name:       ibus-table-others
 Version:    1.3.0.20100907
-Release:    9%{?dist}
+Release:    10%{?dist}
 Summary:    Various tables for IBus-Table
 License:    GPLv3
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        http://github.com/moebiuscurve/ibus-table-others
 Source0:    http://nkumar.fedorapeople.org/ibus-table-others/%{name}-%{version}.tar.gz
 Patch0:     ibus-table-others-1.3.0.20100907-fix-emoji-build.patch
 Patch1:     ibus-table-others-1.3.0.20100907-improve-translit.patch
+Patch2:     ibus-table-others-1.3.0.20100907-table-language-empty.patch
 BuildArch:  noarch
 
 Requires:         ibus-table
@@ -66,6 +67,7 @@ The package contains table for writing Unicode mathematics symbols.
 %setup -q
 %patch0 -p1 -b .fix-emoji-build
 %patch1 -p1 -b .improve-translit
+%patch2 -p1 -b .table-language-empty
 
 %build
 %configure \
@@ -146,6 +148,14 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-table/tables/
 %{_datadir}/ibus-table/icons/mathwriter.png
 
 %changelog
+* Thu Sep 06 2012 Mike FABIAN <mfabian at redhat.com> - 1.3.0.20100907-12
+- Resolves: #855102
+- Supported languages should not be left empty in a table.
+  For an input method which has LANGUAGES set to an empty string,
+  nothing at all is shown by ibus when trying to change to that input
+  method using the trigger key which makes the input method hard to
+  select.
+
 * Thu Sep 06 2012 Mike FABIAN <mfabian at redhat.com> - 1.3.0.20100907-11
 - Related: #845798, #854539
 - enable build of Russian transliteration table again,


More information about the scm-commits mailing list