rpms/anthy/devel anthy-fix-typo-in-dict-name.patch, NONE, 1.1 anthy.spec, 1.65, 1.66

Akira TAGOH tagoh at fedoraproject.org
Mon May 10 10:57:01 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/anthy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15002

Modified Files:
	anthy.spec 
Added Files:
	anthy-fix-typo-in-dict-name.patch 
Log Message:
* Mon May 10 2010 Akira TAGOH <tagoh at redhat.com> - 9100h-12
- Fix a typo in g_fname.t. (#584614)

anthy-fix-typo-in-dict-name.patch:
 alt-cannadic/g_fname.t |    2 +-
 mkworddic/name.t       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE anthy-fix-typo-in-dict-name.patch ---
diff -pruN anthy-9100h.orig/alt-cannadic/g_fname.t anthy-9100h/alt-cannadic/g_fname.t
--- anthy-9100h.orig/alt-cannadic/g_fname.t	2009-02-08 01:28:12.000000000 +0900
+++ anthy-9100h/alt-cannadic/g_fname.t	2010-05-10 19:10:04.000000000 +0900
@@ -82,7 +82,7 @@ あとうかい #JN*50 #_3阿藤_2海
 あとうだたかし #JN*100 #_4阿刀田_3高
 あなやまこすけ #JN*10 #_4穴山_3小介
 あびるゆう #JN*100 #_3あびる_2優
-あべこうぼう #JN*10 #_2阿部_4公房
+あべこうぼう #JN*10 #_2安部_4公房
 あべしんぞう #JN*100 #_2安倍_4晋三
 あべせいめい #JN*50 #_2安倍_4晴明
 あべなつみ #JN*150 #_2安倍_3なつみ
diff -pruN anthy-9100h.orig/mkworddic/name.t anthy-9100h/mkworddic/name.t
--- anthy-9100h.orig/mkworddic/name.t	2009-02-07 21:12:35.000000000 +0900
+++ anthy-9100h/mkworddic/name.t	2010-05-10 19:10:37.000000000 +0900
@@ -43,7 +43,7 @@
 ¤¢¤È¤¦¤À¤¿¤«¤· #JN #_4°¤ÅáÅÄ_3¹â
 ¤¢¤Ê¤ó #JN ¥¢¥Ê¥ó
 ¤¢¤Ó¤ë¤æ¤¦ #JN #_3¤¢¤Ó¤ë_2Í¥
-¤¢¤Ù¤³¤¦¤Ü¤¦ #JN #_2°¤Éô_4¸ø˼
+¤¢¤Ù¤³¤¦¤Ü¤¦ #JN #_2°ÂÉô_4¸ø˼
 ¤¢¤Ù¤·¤å¤·¤ç¤¦ #JN #_2°ÂÇÜ_5¼óÁê
 ¤¢¤Ù¤·¤ó¤¾¤¦ #JN #_2°ÂÇÜ_4¿¸»°
 ¤¢¤Ù¤½¤¦¤ê #JN #_2°ÂÇÜ_3ÁíÍý


Index: anthy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anthy/devel/anthy.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- anthy.spec	15 Mar 2010 07:43:36 -0000	1.65
+++ anthy.spec	10 May 2010 10:57:01 -0000	1.66
@@ -3,7 +3,7 @@
 
 Name:		anthy
 Version:	9100h
-Release:	11%{?dist}
+Release:	12%{?dist}
 # The entire source code is LGPLv2+ and dictionaries is GPLv2.
 License:	LGPLv2+ and GPLv2
 URL:		http://sourceforge.jp/projects/anthy/
@@ -16,7 +16,8 @@ BuildRequires:	xemacs
 Source0:	http://osdn.dl.sourceforge.jp/anthy/37536/anthy-%{version}.tar.gz
 Source1:	anthy-init.el
 Patch0:		anthy-fix-typo-in-dict.patch
-Patch1:		anthy-corpus.patch
+Patch1:		anthy-fix-typo-in-dict-name.patch
+Patch10:	anthy-corpus.patch
 
 Summary:	Japanese character set input library
 Group:		System Environment/Libraries
@@ -87,7 +88,8 @@ package to use Anthy with XEmacs.
 %prep
 %setup -q #-a 2
 %patch0 -p1 -b .0-typo
-%patch1 -p1 -b .1-corpus
+%patch1 -p1 -b .1-typo-name
+%patch10 -p1 -b .10-corpus
 
 %if	%{use_utf8_dict}
 function normalize_extra_dict() {
@@ -225,6 +227,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon May 10 2010 Akira TAGOH <tagoh at redhat.com> - 9100h-12
+- Fix a typo in g_fname.t. (#584614)
+
 * Mon Mar 15 2010 Akira TAGOH <tagoh at redhat.com> - 9100h-11
 - enable UTF-8 dictionaries really.
 



More information about the scm-commits mailing list