Bug#59681 fix for Malayalam mozhi input scheme
Signed-off-by: Rajeesh K V <rajeeshknambiar@fedoraproject.org>
This commit is contained in:
parent
f6adc45e74
commit
f20ecb2de0
28
m17n-db-1.8.0-ml-mozhi-bug-59681.patch
Normal file
28
m17n-db-1.8.0-ml-mozhi-bug-59681.patch
Normal file
@ -0,0 +1,28 @@
|
||||
commit 3e26647b3ec04c95f97e435b79f1f148ba8a6950
|
||||
Author: Rajeesh K V <rajeeshknambiar@gmail.com>
|
||||
Date: Mon Dec 14 15:58:11 2020 +0530
|
||||
|
||||
Malayalam mozhi input method: fix spurious ZWNJ being added
|
||||
|
||||
diff --git a/MIM/ml-mozhi.mim b/MIM/ml-mozhi.mim
|
||||
index e502c7a..ce0b84f 100644
|
||||
--- a/MIM/ml-mozhi.mim
|
||||
+++ b/MIM/ml-mozhi.mim
|
||||
@@ -113,7 +113,7 @@ For the details, see the page:
|
||||
("N__" "ണ്")
|
||||
("n__" "ന്")
|
||||
("l__" "ല്")
|
||||
- ("L__" "ള്")
|
||||
+ ("L__" "ള്")
|
||||
("r__" "ര്")
|
||||
("R__" "ര്")
|
||||
("x" "ക്ഷ്"))
|
||||
@@ -147,7 +147,7 @@ For the details, see the page:
|
||||
(".n" "ം")
|
||||
("M" "ം")
|
||||
("~" "്")
|
||||
- ("_" "")
|
||||
+ ("_" "")
|
||||
("m_" "ം")
|
||||
("m " "ം ")
|
||||
("m," "ം,")
|
@ -1,7 +1,7 @@
|
||||
Name: m17n-db
|
||||
Summary: Multilingualization datafiles for m17n-lib
|
||||
Version: 1.8.0
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.nongnu.org/m17n
|
||||
|
||||
@ -28,6 +28,7 @@ Patch2: %{name}-1.6.5-kn-inscript-ZWNJ-bug440007.patch
|
||||
Patch3: %{name}-1.6.5-number_pad_itrans-222634.patch
|
||||
Patch4: %{name}-1.7.0-fix-e-o-mappings.patch
|
||||
Patch5: %{name}-1.8.0-inscript2-mni-sat.patch
|
||||
Patch6: %{name}-1.8.0-ml-mozhi-bug-59681.patch
|
||||
|
||||
%description
|
||||
This package contains multilingualization (m17n) datafiles for m17n-lib
|
||||
@ -146,6 +147,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon
|
||||
%{_datadir}/pkgconfig/m17n-db.pc
|
||||
|
||||
%changelog
|
||||
* Sun Apr 04 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.8.0-13
|
||||
- Malayalam Mozhi input scheme bug fix
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user