[mozc] New upstream release. (#816526)

Akira TAGOH tagoh at fedoraproject.org
Thu Apr 26 11:15:17 UTC 2012


commit 64bfc95454f0778d80541a4ac64cd252dc35bcb1
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Apr 26 20:15:13 2012 +0900

    New upstream release. (#816526)
    
    - Update zipcode dictionaries.

 .gitignore                 |    1 +
 mozc-build-verbosely.patch |   17 ++++++++---------
 mozc.spec                  |   10 +++++++---
 sources                    |    7 +++----
 4 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bc8762..580b9a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ clog
 /mozc-1.3.975.102.tar.bz2
 /mozc-1.4.1003.102.tar.bz2
 /mozc-1.4.1033.102.tar.bz2
+/mozc-1.5.1053.102.tar.bz2
diff --git a/mozc-build-verbosely.patch b/mozc-build-verbosely.patch
index 42a7a7f..8f88c79 100644
--- a/mozc-build-verbosely.patch
+++ b/mozc-build-verbosely.patch
@@ -1,12 +1,11 @@
-diff -pruN mozc-1.2.809.102.orig/build_mozc.py mozc-1.2.809.102/build_mozc.py
---- mozc-1.2.809.102.orig/build_mozc.py	2011-08-17 10:02:41.000000000 +0900
-+++ mozc-1.2.809.102/build_mozc.py	2011-08-17 19:52:41.000000000 +0900
-@@ -659,6 +659,8 @@ def BuildOnLinux(options, targets, unuse
-                 'BUILDTYPE=%s' % options.configuration]
-   build_args.append('builddir_name=%s' % GetBuildBaseName(options))
- 
+diff -pruN mozc-1.5.1053.102.orig/build_mozc.py mozc-1.5.1053.102/build_mozc.py
+--- mozc-1.5.1053.102.orig/build_mozc.py	2012-04-26 15:05:41.000000000 +0900
++++ mozc-1.5.1053.102/build_mozc.py	2012-04-26 19:19:05.000000000 +0900
+@@ -947,6 +947,7 @@ def BuildOnLinux(options, targets, unuse
+   build_args.append('builddir_name=%s' %
+                     GetBuildBaseName(options,
+                                      GetMozcVersion().GetTargetPlatform()))
 +  build_args.append('V=1')
-+
-   RunOrDie([make_command] + build_args + target_names)
  
+   RunOrDie([make_command] + build_args + target_names)
  
diff --git a/mozc.spec b/mozc.spec
index 294a77e..4cf6cc0 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -1,7 +1,7 @@
 %define		pkg	mozc
 
 Name:		mozc
-Version:	1.4.1033.102
+Version:	1.5.1053.102
 Release:	1%{?dist}
 Summary:	Open-sourced Google Japanese Input
 
@@ -157,7 +157,7 @@ python build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc unix/scim/sci
 install -d $RPM_BUILD_ROOT%{_libexecdir}
 install -p -m0755 out_linux/Release/mozc_server $RPM_BUILD_ROOT%{_libexecdir}
 install -p -m0755 out_linux/Release/mozc_tool $RPM_BUILD_ROOT%{_libexecdir}
-cp -a third_party/rx/v1_0rc2/README third_party/rx/v1_0rc2/README.rx
+cp -a third_party/rx/v1_1_2/README third_party/rx/v1_1_2/README.rx
 
 # ibus-mozc
 install -d $RPM_BUILD_ROOT%{_datadir}/ibus/component
@@ -209,7 +209,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc third_party/rx/v1_0rc2/README.rx data/installer/credits_en.html
+%doc third_party/rx/v1_1_2/README.rx data/installer/credits_en.html
 %lang(ja) %doc data/installer/credits_ja.html
 %{_libexecdir}/mozc_server
 %{_libexecdir}/mozc_tool
@@ -258,6 +258,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Thu Apr 26 2012 Akira TAGOH <tagoh at redhat.com> - 1.5.1053.102-1
+- New upstream release. (#816526)
+- Update zipcode dictionaries.
+
 * Mon Mar 26 2012 Akira TAGOH <tagoh at redhat.com> - 1.4.1033.102-1
 - New upstream release.
 
diff --git a/sources b/sources
index c508919..4e6ec70 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-09bd13610282f81c2fced629ebad5b02  mozc-1.4.1003.102.tar.bz2
-99e1dbb3ee43b0f3ed4d322e1be2052e  ken_all.zip
-fea6996733ddde417f72ee92c6b4ba85  jigyosyo.zip
-8d1f3b521562526d2f77a0dc05a37290  mozc-1.4.1033.102.tar.bz2
+7bcd7085ad7e8d77ee4c46af90a0f223  mozc-1.5.1053.102.tar.bz2
+720050c4aa2fada33971e397b74be3b6  jigyosyo.zip
+87fb4f05e93f9b58125273923a665cff  ken_all.zip


More information about the scm-commits mailing list