[mozc] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Thu Jun 26 12:05:33 UTC 2014


commit 9b0e7c607757d8f2d2163285bf25dd0448136cb8
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Jun 26 21:05:29 2014 +0900

    New upstream release.
    
    - Update zipcode.

 .gitignore |    2 ++
 mozc.spec  |   33 ++++++++++++++++++++++++++++-----
 sources    |    6 +++---
 3 files changed, 33 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e734573..8233716 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ clog
 /mozc-1.12.1599.102.tar.bz2
 /mozc-1.13.1651.102.tar.bz2
 /x-ken-all201312.zip
+/mozc-1.15.1814.102.tar.bz2
+/x-ken-all201405.zip
diff --git a/mozc.spec b/mozc.spec
index 0093358..d138a2f 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -1,8 +1,8 @@
 %define		pkg	mozc
 
 Name:		mozc
-Version:	1.13.1651.102
-Release:	2%{?dist}
+Version:	1.15.1814.102
+Release:	1%{?dist}
 Summary:	A Japanese Input Method Editor (IME) designed for multi-platform
 
 Group:		System Environment/Libraries
@@ -14,13 +14,32 @@ URL:		http://code.google.com/p/mozc
 # data/dictionary/: mecab-ipadic and BSD
 #   See http://code.google.com/p/mozc/issues/detail?id=20
 #   also data/installer/credits_en.html
-Source0:	http://mozc.googlecode.com/files/mozc-%{version}.tar.bz2
+
+##Source0:	http://mozc.googlecode.com/files/mozc-%{version}.tar.bz2
+# No upstream releases downloadable from the download services due to:
+#   http://google-opensource.blogspot.jp/2013/05/a-change-to-google-code-download-service.html
+#
+# How to checkout the tree from the repository:
+#   http://code.google.com/p/mozc/wiki/LinuxBuildInstructions
+#
+# How to make a tarball after updating:
+#   major=$(grep MAJOR src/mozc_version_template.txt|sed -e 's/MAJOR=//g')
+#   minor=$(grep MINOR src/mozc_version_template.txt|sed -e 's/MINOR=//g')
+#   build=$(grep BUILD src/mozc_version_template.txt|sed -e 's/BUILD=//g')
+#   rev=$(grep REVISION src/mozc_version_template.txt|sed -e 's/REVISION=//g')
+#   version="$major.$minor.$build.$rev"
+#   (cd src;
+#    for f in $(find -type f -regex '.*.[ch]' -o -regex '.*.html' -o -regex '.*README*'); do chmod a-x $f; done
+#    tar -a --exclude-vcs --exclude third_party/gyp* -cf ../mozc-$version.tar.bz2 *
+#   )
+#
+Source0:	%{name}-%{version}.tar.bz2
 Source1:	mozc-init.el
 # Public Domain
 #Source2:	http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip
-## http://zipcloud.ibsnet.co.jp/zipcodedata/download?di=1388131266095
+## http://zipcloud.ibsnet.co.jp/zipcodedata/download?di=1401436849936
 ### Use the alternative modified zipcode data due to the original is broken to process in the machine.
-Source2:	x-ken-all201312.zip
+Source2:	x-ken-all201405.zip
 Source3:	http://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip
 Source4:	ibus-setup-mozc-jp.desktop
 Patch0:		mozc-build-verbosely.patch
@@ -212,6 +231,10 @@ xemacs -batch -f batch-byte-compile $RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Thu Jun 26 2014 Akira TAGOH <tagoh at redhat.com> - 1.15.1814.102-1
+- New upstream release.
+- Update zipcode.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.13.1651.102-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9abbb5e..6591c86 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-71ad203fb9f7213b3a17aec53194f01a  mozc-1.13.1651.102.tar.bz2
-c188df29f3d8304d46aa873a42ed9275  jigyosyo.zip
-3e5de8b679c7426bc8356a7707a21058  x-ken-all201312.zip
+0f16bce628ee13dfe102470caa8fe102  mozc-1.15.1814.102.tar.bz2
+787ccde1394360ab9c77eade180f4e89  x-ken-all201405.zip
+2f45d23ed60f759d6eafc7d3c94efafb  jigyosyo.zip


More information about the scm-commits mailing list