[mozc] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Mon Feb 13 02:08:54 UTC 2012


commit 21f1b701fc60b12de9064fdbe07174a750d62431
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon Feb 13 11:08:53 2012 +0900

    New upstream release.
    
    - Update zipcode dictionaries.

 .gitignore           |    1 +
 mozc-serverdir.patch |   12 ++++++++++++
 mozc.spec            |   10 ++++++++--
 sources              |    6 +++---
 4 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b80919..1412a5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ clog
 /jigyosyo.zip
 /mozc-1.3.911.102.tar.bz2
 /mozc-1.3.930.102.tar.bz2
+/mozc-1.3.975.102.tar.bz2
diff --git a/mozc-serverdir.patch b/mozc-serverdir.patch
new file mode 100644
index 0000000..7818293
--- /dev/null
+++ b/mozc-serverdir.patch
@@ -0,0 +1,12 @@
+diff -pruN mozc-1.3.911.102.orig/base/util.cc mozc-1.3.911.102/base/util.cc
+--- mozc-1.3.911.102.orig/base/util.cc	2011-11-30 18:02:06.000000000 +0900
++++ mozc-1.3.911.102/base/util.cc	2012-02-13 10:51:46.000000000 +0900
+@@ -2593,7 +2593,7 @@ string Util::GetServerDirectory() {
+ #endif  // OS_MACOSX
+ 
+ #ifdef OS_LINUX
+-  return "/usr/lib/mozc";
++  return "/usr/libexec";
+ #endif  // OS_LINUX
+ }
+ 
diff --git a/mozc.spec b/mozc.spec
index 431c223..f8b64a1 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -1,8 +1,8 @@
 %define		pkg	mozc
 
 Name:		mozc
-Version:	1.3.930.102
-Release:	2%{?dist}
+Version:	1.3.975.102
+Release:	1%{?dist}
 Summary:	Open-sourced Google Japanese Input
 
 Group:		System Environment/Libraries
@@ -26,6 +26,7 @@ Patch0:		mozc-build-verbosely.patch
 Patch1:		mozc-fix-model-path-for-zinnia.patch
 Patch2:		mozc-no-Werror.patch
 Patch3:		mozc-support-new-ibus.patch
+Patch4:		mozc-serverdir.patch
 
 BuildRequires:	python gettext
 BuildRequires:	openssl-devel libstdc++-devel zlib-devel libcurl-devel gtest-devel protobuf-devel glib2-devel qt-devel zinnia-devel
@@ -138,6 +139,7 @@ to use mozc with XEmacs.
 %patch1 -p1 -b .1-fix-zinnia
 %patch2 -p1 -b .2-no-Werror
 %patch3 -p1 -b .3-new-ibus
+%patch4 -p1 -b .4-serverdir
 (cd data/dictionary;
 python ../../dictionary/gen_zip_code_seed.py --zip_code=../../KEN_ALL.CSV --jigyosyo=../../JIGYOSYO.CSV >> dictionary09.txt;
 )
@@ -257,6 +259,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Mon Feb 13 2012 Akira TAGOH <tagoh at redhat.com> - 1.3.975.102-1
+- New upstream release.
+- Update zipcode dictionaries.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.930.102-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index c8ffe78..242033d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-01718a15c23583428e0d49960dede590  ken_all.zip
-83af25221498d2e001bb1af9af7cd346  jigyosyo.zip
-1c9e6e4c7e0b4a528f65425ba8c30604  mozc-1.3.930.102.tar.bz2
+0c746a97285dadf499eacd23facd93a9  mozc-1.3.975.102.tar.bz2
+f61737ace016f941cb9c8dde736cd547  jigyosyo.zip
+1d33f327a3644581b4aeadd7ac517037  ken_all.zip


More information about the scm-commits mailing list