[mozc] New upstream release. (#828202)

Akira TAGOH tagoh at fedoraproject.org
Tue Jun 5 11:00:17 UTC 2012


commit be14eef2a22d793a00b7e2124ca3675139b5fa35
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Jun 5 20:00:02 2012 +0900

    New upstream release. (#828202)
    
    - Update zipcode dictionaries.
    - set "default" to the layout in mozc.xml to avoid adding jp keyboard layout
      unexpectedly.

 .gitignore                  |    1 +
 mozc-support-new-ibus.patch |   12 +++++++-----
 mozc.spec                   |    8 +++++++-
 sources                     |    6 +++---
 4 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 580b9a8..5a3c2f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ clog
 /mozc-1.4.1003.102.tar.bz2
 /mozc-1.4.1033.102.tar.bz2
 /mozc-1.5.1053.102.tar.bz2
+/mozc-1.5.1090.102.tar.bz2
diff --git a/mozc-support-new-ibus.patch b/mozc-support-new-ibus.patch
index b56901b..56236a0 100644
--- a/mozc-support-new-ibus.patch
+++ b/mozc-support-new-ibus.patch
@@ -1,10 +1,12 @@
-diff -pruN mozc-1.2.855.102.orig/unix/ibus/gen_mozc_xml.py mozc-1.2.855.102/unix/ibus/gen_mozc_xml.py
---- mozc-1.2.855.102.orig/unix/ibus/gen_mozc_xml.py	2011-10-03 16:10:29.000000000 +0900
-+++ mozc-1.2.855.102/unix/ibus/gen_mozc_xml.py	2011-11-15 18:01:44.000000000 +0900
-@@ -74,6 +74,8 @@ IBUS_ENGINES_PROPS = {
+diff -pruN mozc-1.5.1090.102.orig/unix/ibus/gen_mozc_xml.py mozc-1.5.1090.102/unix/ibus/gen_mozc_xml.py
+--- mozc-1.5.1090.102.orig/unix/ibus/gen_mozc_xml.py	2012-05-28 16:01:42.000000000 +0900
++++ mozc-1.5.1090.102/unix/ibus/gen_mozc_xml.py	2012-06-05 19:58:00.000000000 +0900
+@@ -73,7 +73,9 @@ IBUS_ENGINES_PROPS = {
+         # unix/ibus/mozc_engine.cc.
          'name': ['mozc-jp'],
          'longname': ['%s'],
-         'layout': ['jp'],
+-        'layout': ['jp'],
++        'layout': ['default'],
 +        'hotkeys': ['Control+space,Zenkaku_Hankaku'],
 +        'symbol': ['&#x3042;'],
      },
diff --git a/mozc.spec b/mozc.spec
index 4cf6cc0..9c04ac4 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -1,7 +1,7 @@
 %define		pkg	mozc
 
 Name:		mozc
-Version:	1.5.1053.102
+Version:	1.5.1090.102
 Release:	1%{?dist}
 Summary:	Open-sourced Google Japanese Input
 
@@ -258,6 +258,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Tue Jun  5 2012 Akira TAGOH <tagoh at redhat.com> - 1.5.1090.102-1
+- New upstream release. (#828202)
+- Update zipcode dictionaries.
+- set "default" to the layout in mozc.xml to avoid adding jp keyboard layout
+  unexpectedly.
+
 * Thu Apr 26 2012 Akira TAGOH <tagoh at redhat.com> - 1.5.1053.102-1
 - New upstream release. (#816526)
 - Update zipcode dictionaries.
diff --git a/sources b/sources
index 4e6ec70..1f1c732 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-7bcd7085ad7e8d77ee4c46af90a0f223  mozc-1.5.1053.102.tar.bz2
-720050c4aa2fada33971e397b74be3b6  jigyosyo.zip
-87fb4f05e93f9b58125273923a665cff  ken_all.zip
+fd8adb3b5bed4552ff5d0b3d8fc5b4f9  mozc-1.5.1090.102.tar.bz2
+bae0639d4d4ea671191568895da72d7a  ken_all.zip
+6963946523b96d1cb219ef990549f09b  jigyosyo.zip


More information about the scm-commits mailing list