[mozc] New upstream release (#1048793)

Akira TAGOH tagoh at fedoraproject.org
Thu Jan 9 04:14:04 UTC 2014


commit fdbfe913de3494b83491fe4a03c94cef143bd77c
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Jan 9 13:14:10 2014 +0900

    New upstream release (#1048793)

 .gitignore |    1 +
 mozc.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1aeda4a..e734573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ clog
 /mozc-1.11.1522.102.tar.bz2
 /mozc-1.12.1599.102.tar.bz2
 /mozc-1.13.1651.102.tar.bz2
+/x-ken-all201312.zip
diff --git a/mozc.spec b/mozc.spec
index 9719fca..bf2761d 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -17,7 +17,10 @@ URL:		http://code.google.com/p/mozc
 Source0:	http://mozc.googlecode.com/files/mozc-%{version}.tar.bz2
 Source1:	mozc-init.el
 # Public Domain
-Source2:	http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip
+#Source2:	http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip
+## http://zipcloud.ibsnet.co.jp/zipcodedata/download?di=1388131266095
+### Use the alternative modified zipcode data due to the original is broken to process in the machine.
+Source2:	x-ken-all201312.zip
 Source3:	http://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip
 Source4:	ibus-setup-mozc-jp.desktop
 Patch0:		mozc-build-verbosely.patch
@@ -118,7 +121,7 @@ to use mozc with XEmacs.
 %setup -q -a 2 -a 3
 %patch0 -p1 -b .0-build-verbosely
 (cd data/dictionary_oss;
-python ../../dictionary/gen_zip_code_seed.py --zip_code=../../KEN_ALL.CSV --jigyosyo=../../JIGYOSYO.CSV >> dictionary09.txt;
+python ../../dictionary/gen_zip_code_seed.py --zip_code=../../x-ken-all.csv --jigyosyo=../../JIGYOSYO.CSV >> dictionary09.txt;
 )
 
 
diff --git a/sources b/sources
index 339a83e..9abbb5e 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 71ad203fb9f7213b3a17aec53194f01a  mozc-1.13.1651.102.tar.bz2
-386f80621d7d64f17f7b8ce5d12508b2  ken_all.zip
 c188df29f3d8304d46aa873a42ed9275  jigyosyo.zip
+3e5de8b679c7426bc8356a7707a21058  x-ken-all201312.zip


More information about the scm-commits mailing list