#3 Bug#59681 fix for Malayalam mozhi input scheme
Merged 2 years ago by pnemade. Opened 3 years ago by rajeeshknambiar.
rpms/ rajeeshknambiar/m17n-db bug59681  into  rawhide

@@ -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," "ം,")

file modified
+5 -1
@@ -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 @@ 

  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 @@ 

  %{_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

  

@pnemade @petersen
Heya! Could you take a look at this PR and see if you can merge?

The CI scratch build error seems unrelated (due to minglish.mim not present in one of the branches).

Thanks for this PR and sorry I missed notification about this PR.

Pull-Request has been merged by pnemade

2 years ago

I have now built new builds for m17n-db which includes this PR for F34+ releases.