rpms/scim-hangul/FC-3 scim-hangul-0.2.0-ignore-invisible-char.patch, NONE, 1.1 scim-hangul.spec, 1.5, 1.6

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Fri Sep 2 01:30:39 UTC 2005


Author: tagoh

Update of /cvs/extras/rpms/scim-hangul/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv596

Modified Files:
	scim-hangul.spec 
Added Files:
	scim-hangul-0.2.0-ignore-invisible-char.patch 
Log Message:
* Fri Sep  2 2005 Akira TAGOH <tagoh at redhat.com> - 0.2.0-5.fc3.1
- scim-hangul-0.2.0-ignore-invisible-char.patch: backported from Core to fix
  the problem with 3bul Yetgeul.
- correct Release. it has to be greater than the previous Release.

scim-hangul-0.2.0-ignore-invisible-char.patch:

--- NEW FILE scim-hangul-0.2.0-ignore-invisible-char.patch ---
diff -ruN --exclude .libs --exclude .deps --exclude 'stamp*' --exclude '*.la' --exclude mozilla --exclude '*o' --exclude POTFILES --exclude '*spec' --exclude 'Makefile*' --exclude 'config*' --exclude libtool scim-hangul-0.2.0.orig/src/hangulinputcontext.c scim-hangul-0.2.0/src/hangulinputcontext.c
--- scim-hangul-0.2.0.orig/src/hangulinputcontext.c	2004-12-27 14:19:31.000000000 +0900
+++ scim-hangul-0.2.0/src/hangulinputcontext.c	2005-08-25 13:57:43.000000000 +0900
@@ -93,6 +93,10 @@
 {
     int n = 0;
 
+    if (!buffer->choseong && !buffer->jungseong && !buffer->jongseong) {
+	buf[0] = L'\0';
+	return 0;
+    }
     if (buffer->choseong) {
 	buf[n++] = buffer->choseong;
     } else {


Index: scim-hangul.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-hangul/FC-3/scim-hangul.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scim-hangul.spec	25 Aug 2005 14:25:30 -0000	1.5
+++ scim-hangul.spec	2 Sep 2005 01:30:37 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           scim-hangul
 Version:        0.2.0
-Release:        5.1%{?dist}
+Release:        5.%{?dist}.1
 
 License:        GPL
 URL:            http://www.scim-im.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  scim-devel >= 1.2.0
 Source0:        http://prdownloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
+Patch0:		scim-hangul-0.2.0-ignore-invisible-char.patch
 
 
 Summary:        Hangul Input Method Engine for SCIM
@@ -17,11 +18,12 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .invisible-char
 
 
 %build
 %configure --disable-static
-make %{?_smp_mflags} 
+make %{?_smp_mflags}
 
 
 %install
@@ -47,11 +49,16 @@
 
 
 %changelog
+* Fri Sep  2 2005 Akira TAGOH <tagoh at redhat.com> - 0.2.0-5.fc3.1
+- scim-hangul-0.2.0-ignore-invisible-char.patch: backported from Core to fix
+  the problem with 3bul Yetgeul.
+- correct Release. it has to be greater than the previous Release.
+
 * Wed Aug 24 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 0.2.0-5.1
 - Minor fixes on spec file
 
-* Tue Aug 23 2005 Akira TAGOH <tagoh at redhat.com> - 0.2.0-5.fc4
-- Imported for FC-4.
+* Tue Aug 23 2005 Akira TAGOH <tagoh at redhat.com> - 0.2.0-5.fc3
+- Imported for FC-3.
 
 * Tue Aug 16 2005 Akira TAGOH <tagoh at redhat.com> - 0.2.0-4.fc5
 - Rebuild.




More information about the fedora-extras-commits mailing list