[mozc] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Mon May 23 01:58:50 UTC 2011


commit 937887357b6ffde6f9370a4f38bb93c888f1bc96
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon May 23 10:50:31 2011 +0900

    New upstream release.

 .gitignore |    1 +
 mozc.spec  |   27 ++++++---------------------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38ff85e..0aa9d28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ clog
 /mozc-1.0.558.102-20101216.tar.bz2
 /mozc-1.1.626.102-20110301.tar.bz2
 /mozc-1.1.690.102-20110419.tar.bz2
+/mozc-1.1.717.102.tar.bz2
diff --git a/mozc.spec b/mozc.spec
index 7c538eb..e97124f 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -1,29 +1,11 @@
-%define		archivedate		20110419
-%define		pkg			mozc
-
 Name:		mozc
-Version:	1.1.690.102
-Release:	0.2.%{archivedate}svn%{?dist}
+Version:	1.1.717.102
+Release:	1%{?dist}
 Summary:	Open-sourced Google Japanese Input
 
 Group:		System Environment/Libraries
 License:	BSD and ASL 2.0 and UCD and Public Domain and Boost and mecab-ipadic
 URL:		http://code.google.com/p/mozc
-# 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"
-#   date=$(date +%%Y%%m%%d)
-#   (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-$date.tar.bz2 *
-#   )
-#
 # third_party/rx/rx.c: ASL 2.0
 #  Copyright Yusuke Tabata 2008
 # data/unicode/: UCD
@@ -33,7 +15,7 @@ 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:	mozc-%{version}-%{archivedate}.tar.bz2
+Source0:	http://mozc.googlecode.com/files/mozc-%{version}.tar.bz2
 Source1:	mozc-init.el
 Patch0:		mozc-build-verbosely.patch
 Patch1:		mozc-fix-model-path-for-zinnia.patch
@@ -263,6 +245,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Mon May 23 2011 Akira TAGOH <tagoh at redhat.com> - 1.1.717.102-1
+- New upstream release.
+
 * Wed Apr 20 2011 Akira TAGOH <tagoh at redhat.com> - 1.1.690.102-0.2.20110419svn
 - Fix a wrong path to the model file for handwriting.
 - add dep to zinnia-tomoe.
diff --git a/sources b/sources
index adc7d62..c12bee9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a444174b17c578e534ff9a64095e26bb  mozc-1.1.690.102-20110419.tar.bz2
+7b6feee8162f95e3309767ae340c42a5  mozc-1.1.717.102.tar.bz2


More information about the scm-commits mailing list