From aab32ac9762589e4e4b15b36545281972d9dbb0a Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 18 Mar 2020 12:29:37 +0530 Subject: [PATCH 01/45] Use make_build and make_install macros --- m17n-db.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/m17n-db.spec b/m17n-db.spec index ea32c43..2962886 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -66,10 +66,10 @@ sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim %build %configure -make %{?_smp_mflags} +%{make_build} %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%{make_install} # don't ship unijoy map for now rm %{buildroot}%{_datadir}/m17n/bn-unijoy.mim @@ -145,6 +145,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Wed Mar 18 2020 Parag Nemade - 1.8.0-10 +- Use make_build and make_install macros + * Wed Jan 29 2020 Fedora Release Engineering - 1.8.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 019516147bb9b39ce3346d1338b6bd00d0d758e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 06:42:37 +0000 Subject: [PATCH 02/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 2962886..8e04965 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -145,6 +145,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.8.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Mar 18 2020 Parag Nemade - 1.8.0-10 - Use make_build and make_install macros From a79a2e15e428b6ba687771ed21f31fcc0425e396 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 6 Jan 2021 21:20:26 +0000 Subject: [PATCH 03/45] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- m17n-db.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/m17n-db.spec b/m17n-db.spec index 8e04965..793b210 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -13,6 +13,7 @@ Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/mi Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: gettext BuildRequires: glibc-locale-source BuildRequires: gcc From f6adc45e74bad6c1595628fa7ffac34d3a1d940f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 19:05:51 +0000 Subject: [PATCH 04/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 793b210..506def4 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 11%{?dist} +Release: 12%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -146,6 +146,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.8.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.8.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From f20ecb2de0217c8d865d0e62a0ecf55ea4b11319 Mon Sep 17 00:00:00 2001 From: Rajeesh K V Date: Sun, 4 Apr 2021 09:47:12 +0530 Subject: [PATCH 05/45] Bug#59681 fix for Malayalam mozhi input scheme Signed-off-by: Rajeesh K V --- m17n-db-1.8.0-ml-mozhi-bug-59681.patch | 28 ++++++++++++++++++++++++++ m17n-db.spec | 6 +++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 m17n-db-1.8.0-ml-mozhi-bug-59681.patch diff --git a/m17n-db-1.8.0-ml-mozhi-bug-59681.patch b/m17n-db-1.8.0-ml-mozhi-bug-59681.patch new file mode 100644 index 0000000..18fc28c --- /dev/null +++ b/m17n-db-1.8.0-ml-mozhi-bug-59681.patch @@ -0,0 +1,28 @@ +commit 3e26647b3ec04c95f97e435b79f1f148ba8a6950 +Author: Rajeesh K V +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," "ം,") diff --git a/m17n-db.spec b/m17n-db.spec index 506def4..5e5973e 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -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 - 1.8.0-13 +- Malayalam Mozhi input scheme bug fix + * Tue Jan 26 2021 Fedora Release Engineering - 1.8.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 35574a8200405e58296c097ac0314aa428079792 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 11 May 2021 21:17:01 +0530 Subject: [PATCH 06/45] Fix local build issue by not tracking minglish.mim in git repo --- minglish.mim | 258 --------------------------------------------------- 1 file changed, 258 deletions(-) delete mode 100644 minglish.mim diff --git a/minglish.mim b/minglish.mim deleted file mode 100644 index 93954d0..0000000 --- a/minglish.mim +++ /dev/null @@ -1,258 +0,0 @@ -;; minglish.mim -- Marathi input method with Minglish input method -;; Author:- Anish Patil -;; Minglish is combination of Marathi and English language -;; -;; - -;; This file is part of the m17n contrib; a sub-part of the m17n -;; library. - -;; The m17n library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Lesser General Public License -;; as published by the Free Software Foundation; either version 2.1 of -;; the License, or (at your option) any later version. - -;; The m17n library is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; Lesser General Public License for more details. - -;; You should have received a copy of the GNU Lesser General Public -;; License along with the m17n library; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. - -(input-method mr minglish) - -(description "Marathi input method for Marathi and English -Author: Anish Patil -") - -(title "क") - -(map - (starter - (".") ("~") ("#") ("$") ("^") ("*") ((S-\ )) ((C-@)) - ("0") ("1") ("2") ("3") ("4") - ("5") ("6") ("7") ("8") ("9") - ("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") ("L") - ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y") - ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i") - ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r") - ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z") - ((G-s)) ((G-k)) ((G-K)) ((G-g)) ((G-G)) - ((G-j)) ((G-J)) ((G-d)) ((G-D)) ((G-n)) ((G-N)) ((G-t)) ((G-T)) - ((G-p)) ((G-P)) ((G-f)) ((G-F)) ((G-m)) - ((G-y)) ((G-r)) ((G-l)) ((G-L)) - ((G-v)) ((G-w)) ((G-h)) ((G-z)) - ) - - - (consonant - ("k" "क") - ((G-k) "क्") - ("K" "ख") - ("kh" "ख") - ((G-K) "ख्") - ("g" "ग") - ((G-g) "ग्") - ("G" "घ") - ("gh" "घ") - ((G-G) "घ्") - ("~N" "ङ्") - ("N^" "ङ्") - ("c" "च") - ("ch" "छ") - ("chh" "छ्") - ("j" "ज") - ((G-j) "ज्") - ("J" "झ") - ("jh" "झ") - ((G-J) "झ्") - ("~n" "ञ") - ("JN" "ञ्") - ("d" "ड") - ((G-d) "ड्") - ("D" "ढ") - ("dh" "ढ") - ((G-D) "ढ्") - ("n" "न") - ((G-n) "न्") - ("N" "ण") - ((G-N) "ण्") - ("t" "त") - ((G-t) "त्") - ("T" "ट") - ("Th" "ठ") - ("th" "थ") - ((G-T) "थ्") - ("the" "द") - ("dha" "ध") - ("nh" "ऩ्") - ("p" "प") - ((G-p) "प्") - ("P" "फ") - ((G-P) "फ्") - ("f" "फ") - ((G-f) "फ्") - ((G-F) "फ्") - ("F" "फ") - ("ph" "फ") - ("b" "ब") - ((G-b) "ब्") - ("B" "भ") - ("bh" "भ") - ((G-B) "भ्") - ("m" "म") - ((G-m) "म्") - ("M" "ं") - ("y" "य") - ("Y" "य़्") - ("yh" "य़्") - ((G-y) "य़्") - ("r" "र") - ((G-r) "र्") - ("rh" "ऱ्") - ("l" "ल") - ((G-l) "ल्") - ("L" "ळ") - ("ld" "ळ") - ((G-L) "ळ्") - ("v" "व") - ((G-v) "व्") - ("w" "व्") - ((G-w) "व्") - ("s" "स") - ((G-s) "स्") - ("sh" "श") - ("S" "श") - ((G-S) "श्") - ("shh" "ष") - ("Sh" "ष") - ("h" "ह") - ((G-h) "ह्") - ("q" "कु") - ("K" "ख़्") - ("G" "ग़्") - ("z" "झ्") - ("Z" "ँ") - ((G-z) "झ्") - (".D" "ड़्") - (".Dh" "ढ़्") - ("j~n" "ज्ञ्") - ("GY" "ज्ञ्") - ("dny" "ज्ञ") - ("x" "क्ष्")) - - (independent - ("a" "अ") - ("aa" "आ") - ("A" "ा") - ("i" "इ") - ("ii" "ई") - ("I" "ई") - ("u" "उ") - ("uu" "ऊ") - ("U" "ऊ") - ("RRi" "ऋ") - ("R^i" "ऋ") - ("LLi" "ऌ") - ("L^i" "ऌ") - (".c" "ऍ") - ("e.c" "ऍ") - ("ee" "ऎ") - ("E" "ऎ") - ("e" "ए") - ("ai" "ऐ") - ("o.c" "ऑ") - ("oo" "ऒ") - ("O" "ऒ") - ("o" "ओ") - ("au" "औ") - ("RRI" "ॠ") - ("R^I" "ॠ") - ("LLI" "ॡ") - ("L^I" "ॡ") - (".N" "ँ") - (".n" "ं") - ("M" "ं") - ("H" "ः") - (".a" "ऽ") - (".h" "्") - ("AUM" "ॐ") - ("OM" "ॐ") - (".." "।") - ("0" "०") - ("1" "१") - ("2" "२") - ("3" "३") - ("4" "४") - ("5" "५") - ("6" "६") - ("7" "७") - ("8" "८") - ("9" "९") - ("#" "्र") - ("$" "र्") - ("^" "त्र") - ("*" "श्र") - ("]" "़") - ((S-\ ) "‌") - ((C-@) "‍")) - - (dependent - ("a" "ा") - ("aa" "ा") - ("A" "ा") - ("i" "ि") - ("ii" "ी") - ("I" "ी") - ("u" "ु") - ("uu" "ू") - ("U" "ू") - ("RRi" "ृ") - ("R^i" "ृ") - ("LLi" "ॢ") - ("L^i" "ॢ") - (".c" "ॅ") - ("e.c" "ॅ") - ("ee" "ॆ") - ("E" "ॆ") - ("e" "े") - ("ai" "ै") - ("o.c" "ॉ") - ("oo" "ॊ") - ("O" "ॊ") - ("o" "ो") - ("au" "ौ") - ("RRI" "ॄ") - ("R^I" "ॄ") - ("LLI" "ॣ") - ("L^I" "ॣ")) - - (return - ((Return))) - - (backspace - ((BackSpace) (undo)))) - -(state - (init - (starter (pushback 1) (shift intermediate))) - - (intermediate - (consonant (shift second)) - (independent (shift init)) - (backspace) - (return(shift init) )) - - (second - (consonant) - (dependent (shift init)) - (backspace) - (return (shift init)))) - -;; Local Variables: -;; coding: utf-8 -;; mode: emacs-lisp -;; End: From d0313930ec0263ecc68e88f56052de64272a02f3 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 11 May 2021 21:38:13 +0530 Subject: [PATCH 07/45] Remove %autopatch which is not needed --- m17n-db.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/m17n-db.spec b/m17n-db.spec index 5e5973e..1095d1b 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -61,8 +61,6 @@ tar xzf %{SOURCE1} ##extract m17n-db-sayura tar xzf %{SOURCE3} -%autopatch -p0 - # Following fixes https://bugzilla.redhat.com/show_bug.cgi?id=1487512 sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim From 055cbc717a0d3e6f986dec20a60deedee1a326a8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 18 May 2021 20:12:06 +0200 Subject: [PATCH 08/45] Revert "Remove %autopatch which is not needed" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d0313930ec0263ecc68e88f56052de64272a02f3. “%autopatch -p0” is actually needed, removing it had the effect that the patches are not applied anymore. There used to be “%autosetup -p0” in the “%prep” section which applied the patches but I replaced this with “%autosetup -N” which does not apply the patches and added “%autopatch -p0” after unpacking the inscript2 and m17n-db-sayura tarballs to make it possible to apply patches to the contents of these sources as well. m17n-db-1.8.0-inscript2-mni-sat.patch needs to be applied to the inscript2 tarball. --- m17n-db-1.8.0-ml-mozhi-bug-59681.patch | 4 ++-- m17n-db.spec | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/m17n-db-1.8.0-ml-mozhi-bug-59681.patch b/m17n-db-1.8.0-ml-mozhi-bug-59681.patch index 18fc28c..269b796 100644 --- a/m17n-db-1.8.0-ml-mozhi-bug-59681.patch +++ b/m17n-db-1.8.0-ml-mozhi-bug-59681.patch @@ -6,8 +6,8 @@ Date: Mon Dec 14 15:58:11 2020 +0530 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 +--- MIM/ml-mozhi.mim ++++ MIM/ml-mozhi.mim @@ -113,7 +113,7 @@ For the details, see the page: ("N__" "ണ്‍") ("n__" "ന്‍") diff --git a/m17n-db.spec b/m17n-db.spec index 1095d1b..d80bc46 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 13%{?dist} +Release: 14%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -61,6 +61,8 @@ tar xzf %{SOURCE1} ##extract m17n-db-sayura tar xzf %{SOURCE3} +%autopatch -p0 + # Following fixes https://bugzilla.redhat.com/show_bug.cgi?id=1487512 sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim @@ -145,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 +* Tue May 18 2021 Mike FABIAN - 1.8.0-14 +- Add back autopatch to apply the patches again + * Sun Apr 04 2021 Rajeesh KV - 1.8.0-13 - Malayalam Mozhi input scheme bug fix From d764295acf94d543ce06f587a5233d816a3c8260 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 18 May 2021 20:19:15 +0200 Subject: [PATCH 09/45] Fix typo in comment --- m17n-db.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index d80bc46..154aaec 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -21,7 +21,7 @@ BuildRequires: gcc Obsoletes: m17n-contrib < 1.1.14-4.fc20 Provides: m17n-contrib = 1.1.14-4.fc20 -# Fedora speicifc patches +# Fedora specific patches Patch0: %{name}-1.6.5-bn-itrans-bug182227.patch Patch1: %{name}-1.6.5-kn-itrans_key-summary_bug228806.patch Patch2: %{name}-1.6.5-kn-inscript-ZWNJ-bug440007.patch From cdb75b596b9d8a61b0f89799888a0ce1c13d3bcb Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 19 May 2021 14:41:41 +0200 Subject: [PATCH 10/45] rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add a comment with a link to the bug. --- ... => m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch | 0 m17n-db.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename m17n-db-1.8.0-ml-mozhi-bug-59681.patch => m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch (100%) diff --git a/m17n-db-1.8.0-ml-mozhi-bug-59681.patch b/m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch similarity index 100% rename from m17n-db-1.8.0-ml-mozhi-bug-59681.patch rename to m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch diff --git a/m17n-db.spec b/m17n-db.spec index 154aaec..6551873 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -28,7 +28,8 @@ 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 +# https://savannah.nongnu.org/bugs/?59681 +Patch6: %{name}-1.8.0-ml-mozhi-savannah-bug-59681.patch %description This package contains multilingualization (m17n) datafiles for m17n-lib @@ -147,6 +148,11 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Wed May 19 2021 Mike FABIAN - 1.8.0-15 +- rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to + m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add + a comment with a link to the bug. + * Tue May 18 2021 Mike FABIAN - 1.8.0-14 - Add back autopatch to apply the patches again From e78929b429114a790a9e1c39ddbea388bc301ef0 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 25 May 2021 14:06:12 +0530 Subject: [PATCH 11/45] Add gating tests Signed-off-by: Parag Nemade --- tests/smoke/runtest.sh | 20 ++++++++++++++++++++ tests/tests.yml | 11 +++++++++++ 2 files changed, 31 insertions(+) create mode 100644 tests/smoke/runtest.sh create mode 100644 tests/tests.yml diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..017055f --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +# If one of the commands below returns non-zero then exit immediately +set -e + +echo "m17n-db version: `m17n-db --version`" +echo "m17n-db directory: `m17n-db`" +echo " " +echo " " +echo "Test minimal syntax presence for mim files" +for file in `ls /usr/share/m17n/*.mim`; do + grep "(input-method" $file + if [ $? == 0 ]; then + echo "PASSED: minimal syntax for $file" + else + echo "FAILED: minimal syntax for $file" + exit 1 + fi +done + diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..b559be4 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,11 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - smoke + required_packages: + - m17n-db + From 4faf8e83048e208025ca616418f4aec39f25f2cb Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 8 Jun 2021 13:01:06 +0530 Subject: [PATCH 12/45] Re-upload minglish.mim source to fix its permissions to 644 --- m17n-db.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/m17n-db.spec b/m17n-db.spec index 6551873..5fd5ed4 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -148,6 +148,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Tue Jun 08 2021 Parag Nemade - 1.8.0-16 +- Re-upload minglish.mim source to fix its permissions to 644 + * Wed May 19 2021 Mike FABIAN - 1.8.0-15 - rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add diff --git a/sources b/sources index 2e9f43c..d9d542d 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5 +SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 SHA512 (inscript2-20160423.tar.gz) = 4fa91ddf818cbbb53f2ba34e72ffac0eb16448d817cc4c11ea7b39cbf7802e09b46661c03ee88f738bbda40848dacb7741ae5b865fc2d477e621345195c43a71 SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed -SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 From 4d4ae2717c9ac3463829d978e188459a543d942d Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 8 Jun 2021 13:09:27 +0530 Subject: [PATCH 13/45] install minglish.mim using install command --- m17n-db.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 5fd5ed4..1c056c6 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -86,7 +86,7 @@ cp -p inscript2/IM/* %{buildroot}%{_datadir}/m17n/ cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons # install minglish keymap -cp -p %{SOURCE2} %{buildroot}%{_datadir}/m17n +/usr/bin/install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/m17n # install si-sayura cp -p m17n-db-sayura-1.0.0/si-sayura.mim %{buildroot}%{_datadir}/m17n From caedfb260fb868f5c9ec6562684d59fcade9aba4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 13:35:11 +0000 Subject: [PATCH 14/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 1c056c6..452ed66 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 16%{?dist} +Release: 17%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -148,6 +148,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.8.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Parag Nemade - 1.8.0-16 - Re-upload minglish.mim source to fix its permissions to 644 From 842f90b699261d9c932438efe396de893e2b1462 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 3 Aug 2021 15:09:07 +0530 Subject: [PATCH 15/45] Update inscript2 keymaps to new upstream release --- .gitignore | 1 + m17n-db.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4ce233..11ce01f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.0RC.tar.gz /m17n-db-1.8.0.tar.gz /m17n-db-sayura-1.0.0.tar.gz +/inscript2-20210803.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index 452ed66..796d3fc 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,13 +1,13 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz ## Till the Inscript2 gets upstreamed in m17n-db, use this source -Source1: http://releases.pagure.org/inscript2/inscript2-20160423.tar.gz +Source1: https://releases.pagure.org/inscript2/inscript2-20210803.tar.gz # Following is awaiting for upstream commit Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz @@ -148,6 +148,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Tue Aug 03 2021 Parag Nemade - 1.8.0-18 +- Update inscript2 keymaps to new upstream release + * Thu Jul 22 2021 Fedora Release Engineering - 1.8.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index d9d542d..265d4a3 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5 +SHA512 (inscript2-20210803.tar.gz) = 0258e6f5ee3f77f5e9476c74a83151c2000ac962b9d40aad618e0f5c7c109c359525b4b78c72d79e9918d3daa37f8b1fc7000099bfe5f4ead37a32eaa95d3eff SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 -SHA512 (inscript2-20160423.tar.gz) = 4fa91ddf818cbbb53f2ba34e72ffac0eb16448d817cc4c11ea7b39cbf7802e09b46661c03ee88f738bbda40848dacb7741ae5b865fc2d477e621345195c43a71 SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed From 110bcbdf6a833cb3c01d2a13e5a26c1341a5e1bc Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 3 Aug 2021 15:29:23 +0530 Subject: [PATCH 16/45] Remove upstream released patch --- m17n-db.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 796d3fc..d1c6a1f 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -27,7 +27,6 @@ Patch1: %{name}-1.6.5-kn-itrans_key-summary_bug228806.patch 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 # https://savannah.nongnu.org/bugs/?59681 Patch6: %{name}-1.8.0-ml-mozhi-savannah-bug-59681.patch From 1336a4d87d7c2462a85dae2bf02bfa06e91ce076 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 9 Aug 2021 13:06:25 +0530 Subject: [PATCH 17/45] Update inscript2 keymaps to new upstream release 20210809 --- .gitignore | 1 + m17n-db.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 11ce01f..fb34e87 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.0.tar.gz /m17n-db-sayura-1.0.0.tar.gz /inscript2-20210803.tar.gz +/inscript2-20210809.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index d1c6a1f..7b361bd 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,13 +1,13 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 18%{?dist} +Release: 19%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz ## Till the Inscript2 gets upstreamed in m17n-db, use this source -Source1: https://releases.pagure.org/inscript2/inscript2-20210803.tar.gz +Source1: https://releases.pagure.org/inscript2/inscript2-20210809.tar.gz # Following is awaiting for upstream commit Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz @@ -147,8 +147,11 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Mon Aug 09 2021 Parag Nemade - 1.8.0-19 +- Update inscript2 keymaps to new upstream release 20210809 + * Tue Aug 03 2021 Parag Nemade - 1.8.0-18 -- Update inscript2 keymaps to new upstream release +- Update inscript2 keymaps to new upstream release 20210803 * Thu Jul 22 2021 Fedora Release Engineering - 1.8.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 265d4a3..613e571 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5 -SHA512 (inscript2-20210803.tar.gz) = 0258e6f5ee3f77f5e9476c74a83151c2000ac962b9d40aad618e0f5c7c109c359525b4b78c72d79e9918d3daa37f8b1fc7000099bfe5f4ead37a32eaa95d3eff SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed +SHA512 (inscript2-20210809.tar.gz) = b5b312f021509797415722d8a6989137041eeecc6b72138583e2a0dd22c78243dfad39965d73bbb9a060297c85990f8593acb53ff9709af9378fd9da24bafd45 From f797a46e190112b8a28b1245d351b3ffe0c7324a Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 12 Aug 2021 09:01:52 +0530 Subject: [PATCH 18/45] Update inscript2 keymaps to new upstream release 20210812 --- .gitignore | 1 + m17n-db.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fb34e87..fa2c680 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-sayura-1.0.0.tar.gz /inscript2-20210803.tar.gz /inscript2-20210809.tar.gz +/inscript2-20210812.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index 7b361bd..a9e4426 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,13 +1,13 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 19%{?dist} +Release: 20%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz ## Till the Inscript2 gets upstreamed in m17n-db, use this source -Source1: https://releases.pagure.org/inscript2/inscript2-20210809.tar.gz +Source1: https://releases.pagure.org/inscript2/inscript2-20210812.tar.gz # Following is awaiting for upstream commit Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz @@ -147,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 +* Thu Aug 12 2021 Parag Nemade - 1.8.0-20 +- Update inscript2 keymaps to new upstream release 20210812 + * Mon Aug 09 2021 Parag Nemade - 1.8.0-19 - Update inscript2 keymaps to new upstream release 20210809 diff --git a/sources b/sources index 613e571..2744d2d 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5 SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed -SHA512 (inscript2-20210809.tar.gz) = b5b312f021509797415722d8a6989137041eeecc6b72138583e2a0dd22c78243dfad39965d73bbb9a060297c85990f8593acb53ff9709af9378fd9da24bafd45 +SHA512 (inscript2-20210812.tar.gz) = 38aa442bf9d0119ec7ec0d40a6d9faba4ca8228e93485013da9d62130a05720f2b2b63d17bfcea076a0c234ffc125ce9625626dac331c68f3d46f484efdf80ab From cb173acec35f941726b4a01d4630e6af4369a043 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 20 Aug 2021 11:27:16 +0530 Subject: [PATCH 19/45] Update inscript2 keymaps to new upstream release 20210820 --- .gitignore | 1 + m17n-db.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fa2c680..8196051 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ m17n-db-1.6.1.tar.gz /inscript2-20210803.tar.gz /inscript2-20210809.tar.gz /inscript2-20210812.tar.gz +/inscript2-20210820.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index a9e4426..55047b0 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,13 +1,13 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 20%{?dist} +Release: 21%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz ## Till the Inscript2 gets upstreamed in m17n-db, use this source -Source1: https://releases.pagure.org/inscript2/inscript2-20210812.tar.gz +Source1: https://releases.pagure.org/inscript2/inscript2-20210820.tar.gz # Following is awaiting for upstream commit Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz @@ -147,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 +* Fri Aug 20 2021 Parag Nemade - 1.8.0-21 +- Update inscript2 keymaps to new upstream release 20210820 + * Thu Aug 12 2021 Parag Nemade - 1.8.0-20 - Update inscript2 keymaps to new upstream release 20210812 diff --git a/sources b/sources index 2744d2d..f1f2f67 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5 SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed -SHA512 (inscript2-20210812.tar.gz) = 38aa442bf9d0119ec7ec0d40a6d9faba4ca8228e93485013da9d62130a05720f2b2b63d17bfcea076a0c234ffc125ce9625626dac331c68f3d46f484efdf80ab +SHA512 (inscript2-20210820.tar.gz) = 8405286926a1f59271f8988f95e37d62c3200ba14bf1d323bdf2cd6cee88aa683b86af6389bd7aba779a36649b7e83c8afc5d1472d7b32c428ef271659176ed5 From 5a1f9322eaa6910dbf7671bf855aec23b8dc486d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 18:31:46 +0000 Subject: [PATCH 20/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 55047b0..93c416f 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 21%{?dist} +Release: 22%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -147,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 +* Thu Jan 20 2022 Fedora Release Engineering - 1.8.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 20 2021 Parag Nemade - 1.8.0-21 - Update inscript2 keymaps to new upstream release 20210820 From 68a18dcbd4888782b507a0a7ba519c71ce503ab1 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 25 Feb 2022 11:55:47 +0100 Subject: [PATCH 21/45] Add mr-gamabhana.mim input method --- m17n-db.spec | 9 +- mr-gamabhana.mim | 333 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 341 insertions(+), 1 deletion(-) create mode 100644 mr-gamabhana.mim diff --git a/m17n-db.spec b/m17n-db.spec index 93c416f..e0d5fe5 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 22%{?dist} +Release: 23%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -11,6 +11,7 @@ Source1: https://releases.pagure.org/inscript2/inscript2-20210820.tar.gz # Following is awaiting for upstream commit Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz +Source4: https://raw.githubusercontent.com/shantanuo/gamabhana/main/usr/share/m17n/mr-gamabhana.mim BuildArch: noarch BuildRequires: make @@ -91,6 +92,9 @@ cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons cp -p m17n-db-sayura-1.0.0/si-sayura.mim %{buildroot}%{_datadir}/m17n cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icons +# install mr-gamabhana +/usr/bin/install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/m17n + # For installing the translation files %find_lang %name @@ -147,6 +151,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Fri Feb 25 2022 Mike FABIAN - 1.8.0-23 +- Add mr-gamabhana.mim input method + * Thu Jan 20 2022 Fedora Release Engineering - 1.8.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/mr-gamabhana.mim b/mr-gamabhana.mim new file mode 100644 index 0000000..c5bf7ff --- /dev/null +++ b/mr-gamabhana.mim @@ -0,0 +1,333 @@ +;; mr-gamabhana.mim -- Marathi input method with GaMaBhaNa +;; This file is part of the m17n database; a sub-part of the m17n +;; library. + +;; The m17n library is free software; you can redistribute it and/or +;; modify it under the terms of the GNU Lesser General Public License +;; as published by the Free Software Foundation; either version 2.1 of +;; the License, or (at your option) any later version. + +;; The m17n library is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; Lesser General Public License for more details. + +;; You should have received a copy of the GNU Lesser General Public +;; License along with the m17n library; if not, write to the Free +;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +(input-method mr gamabhana) + +(description "Based on Hindi input method by ITRANS and Harvard-Kyoto +transliteration systems. +You can use all the standard ITRANS key sequences plus key +sequences such as the below. + + nk->ङ्क्, nkh->ङ्ख्, ng->ङ्ग्, ngh->ङ्घ् + nch->ञ्च्, nCh->ञ्छ्, nc->ञ्च्, nC->ञ्छ्, nchh->ञ्छ्, + nj->ञ्ज्, njh->ञ्झ्, nT->ण्ट्, nTh->ण्ठ्, nD->ण्ड्, nDh->ण्ढ् + c->च्, C->छ्, z->श्, S->ष्, jn->ज्ञ्, R->ऋ + +In addition, for convenience, when a consonant + halant sequence +is followed by non Devanagari letter, the last halant is removed. +For instance, 'k SPC'->'क ', 'k..'->'क।'. + +The motivation behind additions made to the basic ITRANS scheme +is described in http://sanskritnlp.appspot.com/optitrans.html, +along with a tabulated comparison with several other +transliteration schemes. + +Also, see: http://en.wikipedia.org/wiki/Devanagari_transliteration.") + +(title "क") + +(variable + (trim-last-halant + (_"If this variable is 1 (the default), the last Halant in a syllable +is removed if it is followed by non Devanagari letter. For instance, +typing \"har..\" produces \"हर।\", not \"हर्।\".") + 1 0 1)) + +(map + (starter + (".") ("~") ("#") ("$") ("*") ("]") ((S-\ )) ((C-@)) + ("0") ("1") ("2") ("3") ("4") ("5") ("6") ("7") ("8") ("9") + ("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") ("L") + ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y") + ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i") + ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r") + ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z") + ((KP_1)) ((KP_2)) ((KP_3)) ((KP_4)) ((KP_5)) + ((KP_6)) ((KP_7)) ((KP_8)) ((KP_9)) ((KP_0))) + + (consonant + ("k" "क्") + ("kh" "ख्") + ("K" "ख्") + ("g" "ग्") + ("gh" "घ्") + ("G" "घ्") + (".k" "क़् ") + ("q" "क़्") + (".kh" "ख़्") + (".K" "ख़्") + (".g" "ग़्") + ("nk" "ङ्क्") + ("nx" "ङ्क्ष्") + ("nkh" "ङ्ख्") + ("nK" "ङ्ख्") + ("ng" "ङ्ग्") + ("ngh" "ङ्घ्") + ("nG" "ङ्घ्") + ("~N" "ङ्") + ("N^" "ङ्") + ("NG" "ङ्") + ("ch" "च्") + ("Ch" "छ्") ; not in ITRANS Devenagari table + ("c" "च्") + ("C" "छ्") ; not in ITRANS Devenagari table + ("chh" "छ्") + ("j" "ज्") + ("jh" "झ्") + ("J" "झ्") + ("nch" "ञ्च्") + ("nCh" "ञ्छ्") ; not in ITRANS Devenagari table + ("nc" "ञ्च्") + ("nC" "ञ्छ्") ; not in ITRANS Devenagari table + ("nchh" "ञ्छ्") + ("nj" "ञ्ज्") + ("njh" "ञ्झ्") + ("nJ" "ञ्झ्") + ("~n" "ञ्") + ("JN" "ञ्") + ("NY" "ञ्") + ("T" "ट्") + ("Th" "ठ्") + ("D" "ड्") + ("Dh" "ढ्") + (".D" "ड़्") + (".Dh" "ढ़्") + ("nT" "ण्ट्") + ("nTh" "ण्ठ्") + ("nD" "ण्ड्") + ("nDh" "ण्ढ्") + ("N" "ण्") + ("t" "त्") + ("th" "थ्") + ("d" "द्") + ("dh" "ध्") + ("n" "न्") + (":n" "ऩ्") ; not in ITRANS Devenagari table + ("p" "प्") + ("ph" "फ्") + ("P" "फ्") + (".ph" "फ़्") + ("f" "फ्") + ("b" "ब्") + ("bh" "भ्") + ("B" "भ्") + ("m" "म्") + ("y" "य्") + ("Y" "य़्") ; not in ITRANS Devanagari table + ("yh" "य़्") ; not in ITRANS Devanagari table + (".y" "य़्") + ("r" "र्") + ("l" "ल्") + ("L" "ळ्") + ("ld" "ळ्") + ("v" "व्") + ("w" "व्") + ("sh" "श्") + ("z" "ज़्") + (".j" "ज़्") +; ("z" "श्") + ("S" "ष्") + ("Sh" "ष्") + ("shh" "ष्") + ("s" "स्") + ("h" "ह्") + ("jn" "ज्ञ्") + ("j~n" "ज्ञ्") + ("jn" "ज्ञ्") + ("GY" "ज्ञ्") + ("Gy" "ज्ञ्") + ("dny" "ज्ञ्") ; not in ITRANS Devanagari table + ("x" "क्ष्") + ("ks" "क्स्") + ("ksh" "क्ष्") + ("gH" ॻ्) + ("jH" ॼ्) + ("DH" "ॾ्") + ("Ry" "ऱ्य्") + ("Rh" "ऱ्ह्") + ("dhd" "द्ध्") + ("vd" "द्व्") + ("kn" "क्न्") + ("gn" "ग्‍न्") + ("ghn" "घ्‍न्") + ("tn" "त्‍न्") + ("dn" "द्‍न्") + ("nn" "न्‍न्") + ("pn" "प्‍न्") + ("mn" "म्‍न्") + ("sn" "स्‍न्") + ("shn" "श्‍न्") + ("bH" "ॿ्")) + + (independent + ("a" "अ") + ("aa" "आ") + ("A" "आ") + ("i" "इ") + ("ii" "ई") + ("I" "ई") + ("u" "उ") + ("uu" "ऊ") + ("U" "ऊ") + ("RU" "ऋ") + ("Ri" "ऋ") + ("RI" "ॠ") + ("O" "ऑ") + ("E" "ॲ") + ("RRi" "ऋ") + ("R^i" "ऋ") + ("LLi" "ऌ") ; not in ITRANS Devanagari table + ("L^i" "ऌ") ; not in ITRANS Devanagari table + (".c" "ऍ") ; not in ITRANS Devanagari table + ("ea" "ऍ") ; not in ITRANS Devanagari table + ("ee" (set CANDRA-E-O 0) "ई") ; not in ITRANS Devanagari table + ("e" (set CANDRA-E-O ?ऍ) "ए") + ("ai" "ऐ") + ("oo" (set CANDRA-E-O 0) "ऊ") + ("o" (set CANDRA-E-O ?ऑ) "ओ") + ("oa" "ऑ") + ("au" "औ") + ("ou" "औ") + ("RRI" "ॠ") ; not in ITRANS Devanagari table + ("RR" "ॠ") ; not in ITRANS Devanagari table + ("R^I" "ॠ") ; not in ITRANS Devanagari table + ("LLI" "ॡ") ; not in ITRANS Devanagari table + ("L^I" "ॡ") ; not in ITRANS Devanagari table + (".N" "ँ") + (".n" "ं") + ("M" "ं") + ("H" "ः") + ("kH" "ᳵ") + ("pH" "ᳶ") + (".a" "ऽ") + (".h" "्") + ("AUM" "ॐ") + ("OM" "ॐ") + ("$" "र्") ; not in ITRANS Devanagari table + ((S-\ ) "‌") ; not in ITRANS Devanagari table + ((C-@) "‍")) ; not in ITRANS Devanagari table + + (digit + ("0" "०") + ("1" "१") + ("2" "२") + ("3" "३") + ("4" "४") + ("5" "५") + ("6" "६") + ("7" "७") + ("8" "८") + ("9" "९") + ((KP_0) "०") + ((KP_1) "१") + ((KP_2) "२") + ((KP_3) "३") + ((KP_4) "४") + ((KP_5) "५") + ((KP_6) "६") + ((KP_7) "७") + ((KP_8) "८") + ((KP_9) "९")) + + (dependent + ("O" (delete @-) "ॉ") + ("E" (delete @-) "ॅ") + ("a" (delete @-) "") + ("aa" (delete @-) "ा") + ("A" (delete @-) "ा") + ("i" (delete @-) "ि") + ("ii" (delete @-) "ी") + ("I" (delete @-) "ी") + ("u" (delete @-) "ु") + ("uu" (delete @-) "ू") + ("U" (delete @-) "ू") + ("R" (delete @-) "ृ") + ("RRi" (delete @-) "ृ") + ("R^i" (delete @-) "ृ") + ("LLi" (delete @-) "ॢ") ; not in ITRANS Devanagari table + ("L^i" (delete @-) "ॢ") ; not in ITRANS Devanagari table + (".c" (delete @-) "ॅ") ; not in ITRANS Devanagari table + ("ea" (delete @-) "ॅ") ; not in ITRANS Devanagari table + ("ee" (delete @-) (set CANDRA-E-O 0) "ी") ; not in ITRANS Devanagari table + ("e" (delete @-) (set CANDRA-E-O ?ॅ) "े") + ("ai" (delete @-) "ै") + ("oo" (delete @-) (set CANDRA-E-O 0) "ू") + ("o" (delete @-) (set CANDRA-E-O ?ॉ) "ो") + ("oa" "ॉ") + ("au" (delete @-) "ौ") + ("ou" (delete @-) "ौ") + ("RR" (delete @-) "ॄ") ; not in ITRANS Devanagari table + ("RRI" (delete @-) "ॄ") ; not in ITRANS Devanagari table + ("R^I" (delete @-) "ॄ") ; not in ITRANS Devanagari table + ("LLI" (delete @-) "ॣ") ; not in ITRANS Devanagari table + ("L^I" (delete @-) "ॣ")) ; not in ITRANS Devanagari table + + (dot + ("." (set DOT 1) ".")) + + (eo-dot-c + (".c" (delete @-) (insert CANDRA-E-O))) + + (commit-key + ((S-C-Return))) + + (backspace + ((BackSpace) (undo)))) + +(state + (init + (starter (pushback 1) (shift intermediate))) + + (intermediate + ;; CANDRA-E-O is set to the character CANDRA E or CANDRA O when "e" + ;; or "o" is typed, and in that case, if ".c" is typed, the + ;; character set to CANDRA-E-O is inserted. + (t (set CANDRA-E-O 0)) + ;; LAST-HALANT-POS is set to the position after a consonat + HALANT + ;; sequence. If the following key is for non-letter, that HALANT + ;; character is removed. + (consonant (mark LAST-HALANT-POS) (shift second)) + (independent (cond (CANDRA-E-O (shift after-eo)) (1 (shift init)))) + (digit (shift init)) + (backspace) + (commit-key (shift init))) + + (second + ;; CANDRA-E-O is set to the character CANDRA E or CANDRA O when "e" + ;; or "o" is typed, and in that case, if ".c" is typed, the + ;; character set to CANDRA-E-O is inserted. + (t (set CANDRA-E-O 0)) + (consonant (mark LAST-HALANT-POS)) + (dependent (cond (CANDRA-E-O (shift after-eo)) (1 (shift init)))) + (backspace) + (commit-key (shift init)) + (nil (cond (trim-last-halant (move LAST-HALANT-POS) (delete @-) (move @>))) + (shift init))) + + (after-eo + (t (set DOT 0)) + (dot) + (eo-dot-c (shift init)) + (commit-key (shift init)) + (nil (cond (DOT (delete @-) (pushback 1))) (shift init)))) + +;; Local Variables: +;; coding: utf-8 +;; mode: emacs-lisp +;; End: From 676269bebcbd736c4283d84ab9b486ba970a549e Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 11 Jul 2022 14:48:51 +0200 Subject: [PATCH 22/45] Ship the bn-unijoy.mim as well It seems to work, maybe there was some problem in the past. But at the moment I see no reason to omit it. --- m17n-db.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/m17n-db.spec b/m17n-db.spec index e0d5fe5..ce7bf2c 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 23%{?dist} +Release: 24%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -74,10 +74,6 @@ sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim %install %{make_install} -# don't ship unijoy map for now -rm %{buildroot}%{_datadir}/m17n/bn-unijoy.mim -rm %{buildroot}%{_datadir}/m17n/icons/bn-unijoy.png - #removing ispell.mim for rh#587927 rm %{buildroot}%{_datadir}/m17n/ispell.mim @@ -151,6 +147,11 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Mon Jul 11 2022 Mike FABIAN - 1.8.0-24 +- Ship the bn-unijoy.mim as well, it seems to work, maybe there + was some problem in the past. But at the moment I see no reason + to omit it. + * Fri Feb 25 2022 Mike FABIAN - 1.8.0-23 - Add mr-gamabhana.mim input method From 1e988cd189b385ee644ecda500c4698192ec24d5 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 12 Jul 2022 16:04:10 +0200 Subject: [PATCH 23/45] Add mr-gamabhana.png icon for mr-gamabhana.mim input method --- m17n-db.spec | 7 ++++++- mr-gamabhana.png | Bin 0 -> 3796 bytes 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 mr-gamabhana.png diff --git a/m17n-db.spec b/m17n-db.spec index ce7bf2c..85f2752 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 24%{?dist} +Release: 25%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -12,6 +12,7 @@ Source1: https://releases.pagure.org/inscript2/inscript2-20210820.tar.gz Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz Source4: https://raw.githubusercontent.com/shantanuo/gamabhana/main/usr/share/m17n/mr-gamabhana.mim +Source5: https://github.com/shantanuo/gamabhana/blob/main/usr/share/m17n/icons/mr-gamabhana.png BuildArch: noarch BuildRequires: make @@ -90,6 +91,7 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon # install mr-gamabhana /usr/bin/install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/m17n +/usr/bin/install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/m17n/icons # For installing the translation files %find_lang %name @@ -147,6 +149,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Tue Jul 12 2022 Mike FABIAN - 1.8.0-25 +- Add mr-gamabhana.png icon for mr-gamabhana.mim input method + * Mon Jul 11 2022 Mike FABIAN - 1.8.0-24 - Ship the bn-unijoy.mim as well, it seems to work, maybe there was some problem in the past. But at the moment I see no reason diff --git a/mr-gamabhana.png b/mr-gamabhana.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6b99ce3ddce74eb68e06ce4e9bf4ce9b5125ab GIT binary patch literal 3796 zcmV;_4lD7AP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf4rxh5K~!i%g;@!Z z7R43*diH{as-`M%fF^UwaS`oa9u)6@Ol*RNl{em(0vk)|n< zBtbcf^(wSAgQSYDiVo+B*wc?&L=(_2f|1b;emuy*1a6LP!{~Q-SDe61GCN3cpMD3faVJSs@ogpVY860fBtXmXpAgG>uXcL!*w3pH$(TV%FC7gx zZV)iICtRfl9ds9G)$|kMXr#+4V_Cm8+P(Wpb~XGH3xVnH!tLPnQ=#YtvB9c=ROqWW zq9#PL@x4rcO!jl0r2R5 z;TEr>0@ceJEy;;?AQ1_Mnn+X#b#b5~t@_xv8LneT;EEIAuN(t6tPfm;+$}(yB2U-c z+?jM zTnpINz}8&6Ht;YIAq{DP7 zqs;ORaQifX3bqRlBl#ju6T_b{0QlMIa1)M(Bk>lN=7WViRfxTu->=>R|NGf+kJByo z?lYPt>q>MpeBXnCvnlY5A#lg_L)y7r2xD;(^9n-@Fs1vOZ25*`-WVkJTwt!3a&1rsEg6N*`v`b&E|P6K_+;bE z2`Ak;Bf0k?B$Lk!gr(Se1u_vT$LAv92&>Boi;!VhyML~`@fL9eOUyc6JyblG}7CqM18(=3!n`r%6 zOW|&u#&ElV?Zeg{2kzQd!_l1_r`h{0^>9Ca0)EtgF8&`Hm&4Ji0IZu--JK>}G#L|HRrJknL0y&pJ<6}4vHFwykrb4MYWayil-9j&n-KTr7D z?_t&_W%O&ej|;QME$~guEtog>ThD@(#b~i)rpEq(6KNZVgidDILa*;)NT5 zF73Fw}dmG=Uyn^wF| zBisqWyYEyRi158UEm6+F?c5facFSspNVUz#2+H1EN4gKAK|()8veo7Deb?!Vo655@<8RN43)CV_{8Y z>sK;Nsy+&zDrYj)E)FZ-Eqiwc1~Ca^0u^8ysgv1UI3@)J8dJ)+iGE#7xe#}?^4(2H z>9cvRkzIPq6%*yX^jwr(ZjAVxYNq<}XjY{jr9meN51|qhCLjZ+PT{8ro3a9YBTpPU zyfVf|8$}8Ey+FJKt(vf?1j&uYh&uA*EjtwJ09-`kckbgYGzwsYTJAhm%5#ID;$^63 z6wpR<%QL_)pXDM{SZa;n7ZGA}kW&b*ATOyIm&Gh8@vfr@1=TG)8am=!Unka~6hB2Qllqgj9SjHh-AlK zE%r*>$%m6U73N~N2)FKrf9GRstj-b^Nk`%mVcYtIp>S*OVkXGb$53ua#~y0oOnq9$ z_0TU4BTy?rZDY)iOt5Yn@bPvQg7H)@nOJ}g-jwHEf=h0=@P6Tt)1-LgY;FV%(Av^ejJpsVaeArdW;{= zq846|u5TPz!ISdKALI%(ZRO;n)#F`nqw)yrkRY<^7<@(vRG~vmCR$f;N7n$@HBKWaM7sjU>uMW=1JR6VS4bN z_xKRPT%?V*oTbx_GU`U!#xS%O{H3&Zdu`8U#PtQ}u35nH&$9Xwq%gPW*TCzm>e<8L zujR3d8C-;s-n-vUD*9N2`aP@-_6(9anDHe1#|z+w^kVeT)Uevpz;hWzEM%#JqJX_& z9@2#5Up%W#o&mp*@jHW(`SNJ-RnS?_EZmu!5v`v`WQI3?&x^nxW+U0Yi?z}lwA=T? z{=ML?IT>zvU%0!@58v|gP(~8+UpMI~q)T+73Gq=r6^21E$M6_->v$v=9%Efvg9Z{q zSS~w*4U(444+-4y(mS39{=LX7teKUz@Ro#YncLqs5y_9n(F-^``sPAQ+i-IQdgKW> zz4>YQk2kWjj$9;QmRD0=ZQCN5I0EUN=K=$}+kjewW+KrEy*2FFhjhw3B=^rjx^@fo z$nN?Y5G-twtg;H8WD_2gQ)QLprorZxZebOU#=e>TVmkcBtt6%NRbqoH$QD+vsxgbF z*Pevr_`@t|*YV3N$#&6kOe&*A+Q@WaV?C08EH>qKa+l=8W0rei382?nk>2muKEVtst_|M_&_?e!F`zeGi4p@qsq$Q1Rpvzg`SN*bW#$-UH0f6~w~PJ@oN4efNd zQr~WH*Nuf|Oi${VgHl;4lmkMaU_a4N zy__Ywmg-ffcHw>2LvdKi+fPr0pE!&>WE|F)6Xrd9>TQLvp!!(n8J6(E`@oZL+uszy zQ+Uk7!-@}t!d+xaL`&`z+K8^&n6+!$z#rKY?mUKDMWn$!t!12VanM!tfZV5BBP`^k zRaQYcE^`t*w-o8ZHE{Z?m3^a=Yec$&NUN7>^c#qpd)07HV666odcdDC1UPjtlHt9P z)^Nc~Z$>g2t!O-<1?gf0DQ{?lut%Goa8S@6@8>hATEq=!C9}cZoQ(z^ba}pX2V`f; zsG!m+hO*jfpaWf?7bC&ZOrB0005`H9e6NnBzb;5_8OnJHxqIkRgCfy##C8&(sWmY? zlBN1OziAh+emndI-nZ{YqCWu19yQ#c^j)t<2QIQMaJqBDz literal 0 HcmV?d00001 From a03f8dcbaa54832bed07f7cbb53f1937b61375e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 20:20:21 +0000 Subject: [PATCH 24/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 85f2752..ac24b0a 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 25%{?dist} +Release: 26%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -149,6 +149,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 1.8.0-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jul 12 2022 Mike FABIAN - 1.8.0-25 - Add mr-gamabhana.png icon for mr-gamabhana.mim input method From 3a93d5395c3649397cf3b3fabe8ab3ab34029f53 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 19 Aug 2022 13:15:39 +0200 Subject: [PATCH 25/45] Add bn-national-jatiya.{mim,png} and add improved unicode.mim --- bn-national-jatiya.mim | 403 +++++++++++++++++++++++++++++++++++++++++ bn-national-jatiya.png | Bin 0 -> 12535 bytes m17n-db.spec | 18 +- unicode.mim | 78 ++++++++ 4 files changed, 498 insertions(+), 1 deletion(-) create mode 100644 bn-national-jatiya.mim create mode 100644 bn-national-jatiya.png create mode 100644 unicode.mim diff --git a/bn-national-jatiya.mim b/bn-national-jatiya.mim new file mode 100644 index 0000000..6b961d0 --- /dev/null +++ b/bn-national-jatiya.mim @@ -0,0 +1,403 @@ +;; bn-national-jatiya.mim -- Bengali input method National Jatiya layout +;; Copyright (c) 2022 Red Hat, Inc. All Rights Reserved. + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU Lesser General Public License as published by +;; the Free Software Foundation; either version 2.1 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; Lesser General Public License for more details. + +;; You should have received a copy of the GNU Lesser General Public +;; License along with the m17n library; if not, write to the Free +;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. +;; +;; Author: Mike FABIAN + +(input-method bn national-jatiya (version "1.0.0")) + +(description "Bengali input method for National Jatiya layout. + +https://en.wikipedia.org/wiki/Bengali_input_methods#Bangla_Jatiyo + +Layout taken from + +https://github.com/OpenBangla/OpenBangla-Keyboard/blob/master/data/National_Jatiya.json + +and ported to m17n-db, merging in differences /usr/share/X11/xkb/symbols/bd as far +as possible, giving priority to National_Jatiya.json in case of a conflict. + +One of the conflicts is that National_Jatiya.json has ZWNJ on ` and +AltGr+` and ZWJ on ~ and AltGr+~ whereas /usr/share/X11/xkb/symbols/bd +produces the ASCII characters ` and ~ on these keys. + +See also: + +https://en.wikipedia.org/wiki/Bengali_input_methods#/media/File:KB-Bengali-Jatiyo.svg + +The layout picture from Wikipedia shows a few characters on AltGr which do exist +neither in National_Jatiya.json nor /usr/share/X11/xkb/symbols/bd. + +On top of implementing the plain “National Jatiya” keyboard +layout, this input method also does “automatic vowel forming”, +i.e. if a diacritical form of a vowel like + +া U+09BE BENGALI VOWEL SIGN AA + +is typed after a consonant, it is inserted like that but if it is typed +anywhere else, not following a consonant, it is inserted as + +আ U+0986 BENGALI LETTER AA + +See also: + +https://github.com/lifeparticle/Bengali-Alphabet/blob/master/vowel_diacritics.md +http://unicode.org/charts/nameslist/n_0980.html + +") + +(title "ক") + +(variable + (use-automatic-vowel-forming + (_"If this variable is 1 (the default), automatic vowel forming is used. +For example, a dependent vowel like া is automatically converted to +the independent form আ if it is not typed after a consonant.") + 1 0 1)) ; ((NAME [DESCRIPTION DEFAULT-VALUE VALID-VALUE ...]) + +(map + (independent-vowels + ("H" "অ") ; U+0985 BENGALI LETTER A + ((G-h) "আ") ; U+0986 BENGALI LETTER AA + ((G-d) "ই") ; U+0987 BENGALI LETTER I + ((G-D) "ঈ") ; U+0988 BENGALI LETTER II + ((G-s) "উ") ; U+0989 BENGALI LETTER U + ((G-S) "ঊ") ; U+098A BENGALI LETTER UU + ((G-a) "ঋ") ; U+098B BENGALI LETTER VOCALIC R + ((G-l) "ঌ") ; U+098C BENGALI LETTER VOCALIC L + ((G-c) "এ") ; U+098F BENGALI LETTER E + ((G-C) "ঐ") ; U+0990 BENGALI LETTER AI + ((G-x) "ও") ; U+0993 BENGALI LETTER O + ((G-X) "ঔ") ; U+0994 BENGALI LETTER AU + ) + + (additional-independent-vowels-for-sanskrit + ((G-A) "ৠ") ; U+09E0 BENGALI LETTER VOCALIC RR + ((G-L) "ৡ") ; U+09E1 BENGALI LETTER VOCALIC LL + ) + + (dependent-vowel-signs + ("h" (cond ((= consonant-flag 0) "আ") ; U+0986 BENGALI LETTER AA + ((= consonant-flag 1) "া"))) ; U+09BE BENGALI VOWEL SIGN AA + ("d" (cond ((= consonant-flag 0) "ই") ; U+0987 BENGALI LETTER I + ((= consonant-flag 1) "ি"))) ; U+09BF BENGALI VOWEL SIGN I + ("D" (cond ((= consonant-flag 0) "ঈ") ; U+0988 BENGALI LETTER II + ((= consonant-flag 1) "ী"))) ; U+09C0 BENGALI VOWEL SIGN II + ("s" (cond ((= consonant-flag 0) "উ") ; U+0989 BENGALI LETTER U + ((= consonant-flag 1) "ু"))) ; U+09C1 BENGALI VOWEL SIGN U + ("S" (cond ((= consonant-flag 0) "ঊ") ; U+098A BENGALI LETTER UU + ((= consonant-flag 1) "ূ"))) ; U+09C2 BENGALI VOWEL SIGN UU + ("a" (cond ((= consonant-flag 0) "ঋ") ; U+098B BENGALI LETTER VOCALIC R + ((= consonant-flag 1) "ৃ"))) ; U+09C3 BENGALI VOWEL SIGN VOCALIC R + ((G-e) (cond ((= consonant-flag 0) "ৠ") ; U+09E0 BENGALI LETTER VOCALIC RR + ((= consonant-flag 1) "ৄ"))) ; U+09C4 BENGALI VOWEL SIGN VOCALIC RR + ("c" (cond ((= consonant-flag 0) "এ") ; U+098F BENGALI LETTER E + ((= consonant-flag 1) "ে"))) ; U+09C7 BENGALI VOWEL SIGN E + ("C" (cond ((= consonant-flag 0) "ঐ") ; U+0990 BENGALI LETTER AI + ((= consonant-flag 1) "ৈ"))) ; U+09C8 BENGALI VOWEL SIGN AI + ("x" (cond ((= consonant-flag 0) "ও") ; U+0993 BENGALI LETTER O + ((= consonant-flag 1) "ো"))) ; U+09CB BENGALI VOWEL SIGN O + ("X" (cond ((= consonant-flag 0) "ঔ") ; U+0994 BENGALI LETTER AU + ((= consonant-flag 1) "ৌ"))) ; U+09CC BENGALI VOWEL SIGN AU + ) + + (additional-dependent-vowel-signs-for-sanskrit + ((G-q) (cond ((= consonant-flag 0) "ঌ") ; U+098C BENGALI LETTER VOCALIC L + ((= consonant-flag 1) "ৢ"))) ; U+09E2 BENGALI VOWEL SIGN VOCALIC L + ((G-Q) (cond ((= consonant-flag 0) "ৡ") ; U+09E1 BENGALI LETTER VOCALIC LL + ((= consonant-flag 1) "ৣ"))) ; U+09E3 BENGALI VOWEL SIGN VOCALIC LL + ) + + (consonants + ("j" "ক") ; U+0995 BENGALI LETTER KA + ("J" "খ") ; U+0996 BENGALI LETTER KHA + ("o" "গ") ; U+0997 BENGALI LETTER GA + ("O" "ঘ") ; U+0998 BENGALI LETTER GHA + ("q" "ঙ") ; U+0999 BENGALI LETTER NGA + ("y" "চ") ; U+099A BENGALI LETTER CA + ("Y" "ছ") ; U+099B BENGALI LETTER CHA + ("u" "জ") ; U+099C BENGALI LETTER JA + ("U" "ঝ") ; U+099D BENGALI LETTER JHA + ("I" "ঞ") ; U+099E BENGALI LETTER NYA + ("t" "ট") ; U+099F BENGALI LETTER TTA + ("T" "ঠ") ; U+09A0 BENGALI LETTER TTHA + ("e" "ড") ; U+09A1 BENGALI LETTER DDA + ("E" "ঢ") ; U+09A2 BENGALI LETTER DDHA + ("B" "ণ") ; U+09A3 BENGALI LETTER NNA + ("k" "ত") ; U+09A4 BENGALI LETTER TA + ("K" "থ") ; U+09A5 BENGALI LETTER THA + ("l" "দ") ; U+09A6 BENGALI LETTER DA + ("L" "ধ") ; U+09A7 BENGALI LETTER DHA + ("b" "ন") ; U+09A8 BENGALI LETTER NA + ("r" "প") ; U+09AA BENGALI LETTER PA + ("R" "ফ") ; U+09AB BENGALI LETTER PHA + ("f" "ব") ; U+09AC BENGALI LETTER BA + ("F" "ভ") ; U+09AD BENGALI LETTER BHA + ("m" "ম") ; U+09AE BENGALI LETTER MA + ("w" "য") ; U+09AF BENGALI LETTER YA + ("v" "র") ; U+09B0 BENGALI LETTER RA + ("V" "ল") ; U+09B2 BENGALI LETTER LA + ("M" "শ") ; U+09B6 BENGALI LETTER SHA + ("N" "ষ") ; U+09B7 BENGALI LETTER SSA + ("n" "স") ; U+09B8 BENGALI LETTER SA + ("i" "হ") ; U+09B9 BENGALI LETTER HA + ) + + (additional-consonant + ;; a dead consonant form of ta, without implicit vowel, used in some sequences: + ((G-^) "ৎ") ; U+09CE BENGALI LETTER KHANDA TA + ) + + (additional-consonants + ;; These three consonants with nuktas are listed in + ;; CompositionExclusions.txt. That means that they do not recompose + ;; during normalization. The NFC form is the same as the decomposed + ;; sequence: + ("p" "ড়") ; U+09DC BENGALI LETTER RRA ≡ 09A1 ড 09BC ◌় + ("P" "ঢ়") ; U+09DD BENGALI LETTER RHA ≡ 09A2 ঢ 09BC ◌় + ("W" "য়") ; U+09DF BENGALI LETTER YYA ≡ 09AF য 09BC ◌় + ) + + (various-signs + ("A" "ৗ") ; U+09D7 BENGALI AU LENGTH MARK + ("z" "ঁ") ; U+0981 BENGALI SIGN CANDRABINDU + ("Q" "ং") ; U+0982 BENGALI SIGN ANUSVARA + ("Z" "ঃ") ; U+0983 BENGALI SIGN VISARGA + ((G-.) "়") ; U+09BC BENGALI SIGN NUKTA (for extending the alphabet to new letters, only in /usr/share/X11/xkb/symbols/bn) + ((G-i) "ঽ") ; U+09BD BENGALI SIGN AVAGRAHA + ((G-z) "৺") ; U+09FA BENGALI ISSHAR = ishvar (represents the name of a deity) = svargiya (written before the name of a deceased person) + ) + + (additions-for-assamese + ((G-f) "ৰ") ; U+09F0 BENGALI LETTER RA WITH MIDDLE DIAGONAL = Assamese letter ra + ((G-F) "ৱ") ; U+09F1 BENGALI LETTER RA WITH LOWER DIAGONAL = Assamese letter wa + ) + + (currency-symbols + ((G-$) "৲") ; U+09F2 BENGALI RUPEE MARK = taka • historic currency sign + ((G-4) "৳") ; U+09F3 BENGALI RUPEE SIGN = Bangladeshi taka + ) + + (historic-symbols-for-fractional-values + ((G-1) "৴") ; U+09F4 BENGALI CURRENCY NUMERATOR ONE + ((G-2) "৵") ; U+09F5 BENGALI CURRENCY NUMERATOR TWO + ((G-3) "৶") ; U+09F6 BENGALI CURRENCY NUMERATOR THREE + ((G-5) "৷") ; U+09F7 BENGALI CURRENCY NUMERATOR FOUR + ((G-6) "৸") ; U+09F8 BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR + ((G-0) "৹") ; U+09F9 BENGALI CURRENCY DENOMINATOR SIXTEEN + ) + + (other + ((G-7) "ं") ; U+0902 DEVANAGARI SIGN ANUSVARA (Only in /usr/share/X11/xkb/symbols/bn) + ("G" "।") ; U+0964 DEVANAGARI DANDA + ((G-g) "॥") ; U+0965 DEVANAGARI DOUBLE DANDA + ((G-j) "঻") ; U+09BB script bengali, not assigned (Only in /usr/share/X11/xkb/symbols/bn) + ((G-k) "ৎ") ; U+09CE BENGALI LETTER KHANDA TA (Only in /usr/share/X11/xkb/symbols/bn) + ) + + (joiner + ((G--) "‌") ; U+200C ZERO WIDTH NON-JOINER (Only in /usr/share/X11/xkb/symbols/bn) + ("~" "‍") ; U+200D ZERO WIDTH JOINER (Only in OpenBangla National_Jatiya.json) + ((G-~) "‍") ; U+200D ZERO WIDTH JOINER (Only in OpenBangla National_Jatiya.json) + ("`" "‌") ; U+200C ZERO WIDTH NON-JOINER (Only in OpenBangla National_Jatiya.json) + ((G-`) "‌") ; U+200C ZERO WIDTH NON-JOINER (Only in OpenBangla National_Jatiya.json) + ((G-=) "‍") ; U+200D ZERO WIDTH JOINER (Only in /usr/share/X11/xkb/symbols/bn) + ) + + (nothing + ((G-8) "") ; Nothing + ((G-9) "") ; Nothing + ((G-&) "") ; Nothing + ((G-') "") ; Nothing + ((G-*) "") ; Nothing + ((G-@) "") ; Nothing + ((G-B) "") ; Nothing + ((G-\\) "") ; Nothing + ((G-|) "") ; Nothing + ((G-{) "") ; Nothing + ((G-}) "") ; Nothing + ((G-[) "") ; Nothing + ((G-]) "") ; Nothing + ((G-:) "") ; Nothing + ((G-,) "") ; Nothing + ((G-E) "") ; Nothing + ((G-!) "") ; Nothing + ((G-G) "") ; Nothing + ((G->) "") ; Nothing + ((G-H) "") ; Nothing + ((G-#) "") ; Nothing + ((G-I) "") ; Nothing + ((G-J) "") ; Nothing + ((G-K) "") ; Nothing + ((G-<) "") ; Nothing + ((G-M) "") ; Nothing + ((G-N) "") ; Nothing + ((G-O) "") ; Nothing + ((G-P) "") ; Nothing + ((G-\() "") ; Nothing + ((G-\)) "") ; Nothing + ((G-%) "") ; Nothing + ((G-+) "") ; Nothing + ((G-?) "") ; Nothing + ((G-\") "") ; Nothing + ((G-R) "") ; Nothing + ((G-;) "") ; Nothing + ((G-/) "") ; Nothing + ((G-T) "") ; Nothing + ((G-U) "") ; Nothing + ((G-_) "") ; Nothing + ((G-V) "") ; Nothing + ((G-W) "") ; Nothing + ((G-Y) "") ; Nothing + ((G-Z) "") ; Nothing + ((G-b) "") ; Nothing + ((G-m) "") ; Nothing + ((G-n) "") ; Nothing + ((G-o) "") ; Nothing + ((G-p) "") ; Nothing + ((G-r) "") ; Nothing + ((G-t) "") ; Nothing + ((G-u) "") ; Nothing + ((G-v) "") ; Nothing + ((G-w) "") ; Nothing + ((G-t) "") ; Nothing + ((G-u) "") ; Nothing + ((G-v) "") ; Nothing + ((G-w) "") ; Nothing + ((G-y) "") ; Nothing + ) + + (digits + ("0" "০") ; U+09E6 BENGALI DIGIT ZERO + ("1" "১") ; U+09E7 BENGALI DIGIT ONE + ("2" "২") ; U+09E8 BENGALI DIGIT TWO + ("3" "৩") ; U+09E9 BENGALI DIGIT THREE + ("4" "৪") ; U+09EA BENGALI DIGIT FOUR + ("5" "৫") ; U+09EB BENGALI DIGIT FIVE + ("6" "৬") ; U+09EC BENGALI DIGIT SIX + ("7" "৭") ; U+09ED BENGALI DIGIT SEVEN + ("8" "৮") ; U+09EE BENGALI DIGIT EIGHT + ("9" "৯") ; U+09EF BENGALI DIGIT NINE + ) + + (numpad + ((KP_0) "০") ; U+09E6 BENGALI DIGIT ZERO + ((KP_1) "১") ; U+09E7 BENGALI DIGIT ONE + ((KP_2) "২") ; U+09E8 BENGALI DIGIT TWO + ((KP_3) "৩") ; U+09E9 BENGALI DIGIT THREE + ((KP_4) "৪") ; U+09EA BENGALI DIGIT FOUR + ((KP_5) "৫") ; U+09EB BENGALI DIGIT FIVE + ((KP_6) "৬") ; U+09EC BENGALI DIGIT SIX + ((KP_7) "৭") ; U+09ED BENGALI DIGIT SEVEN + ((KP_8) "৮") ; U+09EE BENGALI DIGIT EIGHT + ((KP_9) "৯") ; U+09EF BENGALI DIGIT NINE + ((KP_Add) "+") ; U+002B PLUS SIGN + ((KP_Decimal) ".") ; U+002E FULL STOP + ((KP_Divide) "/") ; U+002F SOLIDUS + ((KP_Multiply) "*") ; U+002A ASTERISK + ((KP_Subtract) "-") ; U+002D HYPHEN-MINUS + ) + + (special + ("." ".") ; U+002E FULL STOP + ("&" "&") ; U+0026 AMPERSAND + ("'" "'") ; U+0027 APOSTROPHE + ("*" "*") ; U+002A ASTERISK + ("@" "@") ; U+0040 COMMERCIAL AT + ("\\" "\\") ; U+005C REVERSE SOLIDUS + ("|" "|") ; U+007C VERTICAL LINE + ("{" "{") ; U+007B LEFT CURLY BRACKET + ("}" "}") ; U+007D RIGHT CURLY BRACKET + ("[" "[") ; U+005B LEFT SQUARE BRACKET + ("]" "]") ; U+005D RIGHT SQUARE BRACKET + ("^" "^") ; U+005E CIRCUMFLEX ACCENT + (":" ":") ; U+003A COLON + ("," ",") ; U+002C COMMA + ("$" "$") ; U+0024 DOLLAR SIGN + ("=" "=") ; U+003D EQUALS SIGN + ("!" "!") ; U+0021 EXCLAMATION MARK + (">" ">") ; U+003E GREATER-THAN SIGN + ("#" "#") ; U+0023 NUMBER SIGN + ("<" "<") ; U+003C LESS-THAN SIGN + ("-" "-") ; U+002D HYPHEN-MINUS + ("(" "(") ; U+0028 LEFT PARENTHESIS + (")" ")") ; U+0029 RIGHT PARENTHESIS + ("%" "%") ; U+0025 PERCENT SIGN + ("+" "+") ; U+002B PLUS SIGN + ("?" "?") ; U+003F QUESTION MARK + ("\"" "\"") ; U+0022 QUOTATION MARK + (";" ";") ; U+003B SEMICOLON + ("/" "/") ; U+002F SOLIDUS + ("_" "_") ; U+005F LOW LINE + ) + + (deadkey + ("g" "্") ; U+09CD BENGALI SIGN VIRAMA + ) + + (dead-key-completions + ("h" (delete @-) "আ") ; + া U+09BE BENGALI VOWEL SIGN AA = আ U+0986 BENGALI LETTER AA + ("d" (delete @-) "ই") ; + ি U+09BF BENGALI VOWEL SIGN I = ই U+0987 BENGALI LETTER I + ("D" (delete @-) "ঈ") ; + ী U+09C0 BENGALI VOWEL SIGN II = ঈ U+0988 BENGALI LETTER II + ("s" (delete @-) "উ") ; + ু U+09C1 BENGALI VOWEL SIGN U = উ U+0989 BENGALI LETTER U + ("S" (delete @-) "ঊ") ; + ূ U+09C2 BENGALI VOWEL SIGN UU = ঊ U+098A BENGALI LETTER UU + ("a" (delete @-) "ঋ") ; + ৃ U+09C3 BENGALI VOWEL SIGN VOCALIC R = ঋ U+098B BENGALI LETTER VOCALIC R + ("c" (delete @-) "এ") ; + ে U+09C7 BENGALI VOWEL SIGN E = এ U+098F BENGALI LETTER E + ("C" (delete @-) "ঐ") ; + ৈ U+09C8 BENGALI VOWEL SIGN AI = ঐ U+0990 BENGALI LETTER AI + ("x" (delete @-) "ও") ; + ো U+09CB BENGALI VOWEL SIGN O = ও U+0993 BENGALI LETTER O + ("X" (delete @-) "ঔ") ; + ৌ U+09CC BENGALI VOWEL SIGN AU = ঔ U+0994 BENGALI LETTER AU + ("G" (delete @-) "॥") ; + । U+0964 DEVANAGARI DANDA = ॥ U+0965 DEVANAGARI DOUBLE DANDA + )) + +(state + (init + (t (cond + ((= use-automatic-vowel-forming 1) (set consonant-flag 0)) + (1 (set consonant-flag 1)))) + (independent-vowels) + (additional-independent-vowels-for-sanskrit) + (dependent-vowel-signs) + (additional-dependent-vowel-signs-for-sanskrit) + (consonants (set consonant-flag 1) (shift after-consonant)) + (additional-consonant) + (additional-consonants (set consonant-flag 1) (shift after-consonant)) + (various-signs) + (additions-for-assamese) + (currency-symbols) + (historic-symbols-for-fractional-values) + (other) + (joiner) + (nothing) + (digits) + (numpad) + (special) + (deadkey (shift virama))) + + (after-consonant + (dependent-vowel-signs (shift init)) + (additional-dependent-vowel-signs-for-sanskrit (shift init)) + (nil (shift init)) + ) + + (virama + (dead-key-completions (shift init)) + (nil (shift init)))) + +;; Local Variables: +;; coding: utf-8 +;; mode: emacs-lisp +;; End: diff --git a/bn-national-jatiya.png b/bn-national-jatiya.png new file mode 100644 index 0000000000000000000000000000000000000000..7030f10170b0cb18ccf6961081e6005168f78e2b GIT binary patch literal 12535 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 literal 0 HcmV?d00001 diff --git a/m17n-db.spec b/m17n-db.spec index ac24b0a..df8ea86 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 26%{?dist} +Release: 27%{?dist} License: LGPLv2+ URL: http://www.nongnu.org/m17n @@ -13,6 +13,11 @@ Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/mi Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz Source4: https://raw.githubusercontent.com/shantanuo/gamabhana/main/usr/share/m17n/mr-gamabhana.mim Source5: https://github.com/shantanuo/gamabhana/blob/main/usr/share/m17n/icons/mr-gamabhana.png +Source6: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/bn-national-jatiya.mim +Source7: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/icons/bn-national-jatiya.png +# Improved unicode.mim, see: +# https://lists.nongnu.org/archive/html/m17n-list/2022-06/msg00009.html +Source8: unicode.mim BuildArch: noarch BuildRequires: make @@ -93,6 +98,13 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon /usr/bin/install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/m17n /usr/bin/install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/m17n/icons +# install bn-national-jatiya +/usr/bin/install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/m17n +/usr/bin/install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/m17n/icons + +# install improved unicode.mim +/usr/bin/install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/m17n + # For installing the translation files %find_lang %name @@ -149,6 +161,10 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Fri Aug 19 2022 Mike FABIAN - 1.8.0-27 +- Add bn-national-jatiya.{mim,png} +- Add improved unicode.mim + * Thu Jul 21 2022 Fedora Release Engineering - 1.8.0-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/unicode.mim b/unicode.mim new file mode 100644 index 0000000..fb374b7 --- /dev/null +++ b/unicode.mim @@ -0,0 +1,78 @@ +;; unicode.mim -- Input method for Unicode characters by typing character code +;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H15PRO112 + +;; This file is part of the m17n database; a sub-part of the m17n +;; library. + +;; The m17n library is free software; you can redistribute it and/or +;; modify it under the terms of the GNU Lesser General Public License +;; as published by the Free Software Foundation; either version 2.1 of +;; the License, or (at your option) any later version. + +;; The m17n library is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; Lesser General Public License for more details. + +;; You should have received a copy of the GNU Lesser General Public +;; License along with the m17n library; if not, write to the Free +;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +(input-method t unicode) + +(description (_"Input method for Unicode characters using hexadigits. +Type C-u followed by hexadecimal numbers [0-9A-Fa-f] +of a Unicode character code. +To finish and insert the resulting character, type a space. + +If you type more than 5 hex digits and finish with space, +the result is empty and nothing at all is inserted. +")) + +(title "UNICODE") + +(variable + (prompt (_"Preedit prompt +Prompt string shown in the preedit area while typing hexadecimal numbers.") + "U+")) +(command + (start (_"Start Unicode +Start typing hexadecimal numbers of Unicode character.") + (C-U))) + +(map + (starter + (start prompt)) + + (hex + (" " " ") ; The space key is used to commit + ("0" "0") ("1" "1") ("2" "2") ("3" "3") ("4" "4") + ("5" "5") ("6" "6") ("7" "7") ("8" "8") ("9" "9") + ("A" "A") ("B" "B") ("C" "C") ("D" "D") ("E" "E") ("F" "F") + ("a" "A") ("b" "B") ("c" "C") ("d" "D") ("e" "E") ("f" "F")) + + (backspace + ((BackSpace)))) + +(state + (init + (starter (set code 0) (set count 0) (shift uni-hex))) + + (uni-hex + (hex (set this @-1) + (cond ((< @-1 ?A) (sub this 48)) + (1 (sub this 55))) + (cond ((= @-1 0x0020) (set code code)) + ((> count 4) (set code 0)) + (1 (set code (+ (* code 16) this)))) + (set count (+ count 1)) + (cond ((= @-1 0x0020) + (delete @<) (insert code) (shift init)))) + (backspace (undo)))) + +;; Local Variables: +;; mode: lisp +;; End: From df21ca979b6a764c984eb4256155670160a7b8c1 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 30 Nov 2022 14:57:47 +0100 Subject: [PATCH 26/45] Migrate license tag to SPDX --- m17n-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/m17n-db.spec b/m17n-db.spec index df8ea86..c34a377 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,8 +1,8 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 27%{?dist} -License: LGPLv2+ +Release: 28%{?dist} +License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz @@ -161,6 +161,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Wed Nov 30 2022 Mike FABIAN - 1.8.0-28 +- Migrate license tag to SPDX + * Fri Aug 19 2022 Mike FABIAN - 1.8.0-27 - Add bn-national-jatiya.{mim,png} - Add improved unicode.mim From 24bfbf1330de7d6b191a5a462644db348cd0880c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 18:46:33 +0000 Subject: [PATCH 27/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index c34a377..a640afa 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.0 -Release: 28%{?dist} +Release: 29%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -161,6 +161,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.8.0-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Nov 30 2022 Mike FABIAN - 1.8.0-28 - Migrate license tag to SPDX From 9fa04e52c03f8abcb8e6f7f1948dece257f31ae5 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 3 May 2023 16:10:08 +0200 Subject: [PATCH 28/45] Update to 1.8.1 - Remove inscript2-20210820.tar.gz because it is now included upstream - Remove m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch because it is included upstream - Remove unicode.mim because the improvement is included upstream --- .gitignore | 1 + m17n-db.spec | 26 ++++++------------ sources | 3 +- unicode.mim | 78 ---------------------------------------------------- 4 files changed, 10 insertions(+), 98 deletions(-) delete mode 100644 unicode.mim diff --git a/.gitignore b/.gitignore index 8196051..4647550 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ m17n-db-1.6.1.tar.gz /inscript2-20210809.tar.gz /inscript2-20210812.tar.gz /inscript2-20210820.tar.gz +/m17n-db-1.8.1.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index a640afa..7fa14fc 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,13 +1,11 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.0 -Release: 29%{?dist} +Version: 1.8.1 +Release: 1%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz -## Till the Inscript2 gets upstreamed in m17n-db, use this source -Source1: https://releases.pagure.org/inscript2/inscript2-20210820.tar.gz # Following is awaiting for upstream commit Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz @@ -15,9 +13,6 @@ Source4: https://raw.githubusercontent.com/shantanuo/gamabhana/main/usr/share Source5: https://github.com/shantanuo/gamabhana/blob/main/usr/share/m17n/icons/mr-gamabhana.png Source6: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/bn-national-jatiya.mim Source7: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/icons/bn-national-jatiya.png -# Improved unicode.mim, see: -# https://lists.nongnu.org/archive/html/m17n-list/2022-06/msg00009.html -Source8: unicode.mim BuildArch: noarch BuildRequires: make @@ -34,8 +29,6 @@ Patch1: %{name}-1.6.5-kn-itrans_key-summary_bug228806.patch 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 -# https://savannah.nongnu.org/bugs/?59681 -Patch6: %{name}-1.8.0-ml-mozhi-savannah-bug-59681.patch %description This package contains multilingualization (m17n) datafiles for m17n-lib @@ -63,8 +56,6 @@ m17n-db development files %prep %autosetup -N -##extract inscript2 maps -tar xzf %{SOURCE1} ##extract m17n-db-sayura tar xzf %{SOURCE3} @@ -83,10 +74,6 @@ sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim #removing ispell.mim for rh#587927 rm %{buildroot}%{_datadir}/m17n/ispell.mim -#install inscript2 keymaps -cp -p inscript2/IM/* %{buildroot}%{_datadir}/m17n/ -cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons - # install minglish keymap /usr/bin/install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/m17n @@ -102,9 +89,6 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon /usr/bin/install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/m17n /usr/bin/install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/m17n/icons -# install improved unicode.mim -/usr/bin/install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/m17n - # For installing the translation files %find_lang %name @@ -161,6 +145,12 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Wed May 03 2023 Mike FABIAN - 1.8.1-1 +- Update to 1.8.1 +- Remove inscript2-20210820.tar.gz because it is now included upstream +- Remove m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch because it is included upstream +- Remove unicode.mim because the improvement is included upstream + * Thu Jan 19 2023 Fedora Release Engineering - 1.8.0-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index f1f2f67..d8d926e 100644 --- a/sources +++ b/sources @@ -1,4 +1,3 @@ -SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5 +SHA512 (m17n-db-1.8.1.tar.gz) = 40f21526509386056e12ea4f81dac07c2069d33e53294309c623234a58e6fb863f9968b681c0d1464476d39524740f2a0427615e639c2be330c1787689d29006 SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed -SHA512 (inscript2-20210820.tar.gz) = 8405286926a1f59271f8988f95e37d62c3200ba14bf1d323bdf2cd6cee88aa683b86af6389bd7aba779a36649b7e83c8afc5d1472d7b32c428ef271659176ed5 diff --git a/unicode.mim b/unicode.mim deleted file mode 100644 index fb374b7..0000000 --- a/unicode.mim +++ /dev/null @@ -1,78 +0,0 @@ -;; unicode.mim -- Input method for Unicode characters by typing character code -;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 -;; National Institute of Advanced Industrial Science and Technology (AIST) -;; Registration Number H15PRO112 - -;; This file is part of the m17n database; a sub-part of the m17n -;; library. - -;; The m17n library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Lesser General Public License -;; as published by the Free Software Foundation; either version 2.1 of -;; the License, or (at your option) any later version. - -;; The m17n library is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; Lesser General Public License for more details. - -;; You should have received a copy of the GNU Lesser General Public -;; License along with the m17n library; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. - -(input-method t unicode) - -(description (_"Input method for Unicode characters using hexadigits. -Type C-u followed by hexadecimal numbers [0-9A-Fa-f] -of a Unicode character code. -To finish and insert the resulting character, type a space. - -If you type more than 5 hex digits and finish with space, -the result is empty and nothing at all is inserted. -")) - -(title "UNICODE") - -(variable - (prompt (_"Preedit prompt -Prompt string shown in the preedit area while typing hexadecimal numbers.") - "U+")) -(command - (start (_"Start Unicode -Start typing hexadecimal numbers of Unicode character.") - (C-U))) - -(map - (starter - (start prompt)) - - (hex - (" " " ") ; The space key is used to commit - ("0" "0") ("1" "1") ("2" "2") ("3" "3") ("4" "4") - ("5" "5") ("6" "6") ("7" "7") ("8" "8") ("9" "9") - ("A" "A") ("B" "B") ("C" "C") ("D" "D") ("E" "E") ("F" "F") - ("a" "A") ("b" "B") ("c" "C") ("d" "D") ("e" "E") ("f" "F")) - - (backspace - ((BackSpace)))) - -(state - (init - (starter (set code 0) (set count 0) (shift uni-hex))) - - (uni-hex - (hex (set this @-1) - (cond ((< @-1 ?A) (sub this 48)) - (1 (sub this 55))) - (cond ((= @-1 0x0020) (set code code)) - ((> count 4) (set code 0)) - (1 (set code (+ (* code 16) this)))) - (set count (+ count 1)) - (cond ((= @-1 0x0020) - (delete @<) (insert code) (shift init)))) - (backspace (undo)))) - -;; Local Variables: -;; mode: lisp -;; End: From 428f806a26bee6be42e218cfc892f916162bc2d2 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 8 May 2023 17:02:21 +0200 Subject: [PATCH 29/45] Update to 1.8.2 - Remove bn-national-jatiya input method (included upstream) - Remove si-sayura input method (included upstream) - Remove mr-gamabhana input method (included upstream) - Update German translations (100%) - Remove m17n-db-1.8.0-inscript2-mni-sat.patch (included upstream) - Remove m17n-db-1.6.5-number_pad_itrans-222634.patch This patch is not needed, numbers are typed in language representation when using the number pad with numlock on even without this patch. (I.e. the problem reported in https://bugzilla.redhat.com/show_bug.cgi?id=222634 is still fixed) - Add icon for hu-rovas-post input method - Remove m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch (See: https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/commit/?id=f10cfe21d49afbef40bdc681ff70563b6154eac0 after these upstream changes to kn-itrans, the summary added by the patch is wrong) - Remove m17n-db-1.6.5-bn-itrans-bug182227.patch (This patch removed mappings which are "not in ITRANS Bengali table", nevertheless these mappings might be useful to some users, better keep them for the time being) - Remove m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch (included upstream) - Remove m17n-db-1.7.0-fix-e-o-mappings.patch (included upstream) - Remvove fix for ld mapping in MIM/bo-ewts.mim (include upstream) (See: https://bugzilla.redhat.com/show_bug.cgi?id=1487512) - MIM/bo-ewts.mim: remove whitespace in rn and brn mapping --- .gitignore | 2 +- bn-national-jatiya.mim | 403 ------------------ bn-national-jatiya.png | Bin 12535 -> 0 bytes m17n-db-1.6.5-bn-itrans-bug182227.patch | 48 --- ...-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch | 21 - ....6.5-kn-itrans_key-summary_bug228806.patch | 48 --- m17n-db-1.6.5-number_pad_itrans-222634.patch | 137 ------ m17n-db-1.7.0-fix-e-o-mappings.patch | 18 - m17n-db-1.8.0-inscript2-mni-sat.patch | 60 --- ...db-1.8.0-ml-mozhi-savannah-bug-59681.patch | 28 -- m17n-db.spec | 61 ++- minglish.mim | 258 +++++++++++ mr-gamabhana.mim | 333 --------------- mr-gamabhana.png | Bin 3796 -> 0 bytes sources | 4 +- 15 files changed, 288 insertions(+), 1133 deletions(-) delete mode 100644 bn-national-jatiya.mim delete mode 100644 bn-national-jatiya.png delete mode 100644 m17n-db-1.6.5-bn-itrans-bug182227.patch delete mode 100644 m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch delete mode 100644 m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch delete mode 100644 m17n-db-1.6.5-number_pad_itrans-222634.patch delete mode 100644 m17n-db-1.7.0-fix-e-o-mappings.patch delete mode 100644 m17n-db-1.8.0-inscript2-mni-sat.patch delete mode 100644 m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch create mode 100644 minglish.mim delete mode 100644 mr-gamabhana.mim delete mode 100644 mr-gamabhana.png diff --git a/.gitignore b/.gitignore index 4647550..9f23597 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ m17n-db-1.6.1.tar.gz /inscript2-20120320.tar.gz /m17n-db-1.7.0.tar.gz /inscript2-20160423.tar.gz -/minglish.mim /m17n-db-1.8.0RC.tar.gz /m17n-db-1.8.0.tar.gz /m17n-db-sayura-1.0.0.tar.gz @@ -15,3 +14,4 @@ m17n-db-1.6.1.tar.gz /inscript2-20210812.tar.gz /inscript2-20210820.tar.gz /m17n-db-1.8.1.tar.gz +/m17n-db-1.8.2.tar.gz diff --git a/bn-national-jatiya.mim b/bn-national-jatiya.mim deleted file mode 100644 index 6b961d0..0000000 --- a/bn-national-jatiya.mim +++ /dev/null @@ -1,403 +0,0 @@ -;; bn-national-jatiya.mim -- Bengali input method National Jatiya layout -;; Copyright (c) 2022 Red Hat, Inc. All Rights Reserved. - -;; This program is free software; you can redistribute it and/or modify -;; it under the terms of the GNU Lesser General Public License as published by -;; the Free Software Foundation; either version 2.1 of the License, or -;; (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; Lesser General Public License for more details. - -;; You should have received a copy of the GNU Lesser General Public -;; License along with the m17n library; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. -;; -;; Author: Mike FABIAN - -(input-method bn national-jatiya (version "1.0.0")) - -(description "Bengali input method for National Jatiya layout. - -https://en.wikipedia.org/wiki/Bengali_input_methods#Bangla_Jatiyo - -Layout taken from - -https://github.com/OpenBangla/OpenBangla-Keyboard/blob/master/data/National_Jatiya.json - -and ported to m17n-db, merging in differences /usr/share/X11/xkb/symbols/bd as far -as possible, giving priority to National_Jatiya.json in case of a conflict. - -One of the conflicts is that National_Jatiya.json has ZWNJ on ` and -AltGr+` and ZWJ on ~ and AltGr+~ whereas /usr/share/X11/xkb/symbols/bd -produces the ASCII characters ` and ~ on these keys. - -See also: - -https://en.wikipedia.org/wiki/Bengali_input_methods#/media/File:KB-Bengali-Jatiyo.svg - -The layout picture from Wikipedia shows a few characters on AltGr which do exist -neither in National_Jatiya.json nor /usr/share/X11/xkb/symbols/bd. - -On top of implementing the plain “National Jatiya” keyboard -layout, this input method also does “automatic vowel forming”, -i.e. if a diacritical form of a vowel like - -া U+09BE BENGALI VOWEL SIGN AA - -is typed after a consonant, it is inserted like that but if it is typed -anywhere else, not following a consonant, it is inserted as - -আ U+0986 BENGALI LETTER AA - -See also: - -https://github.com/lifeparticle/Bengali-Alphabet/blob/master/vowel_diacritics.md -http://unicode.org/charts/nameslist/n_0980.html - -") - -(title "ক") - -(variable - (use-automatic-vowel-forming - (_"If this variable is 1 (the default), automatic vowel forming is used. -For example, a dependent vowel like া is automatically converted to -the independent form আ if it is not typed after a consonant.") - 1 0 1)) ; ((NAME [DESCRIPTION DEFAULT-VALUE VALID-VALUE ...]) - -(map - (independent-vowels - ("H" "অ") ; U+0985 BENGALI LETTER A - ((G-h) "আ") ; U+0986 BENGALI LETTER AA - ((G-d) "ই") ; U+0987 BENGALI LETTER I - ((G-D) "ঈ") ; U+0988 BENGALI LETTER II - ((G-s) "উ") ; U+0989 BENGALI LETTER U - ((G-S) "ঊ") ; U+098A BENGALI LETTER UU - ((G-a) "ঋ") ; U+098B BENGALI LETTER VOCALIC R - ((G-l) "ঌ") ; U+098C BENGALI LETTER VOCALIC L - ((G-c) "এ") ; U+098F BENGALI LETTER E - ((G-C) "ঐ") ; U+0990 BENGALI LETTER AI - ((G-x) "ও") ; U+0993 BENGALI LETTER O - ((G-X) "ঔ") ; U+0994 BENGALI LETTER AU - ) - - (additional-independent-vowels-for-sanskrit - ((G-A) "ৠ") ; U+09E0 BENGALI LETTER VOCALIC RR - ((G-L) "ৡ") ; U+09E1 BENGALI LETTER VOCALIC LL - ) - - (dependent-vowel-signs - ("h" (cond ((= consonant-flag 0) "আ") ; U+0986 BENGALI LETTER AA - ((= consonant-flag 1) "া"))) ; U+09BE BENGALI VOWEL SIGN AA - ("d" (cond ((= consonant-flag 0) "ই") ; U+0987 BENGALI LETTER I - ((= consonant-flag 1) "ি"))) ; U+09BF BENGALI VOWEL SIGN I - ("D" (cond ((= consonant-flag 0) "ঈ") ; U+0988 BENGALI LETTER II - ((= consonant-flag 1) "ী"))) ; U+09C0 BENGALI VOWEL SIGN II - ("s" (cond ((= consonant-flag 0) "উ") ; U+0989 BENGALI LETTER U - ((= consonant-flag 1) "ু"))) ; U+09C1 BENGALI VOWEL SIGN U - ("S" (cond ((= consonant-flag 0) "ঊ") ; U+098A BENGALI LETTER UU - ((= consonant-flag 1) "ূ"))) ; U+09C2 BENGALI VOWEL SIGN UU - ("a" (cond ((= consonant-flag 0) "ঋ") ; U+098B BENGALI LETTER VOCALIC R - ((= consonant-flag 1) "ৃ"))) ; U+09C3 BENGALI VOWEL SIGN VOCALIC R - ((G-e) (cond ((= consonant-flag 0) "ৠ") ; U+09E0 BENGALI LETTER VOCALIC RR - ((= consonant-flag 1) "ৄ"))) ; U+09C4 BENGALI VOWEL SIGN VOCALIC RR - ("c" (cond ((= consonant-flag 0) "এ") ; U+098F BENGALI LETTER E - ((= consonant-flag 1) "ে"))) ; U+09C7 BENGALI VOWEL SIGN E - ("C" (cond ((= consonant-flag 0) "ঐ") ; U+0990 BENGALI LETTER AI - ((= consonant-flag 1) "ৈ"))) ; U+09C8 BENGALI VOWEL SIGN AI - ("x" (cond ((= consonant-flag 0) "ও") ; U+0993 BENGALI LETTER O - ((= consonant-flag 1) "ো"))) ; U+09CB BENGALI VOWEL SIGN O - ("X" (cond ((= consonant-flag 0) "ঔ") ; U+0994 BENGALI LETTER AU - ((= consonant-flag 1) "ৌ"))) ; U+09CC BENGALI VOWEL SIGN AU - ) - - (additional-dependent-vowel-signs-for-sanskrit - ((G-q) (cond ((= consonant-flag 0) "ঌ") ; U+098C BENGALI LETTER VOCALIC L - ((= consonant-flag 1) "ৢ"))) ; U+09E2 BENGALI VOWEL SIGN VOCALIC L - ((G-Q) (cond ((= consonant-flag 0) "ৡ") ; U+09E1 BENGALI LETTER VOCALIC LL - ((= consonant-flag 1) "ৣ"))) ; U+09E3 BENGALI VOWEL SIGN VOCALIC LL - ) - - (consonants - ("j" "ক") ; U+0995 BENGALI LETTER KA - ("J" "খ") ; U+0996 BENGALI LETTER KHA - ("o" "গ") ; U+0997 BENGALI LETTER GA - ("O" "ঘ") ; U+0998 BENGALI LETTER GHA - ("q" "ঙ") ; U+0999 BENGALI LETTER NGA - ("y" "চ") ; U+099A BENGALI LETTER CA - ("Y" "ছ") ; U+099B BENGALI LETTER CHA - ("u" "জ") ; U+099C BENGALI LETTER JA - ("U" "ঝ") ; U+099D BENGALI LETTER JHA - ("I" "ঞ") ; U+099E BENGALI LETTER NYA - ("t" "ট") ; U+099F BENGALI LETTER TTA - ("T" "ঠ") ; U+09A0 BENGALI LETTER TTHA - ("e" "ড") ; U+09A1 BENGALI LETTER DDA - ("E" "ঢ") ; U+09A2 BENGALI LETTER DDHA - ("B" "ণ") ; U+09A3 BENGALI LETTER NNA - ("k" "ত") ; U+09A4 BENGALI LETTER TA - ("K" "থ") ; U+09A5 BENGALI LETTER THA - ("l" "দ") ; U+09A6 BENGALI LETTER DA - ("L" "ধ") ; U+09A7 BENGALI LETTER DHA - ("b" "ন") ; U+09A8 BENGALI LETTER NA - ("r" "প") ; U+09AA BENGALI LETTER PA - ("R" "ফ") ; U+09AB BENGALI LETTER PHA - ("f" "ব") ; U+09AC BENGALI LETTER BA - ("F" "ভ") ; U+09AD BENGALI LETTER BHA - ("m" "ম") ; U+09AE BENGALI LETTER MA - ("w" "য") ; U+09AF BENGALI LETTER YA - ("v" "র") ; U+09B0 BENGALI LETTER RA - ("V" "ল") ; U+09B2 BENGALI LETTER LA - ("M" "শ") ; U+09B6 BENGALI LETTER SHA - ("N" "ষ") ; U+09B7 BENGALI LETTER SSA - ("n" "স") ; U+09B8 BENGALI LETTER SA - ("i" "হ") ; U+09B9 BENGALI LETTER HA - ) - - (additional-consonant - ;; a dead consonant form of ta, without implicit vowel, used in some sequences: - ((G-^) "ৎ") ; U+09CE BENGALI LETTER KHANDA TA - ) - - (additional-consonants - ;; These three consonants with nuktas are listed in - ;; CompositionExclusions.txt. That means that they do not recompose - ;; during normalization. The NFC form is the same as the decomposed - ;; sequence: - ("p" "ড়") ; U+09DC BENGALI LETTER RRA ≡ 09A1 ড 09BC ◌় - ("P" "ঢ়") ; U+09DD BENGALI LETTER RHA ≡ 09A2 ঢ 09BC ◌় - ("W" "য়") ; U+09DF BENGALI LETTER YYA ≡ 09AF য 09BC ◌় - ) - - (various-signs - ("A" "ৗ") ; U+09D7 BENGALI AU LENGTH MARK - ("z" "ঁ") ; U+0981 BENGALI SIGN CANDRABINDU - ("Q" "ং") ; U+0982 BENGALI SIGN ANUSVARA - ("Z" "ঃ") ; U+0983 BENGALI SIGN VISARGA - ((G-.) "়") ; U+09BC BENGALI SIGN NUKTA (for extending the alphabet to new letters, only in /usr/share/X11/xkb/symbols/bn) - ((G-i) "ঽ") ; U+09BD BENGALI SIGN AVAGRAHA - ((G-z) "৺") ; U+09FA BENGALI ISSHAR = ishvar (represents the name of a deity) = svargiya (written before the name of a deceased person) - ) - - (additions-for-assamese - ((G-f) "ৰ") ; U+09F0 BENGALI LETTER RA WITH MIDDLE DIAGONAL = Assamese letter ra - ((G-F) "ৱ") ; U+09F1 BENGALI LETTER RA WITH LOWER DIAGONAL = Assamese letter wa - ) - - (currency-symbols - ((G-$) "৲") ; U+09F2 BENGALI RUPEE MARK = taka • historic currency sign - ((G-4) "৳") ; U+09F3 BENGALI RUPEE SIGN = Bangladeshi taka - ) - - (historic-symbols-for-fractional-values - ((G-1) "৴") ; U+09F4 BENGALI CURRENCY NUMERATOR ONE - ((G-2) "৵") ; U+09F5 BENGALI CURRENCY NUMERATOR TWO - ((G-3) "৶") ; U+09F6 BENGALI CURRENCY NUMERATOR THREE - ((G-5) "৷") ; U+09F7 BENGALI CURRENCY NUMERATOR FOUR - ((G-6) "৸") ; U+09F8 BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR - ((G-0) "৹") ; U+09F9 BENGALI CURRENCY DENOMINATOR SIXTEEN - ) - - (other - ((G-7) "ं") ; U+0902 DEVANAGARI SIGN ANUSVARA (Only in /usr/share/X11/xkb/symbols/bn) - ("G" "।") ; U+0964 DEVANAGARI DANDA - ((G-g) "॥") ; U+0965 DEVANAGARI DOUBLE DANDA - ((G-j) "঻") ; U+09BB script bengali, not assigned (Only in /usr/share/X11/xkb/symbols/bn) - ((G-k) "ৎ") ; U+09CE BENGALI LETTER KHANDA TA (Only in /usr/share/X11/xkb/symbols/bn) - ) - - (joiner - ((G--) "‌") ; U+200C ZERO WIDTH NON-JOINER (Only in /usr/share/X11/xkb/symbols/bn) - ("~" "‍") ; U+200D ZERO WIDTH JOINER (Only in OpenBangla National_Jatiya.json) - ((G-~) "‍") ; U+200D ZERO WIDTH JOINER (Only in OpenBangla National_Jatiya.json) - ("`" "‌") ; U+200C ZERO WIDTH NON-JOINER (Only in OpenBangla National_Jatiya.json) - ((G-`) "‌") ; U+200C ZERO WIDTH NON-JOINER (Only in OpenBangla National_Jatiya.json) - ((G-=) "‍") ; U+200D ZERO WIDTH JOINER (Only in /usr/share/X11/xkb/symbols/bn) - ) - - (nothing - ((G-8) "") ; Nothing - ((G-9) "") ; Nothing - ((G-&) "") ; Nothing - ((G-') "") ; Nothing - ((G-*) "") ; Nothing - ((G-@) "") ; Nothing - ((G-B) "") ; Nothing - ((G-\\) "") ; Nothing - ((G-|) "") ; Nothing - ((G-{) "") ; Nothing - ((G-}) "") ; Nothing - ((G-[) "") ; Nothing - ((G-]) "") ; Nothing - ((G-:) "") ; Nothing - ((G-,) "") ; Nothing - ((G-E) "") ; Nothing - ((G-!) "") ; Nothing - ((G-G) "") ; Nothing - ((G->) "") ; Nothing - ((G-H) "") ; Nothing - ((G-#) "") ; Nothing - ((G-I) "") ; Nothing - ((G-J) "") ; Nothing - ((G-K) "") ; Nothing - ((G-<) "") ; Nothing - ((G-M) "") ; Nothing - ((G-N) "") ; Nothing - ((G-O) "") ; Nothing - ((G-P) "") ; Nothing - ((G-\() "") ; Nothing - ((G-\)) "") ; Nothing - ((G-%) "") ; Nothing - ((G-+) "") ; Nothing - ((G-?) "") ; Nothing - ((G-\") "") ; Nothing - ((G-R) "") ; Nothing - ((G-;) "") ; Nothing - ((G-/) "") ; Nothing - ((G-T) "") ; Nothing - ((G-U) "") ; Nothing - ((G-_) "") ; Nothing - ((G-V) "") ; Nothing - ((G-W) "") ; Nothing - ((G-Y) "") ; Nothing - ((G-Z) "") ; Nothing - ((G-b) "") ; Nothing - ((G-m) "") ; Nothing - ((G-n) "") ; Nothing - ((G-o) "") ; Nothing - ((G-p) "") ; Nothing - ((G-r) "") ; Nothing - ((G-t) "") ; Nothing - ((G-u) "") ; Nothing - ((G-v) "") ; Nothing - ((G-w) "") ; Nothing - ((G-t) "") ; Nothing - ((G-u) "") ; Nothing - ((G-v) "") ; Nothing - ((G-w) "") ; Nothing - ((G-y) "") ; Nothing - ) - - (digits - ("0" "০") ; U+09E6 BENGALI DIGIT ZERO - ("1" "১") ; U+09E7 BENGALI DIGIT ONE - ("2" "২") ; U+09E8 BENGALI DIGIT TWO - ("3" "৩") ; U+09E9 BENGALI DIGIT THREE - ("4" "৪") ; U+09EA BENGALI DIGIT FOUR - ("5" "৫") ; U+09EB BENGALI DIGIT FIVE - ("6" "৬") ; U+09EC BENGALI DIGIT SIX - ("7" "৭") ; U+09ED BENGALI DIGIT SEVEN - ("8" "৮") ; U+09EE BENGALI DIGIT EIGHT - ("9" "৯") ; U+09EF BENGALI DIGIT NINE - ) - - (numpad - ((KP_0) "০") ; U+09E6 BENGALI DIGIT ZERO - ((KP_1) "১") ; U+09E7 BENGALI DIGIT ONE - ((KP_2) "২") ; U+09E8 BENGALI DIGIT TWO - ((KP_3) "৩") ; U+09E9 BENGALI DIGIT THREE - ((KP_4) "৪") ; U+09EA BENGALI DIGIT FOUR - ((KP_5) "৫") ; U+09EB BENGALI DIGIT FIVE - ((KP_6) "৬") ; U+09EC BENGALI DIGIT SIX - ((KP_7) "৭") ; U+09ED BENGALI DIGIT SEVEN - ((KP_8) "৮") ; U+09EE BENGALI DIGIT EIGHT - ((KP_9) "৯") ; U+09EF BENGALI DIGIT NINE - ((KP_Add) "+") ; U+002B PLUS SIGN - ((KP_Decimal) ".") ; U+002E FULL STOP - ((KP_Divide) "/") ; U+002F SOLIDUS - ((KP_Multiply) "*") ; U+002A ASTERISK - ((KP_Subtract) "-") ; U+002D HYPHEN-MINUS - ) - - (special - ("." ".") ; U+002E FULL STOP - ("&" "&") ; U+0026 AMPERSAND - ("'" "'") ; U+0027 APOSTROPHE - ("*" "*") ; U+002A ASTERISK - ("@" "@") ; U+0040 COMMERCIAL AT - ("\\" "\\") ; U+005C REVERSE SOLIDUS - ("|" "|") ; U+007C VERTICAL LINE - ("{" "{") ; U+007B LEFT CURLY BRACKET - ("}" "}") ; U+007D RIGHT CURLY BRACKET - ("[" "[") ; U+005B LEFT SQUARE BRACKET - ("]" "]") ; U+005D RIGHT SQUARE BRACKET - ("^" "^") ; U+005E CIRCUMFLEX ACCENT - (":" ":") ; U+003A COLON - ("," ",") ; U+002C COMMA - ("$" "$") ; U+0024 DOLLAR SIGN - ("=" "=") ; U+003D EQUALS SIGN - ("!" "!") ; U+0021 EXCLAMATION MARK - (">" ">") ; U+003E GREATER-THAN SIGN - ("#" "#") ; U+0023 NUMBER SIGN - ("<" "<") ; U+003C LESS-THAN SIGN - ("-" "-") ; U+002D HYPHEN-MINUS - ("(" "(") ; U+0028 LEFT PARENTHESIS - (")" ")") ; U+0029 RIGHT PARENTHESIS - ("%" "%") ; U+0025 PERCENT SIGN - ("+" "+") ; U+002B PLUS SIGN - ("?" "?") ; U+003F QUESTION MARK - ("\"" "\"") ; U+0022 QUOTATION MARK - (";" ";") ; U+003B SEMICOLON - ("/" "/") ; U+002F SOLIDUS - ("_" "_") ; U+005F LOW LINE - ) - - (deadkey - ("g" "্") ; U+09CD BENGALI SIGN VIRAMA - ) - - (dead-key-completions - ("h" (delete @-) "আ") ; + া U+09BE BENGALI VOWEL SIGN AA = আ U+0986 BENGALI LETTER AA - ("d" (delete @-) "ই") ; + ি U+09BF BENGALI VOWEL SIGN I = ই U+0987 BENGALI LETTER I - ("D" (delete @-) "ঈ") ; + ী U+09C0 BENGALI VOWEL SIGN II = ঈ U+0988 BENGALI LETTER II - ("s" (delete @-) "উ") ; + ু U+09C1 BENGALI VOWEL SIGN U = উ U+0989 BENGALI LETTER U - ("S" (delete @-) "ঊ") ; + ূ U+09C2 BENGALI VOWEL SIGN UU = ঊ U+098A BENGALI LETTER UU - ("a" (delete @-) "ঋ") ; + ৃ U+09C3 BENGALI VOWEL SIGN VOCALIC R = ঋ U+098B BENGALI LETTER VOCALIC R - ("c" (delete @-) "এ") ; + ে U+09C7 BENGALI VOWEL SIGN E = এ U+098F BENGALI LETTER E - ("C" (delete @-) "ঐ") ; + ৈ U+09C8 BENGALI VOWEL SIGN AI = ঐ U+0990 BENGALI LETTER AI - ("x" (delete @-) "ও") ; + ো U+09CB BENGALI VOWEL SIGN O = ও U+0993 BENGALI LETTER O - ("X" (delete @-) "ঔ") ; + ৌ U+09CC BENGALI VOWEL SIGN AU = ঔ U+0994 BENGALI LETTER AU - ("G" (delete @-) "॥") ; + । U+0964 DEVANAGARI DANDA = ॥ U+0965 DEVANAGARI DOUBLE DANDA - )) - -(state - (init - (t (cond - ((= use-automatic-vowel-forming 1) (set consonant-flag 0)) - (1 (set consonant-flag 1)))) - (independent-vowels) - (additional-independent-vowels-for-sanskrit) - (dependent-vowel-signs) - (additional-dependent-vowel-signs-for-sanskrit) - (consonants (set consonant-flag 1) (shift after-consonant)) - (additional-consonant) - (additional-consonants (set consonant-flag 1) (shift after-consonant)) - (various-signs) - (additions-for-assamese) - (currency-symbols) - (historic-symbols-for-fractional-values) - (other) - (joiner) - (nothing) - (digits) - (numpad) - (special) - (deadkey (shift virama))) - - (after-consonant - (dependent-vowel-signs (shift init)) - (additional-dependent-vowel-signs-for-sanskrit (shift init)) - (nil (shift init)) - ) - - (virama - (dead-key-completions (shift init)) - (nil (shift init)))) - -;; Local Variables: -;; coding: utf-8 -;; mode: emacs-lisp -;; End: diff --git a/bn-national-jatiya.png b/bn-national-jatiya.png deleted file mode 100644 index 7030f10170b0cb18ccf6961081e6005168f78e2b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12535 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 diff --git a/m17n-db-1.6.5-bn-itrans-bug182227.patch b/m17n-db-1.6.5-bn-itrans-bug182227.patch deleted file mode 100644 index 0825a4b..0000000 --- a/m17n-db-1.6.5-bn-itrans-bug182227.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- MIM/bn-itrans.mim.orig 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/bn-itrans.mim 2014-01-27 19:27:28.818981529 +0530 -@@ -127,16 +127,10 @@ - ("U" "ঊ") - ("RRi" "ঋ") - ("R^i" "ঋ") -- ("LLi" "ঌ") ; not in ITRANS Bengali table -- ("L^i" "ঌ") ; not in ITRANS Bengali table - ("e" "এ") - ("ai" "ঐ") - ("o" "ও") - ("au" "ঔ") -- ("RRI" "ৠ") ; not in ITRANS Bengali table -- ("R^I" "ৠ") ; not in ITRANS Bengali table -- ("LLI" "ৡ") ; not in ITRANS Bengali table -- ("L^I" "ৡ") ; not in ITRANS Bengali table - (".N" "ঁ") - (".n" "ং") - ("M" "ং") ; not in ITRANS Bengali table -@@ -153,10 +147,6 @@ - ("7" "৭") - ("8" "৮") - ("9" "৯") -- ("#" "্র") ; not in ITRANS Bengali table -- ("$" "র্") ; not in ITRANS Bengali table -- ("^" "ত্র") ; not in ITRANS Bengali table -- ("*" "শ্র") ; not in ITRANS Bengali table - ("]" "়") ; not in ITRANS Bengali table - ((KP_1) "১") - ((KP_2) "২") -@@ -183,16 +173,10 @@ - ("U" (delete @-) "ূ") - ("RRi" (delete @-) "ৃ") - ("R^i" (delete @-) "ৃ") -- ("LLi" (delete @-) "ৢ") ; not in ITRANS Bengali table -- ("L^i" (delete @-) "ৢ") ; not in ITRANS Bengali table - ("e" (delete @-) "ে") - ("ai" (delete @-) "ৈ") - ("o" (delete @-) "ো") -- ("au" (delete @-) "ৌ") -- ("RRI" (delete @-) "ৄ") ; not in ITRANS Bengali table -- ("R^I" (delete @-) "ৄ") ; not in ITRANS Bengali table -- ("LLI" (delete @-) "ৣ") ; not in ITRANS Bengali table -- ("L^I" (delete @-) "ৣ")) ; not in ITRANS Bengali table -+ ("au" (delete @-) "ৌ")) - - (return - ((Return))) diff --git a/m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch b/m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch deleted file mode 100644 index 20ab169..0000000 --- a/m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- MIM/kn-inscript.mim.orig 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/kn-inscript.mim 2014-01-27 14:55:52.000000000 +0530 -@@ -59,6 +59,9 @@ - \"ಜ್ಞ\" : ಜ + ್ + ಞ - p + d + } [OR] % - -+9) ZWNJ is assigned to key 'V' -+ ZWJ is assigned to key '\\\\' -+ - Key summary: Shankar Prasad - - ") -@@ -161,7 +164,7 @@ - ("X" "") - ("C" ?ಣ) - ("c" ?ಮ) --;; V -+ ("V" "‌") - ("v" ?ನ) - ;; B - ("b" ?ವ) diff --git a/m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch b/m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch deleted file mode 100644 index 41fdada..0000000 --- a/m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- MIM/kn-itrans.mim.orig 2013-08-20 14:55:29.000000000 +0530 -+++ MIM/kn-itrans.mim 2014-01-27 19:36:23.056606114 +0530 -@@ -46,8 +46,44 @@ - Kannada l10n Team, kannada.l10n@gmail.com - - on 18 Aug 2005. --") - -+Key summary : -+ -+1) \"praa\" = pa + halant + raa -+ \"ಪ್ರಾ\" = ಪ + ್ + ರ + ಾ -+ p + r + A -+ -+2) \"ska\" = sa+halant+ka -+ \"ಸ್ಕ\" = ಸ + ್ + ಕ -+ s + k + a -+ -+3) \"ththhaa\" = th + halanth + thhaa -+ \" ತ್ಥಾ\" = ತ + ್ +ಥ + ಾ -+ t + th + A -+ -+4) \"shhtya\" : shh + halat + T + halant + ya -+ \"ಷ್ಟ್ಯ\" = ಷ +್ + ಟ + ್ + ಯ -+ S + h + T + ya -+ -+5) \"dgaa\" : d + halant + gaa -+ \"ದ್ಗಾ\" : ದ + ್ + ಗ +ಾ -+ d + g + aa -+ -+6) \"ksha\" : k + halant + sha -+ \"ಕ್ಷ\" : ಕ + ್ + ಷ -+ k + Sh + a [OR] x -+ -+7) \"thra\": th + halant + r + a -+ \"ತ್ರ\" : ತ + ್ +ರ -+ t + r + a -+ -+8) \"jna\" : j + halant + na -+ \"ಜ್ಞ\" : ಜ + ್ + ಞ -+ G + Y + a -+ -+Key summary: Shankar Prasad -+ -+") - (title "ಕ") - - (map diff --git a/m17n-db-1.6.5-number_pad_itrans-222634.patch b/m17n-db-1.6.5-number_pad_itrans-222634.patch deleted file mode 100644 index ca96024..0000000 --- a/m17n-db-1.6.5-number_pad_itrans-222634.patch +++ /dev/null @@ -1,137 +0,0 @@ -diff -urN MIM/as-itrans.mim.old MIM/as-itrans.mim ---- MIM/as-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/as-itrans.mim 2014-01-27 19:43:43.608461146 +0530 -@@ -142,6 +142,11 @@ - ((KP_8) "৮") - ((KP_9) "৯") - ((KP_0) "০") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") - ((C-@) "‍")) - -diff -urN MIM/gu-itrans.mim.old MIM/gu-itrans.mim ---- MIM/gu-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/gu-itrans.mim 2014-01-27 19:44:15.069380103 +0530 -@@ -143,6 +143,11 @@ - ((KP_8) "૮") - ((KP_9) "૯") - ((KP_0) "૦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") ; not in ITRANS Gujarati table - ((C-@) "‍")) ; not in ITRANS Gujarati table - -diff -urN MIM/hi-itrans.mim.old MIM/hi-itrans.mim ---- MIM/hi-itrans.mim.old 2013-11-09 14:48:20.000000000 +0530 -+++ MIM/hi-itrans.mim 2014-01-27 19:50:10.952215133 +0530 -@@ -229,7 +229,12 @@ - ((KP_6) "६") - ((KP_7) "७") - ((KP_8) "८") -- ((KP_9) "९")) -+ ((KP_9) "९") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-")) - - (dependent - ("a" (delete @-) "") -diff -urN MIM/kn-itrans.mim.old MIM/kn-itrans.mim ---- MIM/kn-itrans.mim.old 2014-01-27 19:51:21.086953700 +0530 -+++ MIM/kn-itrans.mim 2014-01-27 19:47:10.035916349 +0530 -@@ -251,6 +251,11 @@ - ((KP_8) "೮") - ((KP_9) "೯") - ((KP_0) "೦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") ; not in ITRANS Kannada table - ((C-@) "‍")) ; not in ITRANS Kannada table - -diff -urN MIM/ml-itrans.mim.old MIM/ml-itrans.mim ---- MIM/ml-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/ml-itrans.mim 2014-01-27 19:46:50.472981057 +0530 -@@ -175,6 +175,11 @@ - ((KP_8) "൮") - ((KP_9) "൯") - ((KP_0) "൦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") - ((C-@) "‍")) - -diff -urN MIM/or-itrans.mim.old MIM/or-itrans.mim ---- MIM/or-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/or-itrans.mim 2014-01-27 19:46:33.923023456 +0530 -@@ -143,6 +143,11 @@ - ((KP_8) "୮") - ((KP_9) "୯") - ((KP_0) "୦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") - ((C-@) "‍")) - -diff -urN MIM/pa-itrans.mim.old MIM/pa-itrans.mim ---- MIM/pa-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/pa-itrans.mim 2014-01-27 19:46:13.724075235 +0530 -@@ -136,6 +136,11 @@ - ((KP_8) "੮") - ((KP_9) "੯") - ((KP_0) "੦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") ; not in ITRANS Gurmukhi table - ((C-@) "‍")) ; not in ITRANS Gurmukhi table - -diff -urN MIM/ta-itrans.mim.old MIM/ta-itrans.mim ---- MIM/ta-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/ta-itrans.mim 2014-01-27 19:45:52.657129275 +0530 -@@ -130,6 +130,11 @@ - ((KP_8) "௮") - ((KP_9) "௯") - ((KP_0) "௦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") ; not in ITRANS Tamil table - ((C-@) "‍") ; not in ITRANS Tamil table - ("SRI" "ஶ்ரீ")) -diff -urN MIM/te-itrans.mim.old MIM/te-itrans.mim ---- MIM/te-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530 -+++ MIM/te-itrans.mim 2014-01-27 19:44:51.452286491 +0530 -@@ -146,6 +146,11 @@ - ((KP_8) "౮") - ((KP_9) "౯") - ((KP_0) "౦") -+ ((KP_Decimal) ".") -+ ((KP_Divide) "/") -+ ((KP_Multiply) "*") -+ ((KP_Add) "+") -+ ((KP_Subtract) "-") - ((S-\ ) "‌") ; not in ITRANS Telugu table - ((C-@) "‍")) ; not in ITRANS Telugu table - diff --git a/m17n-db-1.7.0-fix-e-o-mappings.patch b/m17n-db-1.7.0-fix-e-o-mappings.patch deleted file mode 100644 index 3ad48bb..0000000 --- a/m17n-db-1.7.0-fix-e-o-mappings.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -urN MIM/gu-itrans.mim.old MIM/gu-itrans.mim ---- MIM/gu-itrans.mim.old 2015-08-24 22:30:15.723875911 +0530 -+++ MIM/gu-itrans.mim 2015-08-24 22:32:56.198910959 +0530 -@@ -166,11 +166,13 @@ - ("RRI" (delete @-) "ૄ") ; not in ITRANS Gujarati table - ("R^I" (delete @-) "ૄ") ; not in ITRANS Gujarati table - (".c" (delete @-) "ૅ") -+ ("e." (delete @-) "ે.") ; not in ITRANS Gujarati table - ("e.c" (delete @-) "ૅ") ; not in ITRANS Gujarati table - ("e" (delete @-) "ે") - ("ai" (delete @-) "ૈ") -- ("o.c" (delete @-) "ૉ") - ("o" (delete @-) "ો") -+ ("o." (delete @-) "ો.") ; not in ITRANS Gujarati table -+ ("o.c" (delete @-) "ૉ") - ("au" (delete @-) "ૌ")) - - diff --git a/m17n-db-1.8.0-inscript2-mni-sat.patch b/m17n-db-1.8.0-inscript2-mni-sat.patch deleted file mode 100644 index 74dfd67..0000000 --- a/m17n-db-1.8.0-inscript2-mni-sat.patch +++ /dev/null @@ -1,60 +0,0 @@ ---- inscript2/IM/mni-inscript2-beng.mim 2016-04-23 09:41:08.000000000 +0200 -+++ inscript2/IM/mni-inscript2-beng.mim 2019-10-10 11:58:18.068555240 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method mni inscript2) -+(input-method mni inscript2-beng) - - (description "Manipuri input method for enhanced inscript layout. - ---- inscript2/IM/mni-inscript2-mtei.mim 2016-04-23 09:41:10.000000000 +0200 -+++ inscript2/IM/mni-inscript2-mtei.mim 2019-10-10 11:58:18.069555230 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method mni inscript2) -+(input-method mni inscript2-mtei) - - (description "Manipuri Meetei Mayek input method for enhanced inscript layout. - -@@ -87,13 +87,13 @@ - ((G-U) "ꯡ") - ("Y" "ꯚ") - ("]" "꯬") -- ("a" "ꯣ " -+ ("a" "ꯣ") - ("b" "ꯋ") - ("c" "ꯃ") - ((G-c) "ꯝ") - ("d" "꯭") - ("e" "ꯥ") -- ("f" "ꯤ) -+ ("f" "ꯤ") - ("g" "ꯨ") - ("h" "ꯄ") - ((G-h) "ꯞ") ---- inscript2/IM/sat-inscript2-deva.mim 2016-04-23 09:41:51.000000000 +0200 -+++ inscript2/IM/sat-inscript2-deva.mim 2019-10-10 11:58:46.793249433 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method sat inscript2) -+(input-method sat inscript2-deva) - - (description "Santali input method for enhanced inscript layout. - ---- inscript2/IM/sat-inscript2-olck.mim 2016-04-23 09:41:49.000000000 +0200 -+++ inscript2/IM/sat-inscript2-olck.mim 2019-10-10 11:58:46.793249433 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method sat inscript2) -+(input-method sat inscript2-olck) - - (description "Santali Ol Chicky input method for enhanced inscript layout. - diff --git a/m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch b/m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch deleted file mode 100644 index 269b796..0000000 --- a/m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch +++ /dev/null @@ -1,28 +0,0 @@ -commit 3e26647b3ec04c95f97e435b79f1f148ba8a6950 -Author: Rajeesh K V -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 ---- MIM/ml-mozhi.mim -+++ 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," "ം,") diff --git a/m17n-db.spec b/m17n-db.spec index 7fa14fc..272199e 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,18 +1,13 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.1 +Version: 1.8.2 Release: 1%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz # Following is awaiting for upstream commit -Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim -Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz -Source4: https://raw.githubusercontent.com/shantanuo/gamabhana/main/usr/share/m17n/mr-gamabhana.mim -Source5: https://github.com/shantanuo/gamabhana/blob/main/usr/share/m17n/icons/mr-gamabhana.png -Source6: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/bn-national-jatiya.mim -Source7: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/icons/bn-national-jatiya.png +Source1: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim BuildArch: noarch BuildRequires: make @@ -23,13 +18,6 @@ BuildRequires: gcc Obsoletes: m17n-contrib < 1.1.14-4.fc20 Provides: m17n-contrib = 1.1.14-4.fc20 -# Fedora specific patches -Patch0: %{name}-1.6.5-bn-itrans-bug182227.patch -Patch1: %{name}-1.6.5-kn-itrans_key-summary_bug228806.patch -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 - %description This package contains multilingualization (m17n) datafiles for m17n-lib which describe input maps, encoding maps, OpenType font data and @@ -56,14 +44,8 @@ m17n-db development files %prep %autosetup -N -##extract m17n-db-sayura -tar xzf %{SOURCE3} - %autopatch -p0 -# Following fixes https://bugzilla.redhat.com/show_bug.cgi?id=1487512 -sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim - %build %configure %{make_build} @@ -75,19 +57,7 @@ sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim rm %{buildroot}%{_datadir}/m17n/ispell.mim # install minglish keymap -/usr/bin/install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/m17n - -# install si-sayura -cp -p m17n-db-sayura-1.0.0/si-sayura.mim %{buildroot}%{_datadir}/m17n -cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icons - -# install mr-gamabhana -/usr/bin/install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/m17n -/usr/bin/install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/m17n/icons - -# install bn-national-jatiya -/usr/bin/install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/m17n -/usr/bin/install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/m17n/icons +/usr/bin/install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/m17n # For installing the translation files %find_lang %name @@ -145,6 +115,31 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Mon May 08 2023 Mike FABIAN - 1.8.2-1 +- Update to 1.8.2 +- Remove bn-national-jatiya input method (included upstream) +- Remove si-sayura input method (included upstream) +- Remove mr-gamabhana input method (included upstream) +- Update German translations (100%) +- Remove m17n-db-1.8.0-inscript2-mni-sat.patch (included upstream) +- Remove m17n-db-1.6.5-number_pad_itrans-222634.patch + This patch is not needed, numbers are typed in language representation + when using the number pad with numlock on even without this patch. + (I.e. the problem reported in https://bugzilla.redhat.com/show_bug.cgi?id=222634 + is still fixed) +- Add icon for hu-rovas-post input method +- Remove m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch + (See: https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/commit/?id=f10cfe21d49afbef40bdc681ff70563b6154eac0 + after these upstream changes to kn-itrans, the summary added by the patch is wrong) +- Remove m17n-db-1.6.5-bn-itrans-bug182227.patch + (This patch removed mappings which are "not in ITRANS Bengali table", nevertheless + these mappings might be useful to some users, better keep them for the time being) +- Remove m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch (included upstream) +- Remove m17n-db-1.7.0-fix-e-o-mappings.patch (included upstream) +- Remvove fix for ld mapping in MIM/bo-ewts.mim (include upstream) + (See: https://bugzilla.redhat.com/show_bug.cgi?id=1487512) +- MIM/bo-ewts.mim: remove whitespace in rn and brn mapping + * Wed May 03 2023 Mike FABIAN - 1.8.1-1 - Update to 1.8.1 - Remove inscript2-20210820.tar.gz because it is now included upstream diff --git a/minglish.mim b/minglish.mim new file mode 100644 index 0000000..93954d0 --- /dev/null +++ b/minglish.mim @@ -0,0 +1,258 @@ +;; minglish.mim -- Marathi input method with Minglish input method +;; Author:- Anish Patil +;; Minglish is combination of Marathi and English language +;; +;; + +;; This file is part of the m17n contrib; a sub-part of the m17n +;; library. + +;; The m17n library is free software; you can redistribute it and/or +;; modify it under the terms of the GNU Lesser General Public License +;; as published by the Free Software Foundation; either version 2.1 of +;; the License, or (at your option) any later version. + +;; The m17n library is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; Lesser General Public License for more details. + +;; You should have received a copy of the GNU Lesser General Public +;; License along with the m17n library; if not, write to the Free +;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +(input-method mr minglish) + +(description "Marathi input method for Marathi and English +Author: Anish Patil +") + +(title "क") + +(map + (starter + (".") ("~") ("#") ("$") ("^") ("*") ((S-\ )) ((C-@)) + ("0") ("1") ("2") ("3") ("4") + ("5") ("6") ("7") ("8") ("9") + ("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") ("L") + ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y") + ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i") + ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r") + ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z") + ((G-s)) ((G-k)) ((G-K)) ((G-g)) ((G-G)) + ((G-j)) ((G-J)) ((G-d)) ((G-D)) ((G-n)) ((G-N)) ((G-t)) ((G-T)) + ((G-p)) ((G-P)) ((G-f)) ((G-F)) ((G-m)) + ((G-y)) ((G-r)) ((G-l)) ((G-L)) + ((G-v)) ((G-w)) ((G-h)) ((G-z)) + ) + + + (consonant + ("k" "क") + ((G-k) "क्") + ("K" "ख") + ("kh" "ख") + ((G-K) "ख्") + ("g" "ग") + ((G-g) "ग्") + ("G" "घ") + ("gh" "घ") + ((G-G) "घ्") + ("~N" "ङ्") + ("N^" "ङ्") + ("c" "च") + ("ch" "छ") + ("chh" "छ्") + ("j" "ज") + ((G-j) "ज्") + ("J" "झ") + ("jh" "झ") + ((G-J) "झ्") + ("~n" "ञ") + ("JN" "ञ्") + ("d" "ड") + ((G-d) "ड्") + ("D" "ढ") + ("dh" "ढ") + ((G-D) "ढ्") + ("n" "न") + ((G-n) "न्") + ("N" "ण") + ((G-N) "ण्") + ("t" "त") + ((G-t) "त्") + ("T" "ट") + ("Th" "ठ") + ("th" "थ") + ((G-T) "थ्") + ("the" "द") + ("dha" "ध") + ("nh" "ऩ्") + ("p" "प") + ((G-p) "प्") + ("P" "फ") + ((G-P) "फ्") + ("f" "फ") + ((G-f) "फ्") + ((G-F) "फ्") + ("F" "फ") + ("ph" "फ") + ("b" "ब") + ((G-b) "ब्") + ("B" "भ") + ("bh" "भ") + ((G-B) "भ्") + ("m" "म") + ((G-m) "म्") + ("M" "ं") + ("y" "य") + ("Y" "य़्") + ("yh" "य़्") + ((G-y) "य़्") + ("r" "र") + ((G-r) "र्") + ("rh" "ऱ्") + ("l" "ल") + ((G-l) "ल्") + ("L" "ळ") + ("ld" "ळ") + ((G-L) "ळ्") + ("v" "व") + ((G-v) "व्") + ("w" "व्") + ((G-w) "व्") + ("s" "स") + ((G-s) "स्") + ("sh" "श") + ("S" "श") + ((G-S) "श्") + ("shh" "ष") + ("Sh" "ष") + ("h" "ह") + ((G-h) "ह्") + ("q" "कु") + ("K" "ख़्") + ("G" "ग़्") + ("z" "झ्") + ("Z" "ँ") + ((G-z) "झ्") + (".D" "ड़्") + (".Dh" "ढ़्") + ("j~n" "ज्ञ्") + ("GY" "ज्ञ्") + ("dny" "ज्ञ") + ("x" "क्ष्")) + + (independent + ("a" "अ") + ("aa" "आ") + ("A" "ा") + ("i" "इ") + ("ii" "ई") + ("I" "ई") + ("u" "उ") + ("uu" "ऊ") + ("U" "ऊ") + ("RRi" "ऋ") + ("R^i" "ऋ") + ("LLi" "ऌ") + ("L^i" "ऌ") + (".c" "ऍ") + ("e.c" "ऍ") + ("ee" "ऎ") + ("E" "ऎ") + ("e" "ए") + ("ai" "ऐ") + ("o.c" "ऑ") + ("oo" "ऒ") + ("O" "ऒ") + ("o" "ओ") + ("au" "औ") + ("RRI" "ॠ") + ("R^I" "ॠ") + ("LLI" "ॡ") + ("L^I" "ॡ") + (".N" "ँ") + (".n" "ं") + ("M" "ं") + ("H" "ः") + (".a" "ऽ") + (".h" "्") + ("AUM" "ॐ") + ("OM" "ॐ") + (".." "।") + ("0" "०") + ("1" "१") + ("2" "२") + ("3" "३") + ("4" "४") + ("5" "५") + ("6" "६") + ("7" "७") + ("8" "८") + ("9" "९") + ("#" "्र") + ("$" "र्") + ("^" "त्र") + ("*" "श्र") + ("]" "़") + ((S-\ ) "‌") + ((C-@) "‍")) + + (dependent + ("a" "ा") + ("aa" "ा") + ("A" "ा") + ("i" "ि") + ("ii" "ी") + ("I" "ी") + ("u" "ु") + ("uu" "ू") + ("U" "ू") + ("RRi" "ृ") + ("R^i" "ृ") + ("LLi" "ॢ") + ("L^i" "ॢ") + (".c" "ॅ") + ("e.c" "ॅ") + ("ee" "ॆ") + ("E" "ॆ") + ("e" "े") + ("ai" "ै") + ("o.c" "ॉ") + ("oo" "ॊ") + ("O" "ॊ") + ("o" "ो") + ("au" "ौ") + ("RRI" "ॄ") + ("R^I" "ॄ") + ("LLI" "ॣ") + ("L^I" "ॣ")) + + (return + ((Return))) + + (backspace + ((BackSpace) (undo)))) + +(state + (init + (starter (pushback 1) (shift intermediate))) + + (intermediate + (consonant (shift second)) + (independent (shift init)) + (backspace) + (return(shift init) )) + + (second + (consonant) + (dependent (shift init)) + (backspace) + (return (shift init)))) + +;; Local Variables: +;; coding: utf-8 +;; mode: emacs-lisp +;; End: diff --git a/mr-gamabhana.mim b/mr-gamabhana.mim deleted file mode 100644 index c5bf7ff..0000000 --- a/mr-gamabhana.mim +++ /dev/null @@ -1,333 +0,0 @@ -;; mr-gamabhana.mim -- Marathi input method with GaMaBhaNa -;; This file is part of the m17n database; a sub-part of the m17n -;; library. - -;; The m17n library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Lesser General Public License -;; as published by the Free Software Foundation; either version 2.1 of -;; the License, or (at your option) any later version. - -;; The m17n library is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; Lesser General Public License for more details. - -;; You should have received a copy of the GNU Lesser General Public -;; License along with the m17n library; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. - -(input-method mr gamabhana) - -(description "Based on Hindi input method by ITRANS and Harvard-Kyoto -transliteration systems. -You can use all the standard ITRANS key sequences plus key -sequences such as the below. - - nk->ङ्क्, nkh->ङ्ख्, ng->ङ्ग्, ngh->ङ्घ् - nch->ञ्च्, nCh->ञ्छ्, nc->ञ्च्, nC->ञ्छ्, nchh->ञ्छ्, - nj->ञ्ज्, njh->ञ्झ्, nT->ण्ट्, nTh->ण्ठ्, nD->ण्ड्, nDh->ण्ढ् - c->च्, C->छ्, z->श्, S->ष्, jn->ज्ञ्, R->ऋ - -In addition, for convenience, when a consonant + halant sequence -is followed by non Devanagari letter, the last halant is removed. -For instance, 'k SPC'->'क ', 'k..'->'क।'. - -The motivation behind additions made to the basic ITRANS scheme -is described in http://sanskritnlp.appspot.com/optitrans.html, -along with a tabulated comparison with several other -transliteration schemes. - -Also, see: http://en.wikipedia.org/wiki/Devanagari_transliteration.") - -(title "क") - -(variable - (trim-last-halant - (_"If this variable is 1 (the default), the last Halant in a syllable -is removed if it is followed by non Devanagari letter. For instance, -typing \"har..\" produces \"हर।\", not \"हर्।\".") - 1 0 1)) - -(map - (starter - (".") ("~") ("#") ("$") ("*") ("]") ((S-\ )) ((C-@)) - ("0") ("1") ("2") ("3") ("4") ("5") ("6") ("7") ("8") ("9") - ("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") ("L") - ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y") - ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i") - ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r") - ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z") - ((KP_1)) ((KP_2)) ((KP_3)) ((KP_4)) ((KP_5)) - ((KP_6)) ((KP_7)) ((KP_8)) ((KP_9)) ((KP_0))) - - (consonant - ("k" "क्") - ("kh" "ख्") - ("K" "ख्") - ("g" "ग्") - ("gh" "घ्") - ("G" "घ्") - (".k" "क़् ") - ("q" "क़्") - (".kh" "ख़्") - (".K" "ख़्") - (".g" "ग़्") - ("nk" "ङ्क्") - ("nx" "ङ्क्ष्") - ("nkh" "ङ्ख्") - ("nK" "ङ्ख्") - ("ng" "ङ्ग्") - ("ngh" "ङ्घ्") - ("nG" "ङ्घ्") - ("~N" "ङ्") - ("N^" "ङ्") - ("NG" "ङ्") - ("ch" "च्") - ("Ch" "छ्") ; not in ITRANS Devenagari table - ("c" "च्") - ("C" "छ्") ; not in ITRANS Devenagari table - ("chh" "छ्") - ("j" "ज्") - ("jh" "झ्") - ("J" "झ्") - ("nch" "ञ्च्") - ("nCh" "ञ्छ्") ; not in ITRANS Devenagari table - ("nc" "ञ्च्") - ("nC" "ञ्छ्") ; not in ITRANS Devenagari table - ("nchh" "ञ्छ्") - ("nj" "ञ्ज्") - ("njh" "ञ्झ्") - ("nJ" "ञ्झ्") - ("~n" "ञ्") - ("JN" "ञ्") - ("NY" "ञ्") - ("T" "ट्") - ("Th" "ठ्") - ("D" "ड्") - ("Dh" "ढ्") - (".D" "ड़्") - (".Dh" "ढ़्") - ("nT" "ण्ट्") - ("nTh" "ण्ठ्") - ("nD" "ण्ड्") - ("nDh" "ण्ढ्") - ("N" "ण्") - ("t" "त्") - ("th" "थ्") - ("d" "द्") - ("dh" "ध्") - ("n" "न्") - (":n" "ऩ्") ; not in ITRANS Devenagari table - ("p" "प्") - ("ph" "फ्") - ("P" "फ्") - (".ph" "फ़्") - ("f" "फ्") - ("b" "ब्") - ("bh" "भ्") - ("B" "भ्") - ("m" "म्") - ("y" "य्") - ("Y" "य़्") ; not in ITRANS Devanagari table - ("yh" "य़्") ; not in ITRANS Devanagari table - (".y" "य़्") - ("r" "र्") - ("l" "ल्") - ("L" "ळ्") - ("ld" "ळ्") - ("v" "व्") - ("w" "व्") - ("sh" "श्") - ("z" "ज़्") - (".j" "ज़्") -; ("z" "श्") - ("S" "ष्") - ("Sh" "ष्") - ("shh" "ष्") - ("s" "स्") - ("h" "ह्") - ("jn" "ज्ञ्") - ("j~n" "ज्ञ्") - ("jn" "ज्ञ्") - ("GY" "ज्ञ्") - ("Gy" "ज्ञ्") - ("dny" "ज्ञ्") ; not in ITRANS Devanagari table - ("x" "क्ष्") - ("ks" "क्स्") - ("ksh" "क्ष्") - ("gH" ॻ्) - ("jH" ॼ्) - ("DH" "ॾ्") - ("Ry" "ऱ्य्") - ("Rh" "ऱ्ह्") - ("dhd" "द्ध्") - ("vd" "द्व्") - ("kn" "क्न्") - ("gn" "ग्‍न्") - ("ghn" "घ्‍न्") - ("tn" "त्‍न्") - ("dn" "द्‍न्") - ("nn" "न्‍न्") - ("pn" "प्‍न्") - ("mn" "म्‍न्") - ("sn" "स्‍न्") - ("shn" "श्‍न्") - ("bH" "ॿ्")) - - (independent - ("a" "अ") - ("aa" "आ") - ("A" "आ") - ("i" "इ") - ("ii" "ई") - ("I" "ई") - ("u" "उ") - ("uu" "ऊ") - ("U" "ऊ") - ("RU" "ऋ") - ("Ri" "ऋ") - ("RI" "ॠ") - ("O" "ऑ") - ("E" "ॲ") - ("RRi" "ऋ") - ("R^i" "ऋ") - ("LLi" "ऌ") ; not in ITRANS Devanagari table - ("L^i" "ऌ") ; not in ITRANS Devanagari table - (".c" "ऍ") ; not in ITRANS Devanagari table - ("ea" "ऍ") ; not in ITRANS Devanagari table - ("ee" (set CANDRA-E-O 0) "ई") ; not in ITRANS Devanagari table - ("e" (set CANDRA-E-O ?ऍ) "ए") - ("ai" "ऐ") - ("oo" (set CANDRA-E-O 0) "ऊ") - ("o" (set CANDRA-E-O ?ऑ) "ओ") - ("oa" "ऑ") - ("au" "औ") - ("ou" "औ") - ("RRI" "ॠ") ; not in ITRANS Devanagari table - ("RR" "ॠ") ; not in ITRANS Devanagari table - ("R^I" "ॠ") ; not in ITRANS Devanagari table - ("LLI" "ॡ") ; not in ITRANS Devanagari table - ("L^I" "ॡ") ; not in ITRANS Devanagari table - (".N" "ँ") - (".n" "ं") - ("M" "ं") - ("H" "ः") - ("kH" "ᳵ") - ("pH" "ᳶ") - (".a" "ऽ") - (".h" "्") - ("AUM" "ॐ") - ("OM" "ॐ") - ("$" "र्") ; not in ITRANS Devanagari table - ((S-\ ) "‌") ; not in ITRANS Devanagari table - ((C-@) "‍")) ; not in ITRANS Devanagari table - - (digit - ("0" "०") - ("1" "१") - ("2" "२") - ("3" "३") - ("4" "४") - ("5" "५") - ("6" "६") - ("7" "७") - ("8" "८") - ("9" "९") - ((KP_0) "०") - ((KP_1) "१") - ((KP_2) "२") - ((KP_3) "३") - ((KP_4) "४") - ((KP_5) "५") - ((KP_6) "६") - ((KP_7) "७") - ((KP_8) "८") - ((KP_9) "९")) - - (dependent - ("O" (delete @-) "ॉ") - ("E" (delete @-) "ॅ") - ("a" (delete @-) "") - ("aa" (delete @-) "ा") - ("A" (delete @-) "ा") - ("i" (delete @-) "ि") - ("ii" (delete @-) "ी") - ("I" (delete @-) "ी") - ("u" (delete @-) "ु") - ("uu" (delete @-) "ू") - ("U" (delete @-) "ू") - ("R" (delete @-) "ृ") - ("RRi" (delete @-) "ृ") - ("R^i" (delete @-) "ृ") - ("LLi" (delete @-) "ॢ") ; not in ITRANS Devanagari table - ("L^i" (delete @-) "ॢ") ; not in ITRANS Devanagari table - (".c" (delete @-) "ॅ") ; not in ITRANS Devanagari table - ("ea" (delete @-) "ॅ") ; not in ITRANS Devanagari table - ("ee" (delete @-) (set CANDRA-E-O 0) "ी") ; not in ITRANS Devanagari table - ("e" (delete @-) (set CANDRA-E-O ?ॅ) "े") - ("ai" (delete @-) "ै") - ("oo" (delete @-) (set CANDRA-E-O 0) "ू") - ("o" (delete @-) (set CANDRA-E-O ?ॉ) "ो") - ("oa" "ॉ") - ("au" (delete @-) "ौ") - ("ou" (delete @-) "ौ") - ("RR" (delete @-) "ॄ") ; not in ITRANS Devanagari table - ("RRI" (delete @-) "ॄ") ; not in ITRANS Devanagari table - ("R^I" (delete @-) "ॄ") ; not in ITRANS Devanagari table - ("LLI" (delete @-) "ॣ") ; not in ITRANS Devanagari table - ("L^I" (delete @-) "ॣ")) ; not in ITRANS Devanagari table - - (dot - ("." (set DOT 1) ".")) - - (eo-dot-c - (".c" (delete @-) (insert CANDRA-E-O))) - - (commit-key - ((S-C-Return))) - - (backspace - ((BackSpace) (undo)))) - -(state - (init - (starter (pushback 1) (shift intermediate))) - - (intermediate - ;; CANDRA-E-O is set to the character CANDRA E or CANDRA O when "e" - ;; or "o" is typed, and in that case, if ".c" is typed, the - ;; character set to CANDRA-E-O is inserted. - (t (set CANDRA-E-O 0)) - ;; LAST-HALANT-POS is set to the position after a consonat + HALANT - ;; sequence. If the following key is for non-letter, that HALANT - ;; character is removed. - (consonant (mark LAST-HALANT-POS) (shift second)) - (independent (cond (CANDRA-E-O (shift after-eo)) (1 (shift init)))) - (digit (shift init)) - (backspace) - (commit-key (shift init))) - - (second - ;; CANDRA-E-O is set to the character CANDRA E or CANDRA O when "e" - ;; or "o" is typed, and in that case, if ".c" is typed, the - ;; character set to CANDRA-E-O is inserted. - (t (set CANDRA-E-O 0)) - (consonant (mark LAST-HALANT-POS)) - (dependent (cond (CANDRA-E-O (shift after-eo)) (1 (shift init)))) - (backspace) - (commit-key (shift init)) - (nil (cond (trim-last-halant (move LAST-HALANT-POS) (delete @-) (move @>))) - (shift init))) - - (after-eo - (t (set DOT 0)) - (dot) - (eo-dot-c (shift init)) - (commit-key (shift init)) - (nil (cond (DOT (delete @-) (pushback 1))) (shift init)))) - -;; Local Variables: -;; coding: utf-8 -;; mode: emacs-lisp -;; End: diff --git a/mr-gamabhana.png b/mr-gamabhana.png deleted file mode 100644 index 4b6b99ce3ddce74eb68e06ce4e9bf4ce9b5125ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3796 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 diff --git a/sources b/sources index d8d926e..26df8be 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (m17n-db-1.8.1.tar.gz) = 40f21526509386056e12ea4f81dac07c2069d33e53294309c623234a58e6fb863f9968b681c0d1464476d39524740f2a0427615e639c2be330c1787689d29006 -SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02 -SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed +SHA512 (m17n-db-1.8.2.tar.gz) = 75e3f37e5665424325f87ad2c0826f26ed0dcf5eab86beaa02be2e89febbb1ccdec5ecd54e8eedac550aed2807157e7884492037572883c37097b26930d8c211 From ea0f6e8eb3e7ceb18c3ca1bba7883484f8111715 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 13:33:11 +0000 Subject: [PATCH 30/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 272199e..e00ca9a 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -115,6 +115,9 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon May 08 2023 Mike FABIAN - 1.8.2-1 - Update to 1.8.2 - Remove bn-national-jatiya input method (included upstream) From c9010699d1952292234c3e074c487f221b4b13eb Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 24 Jul 2023 22:34:53 +0200 Subject: [PATCH 31/45] Update to 1.8.3 - kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0 - ta-vutam: Change the header comment to a description - mr-gamabhana: icon resized to 48x48 - latn1-pre: add icon - ar-translit: add icon - ath-phonetic: add icon - bla-phonetic: add icon - cr-western: add icon - iu-phonetic: add icon - nsk-phonetic: add icon - oj-phonetic: add icon - uk-kbd: add icon - eo-vi-sistemo: add icon - Rename the .mim files of some eo input methods to improve search for the icons - Workarounds for doxygen --- .gitignore | 1 + m17n-db.spec | 22 ++++++++++++++++++++-- sources | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f23597..067f06a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ m17n-db-1.6.1.tar.gz /inscript2-20210820.tar.gz /m17n-db-1.8.1.tar.gz /m17n-db-1.8.2.tar.gz +/m17n-db-1.8.3.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index e00ca9a..a4d3839 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.2 -Release: 2%{?dist} +Version: 1.8.3 +Release: 1%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -115,6 +115,24 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Mon Jul 24 2023 Mike FABIAN - 1.8.3-1 +- Update to 1.8.3 +- kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0 +- ta-vutam: Change the header comment to a description +- mr-gamabhana: icon resized to 48x48 +- latn1-pre: add icon +- ar-translit: add icon +- ath-phonetic: add icon +- bla-phonetic: add icon +- cr-western: add icon +- iu-phonetic: add icon +- nsk-phonetic: add icon +- oj-phonetic: add icon +- uk-kbd: add icon +- eo-vi-sistemo: add icon +- Rename the .mim files of some eo input methods to improve search for the icons +- Workarounds for doxygen + * Thu Jul 20 2023 Fedora Release Engineering - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 26df8be..fbcbd02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.2.tar.gz) = 75e3f37e5665424325f87ad2c0826f26ed0dcf5eab86beaa02be2e89febbb1ccdec5ecd54e8eedac550aed2807157e7884492037572883c37097b26930d8c211 +SHA512 (m17n-db-1.8.3.tar.gz) = de6d52fa62cc3a4dcbe64b8d1e39ea5217879c5b4b0380b39394a805e732d87f3594a6d438ea7165dddb2ebb476fdb39ca59cb91dc47979308438ef0a4306473 From 409197ecd580a7e47a2bc091c39e98c201d5639e Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 3 Aug 2023 11:34:47 +0200 Subject: [PATCH 32/45] Update to 1.8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" sa-vedic-itrans, dra-iso-15919-itrans, hi-brahmi-itrans, ks-sharada-itrans, mr-modi-itrans, sa-brahmi-itrans, sa-grantha-itrans, sa-iso-15919-itrans, sa-sharada-itrans, sa-inscript, sa-iast-vedic - hi-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" - ne-trad-ttf: Update from author, Santosh Pradhan - ja-trycode: Add icon. - ks-inscript: Add icon. - mai-inscript: Add icon. - ml-enhanced-inscript: Add icon. - mr-itrans: Add icon. - hi-remington: Add icon. - mr-typewriter: Add icon. - mr-phonetic: Add icon. - ne-rom-translit: Add icon. - zh-pinyin-yi: Add icon. - unicode: Add icon. - da-post: Add icon. - bo-ewts: Add icon. - bo-tcrc: Add icon. - kn-typewriter: Add icon. - grc-mizuochi: Add icon. - fr-azerty: Add icon. - hi-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" - kn-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" - sa-itrans: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" - kn-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" and some extra bug fixes. - lsymbol: Some additions from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" and some more improvements: Use emoji presentation when possible, better grouping in groups of 6, better description - math-latex: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" New option "with-backslash-prefix". - ks-kbd: Fix typo in description, add icon. - ug-kbd: Add icon. - tai-sonla-kbd.png: Add icon. - mni-inscript2-mtei.png: Add icon. - sat-inscript2-olck.png: Add icon. - or-phonetic.png: Add icon. - sa-harvard-kyoto.png: Add icon. - pa-anmollipi.png: Add icon. - pa-remington.png: Add icon. - si-singlish.png: Add icon. - ta-lk-renganathan.png: Add icon. - te-rts.png: Add icon. - vi-han.png: Add icon. - vi-nomvni: Make existing icon work. - vi-nomtelex: Make existing icon work. - lsymbol: Add icon. - ssymbol: Add icon. --- .gitignore | 1 + m17n-db.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 55 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 067f06a..d75a2d7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.1.tar.gz /m17n-db-1.8.2.tar.gz /m17n-db-1.8.3.tar.gz +/m17n-db-1.8.4.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index a4d3839..c888050 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.3 +Version: 1.8.4 Release: 1%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -93,6 +93,7 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/m17n/v*.mim %{_datadir}/m17n/y*.mim # icons for keymaps +%dir %{_datadir}/m17n/icons %{_datadir}/m17n/icons/*.png %exclude %{_datadir}/m17n/zh-*.mim %exclude %{_datadir}/m17n/icons/zh*.png @@ -115,6 +116,57 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Mon Sep 25 2023 Mike FABIAN - 1.8.4-1 +- Update to 1.8.4 +- New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" + sa-vedic-itrans, dra-iso-15919-itrans, hi-brahmi-itrans, ks-sharada-itrans, + mr-modi-itrans, sa-brahmi-itrans, sa-grantha-itrans, sa-iso-15919-itrans, + sa-sharada-itrans, sa-inscript, sa-iast-vedic +- hi-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" +- ne-trad-ttf: Update from author, Santosh Pradhan +- ja-trycode: Add icon. +- ks-inscript: Add icon. +- mai-inscript: Add icon. +- ml-enhanced-inscript: Add icon. +- mr-itrans: Add icon. +- hi-remington: Add icon. +- mr-typewriter: Add icon. +- mr-phonetic: Add icon. +- ne-rom-translit: Add icon. +- zh-pinyin-yi: Add icon. +- unicode: Add icon. +- da-post: Add icon. +- bo-ewts: Add icon. +- bo-tcrc: Add icon. +- kn-typewriter: Add icon. +- grc-mizuochi: Add icon. +- fr-azerty: Add icon. +- hi-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" +- kn-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" +- sa-itrans: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" +- kn-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" and some extra bug fixes. +- lsymbol: Some additions from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" and + some more improvements: Use emoji presentation when possible, better grouping in groups of 6, better description +- math-latex: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" + New option "with-backslash-prefix". +- ks-kbd: Fix typo in description, add icon. +- ug-kbd: Add icon. +- tai-sonla-kbd.png: Add icon. +- mni-inscript2-mtei.png: Add icon. +- sat-inscript2-olck.png: Add icon. +- or-phonetic.png: Add icon. +- sa-harvard-kyoto.png: Add icon. +- pa-anmollipi.png: Add icon. +- pa-remington.png: Add icon. +- si-singlish.png: Add icon. +- ta-lk-renganathan.png: Add icon. +- te-rts.png: Add icon. +- vi-han.png: Add icon. +- vi-nomvni: Make existing icon work. +- vi-nomtelex: Make existing icon work. +- lsymbol: Add icon. +- ssymbol: Add icon. + * Mon Jul 24 2023 Mike FABIAN - 1.8.3-1 - Update to 1.8.3 - kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0 diff --git a/sources b/sources index fbcbd02..d027e03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.3.tar.gz) = de6d52fa62cc3a4dcbe64b8d1e39ea5217879c5b4b0380b39394a805e732d87f3594a6d438ea7165dddb2ebb476fdb39ca59cb91dc47979308438ef0a4306473 +SHA512 (m17n-db-1.8.4.tar.gz) = 9e286d38f6d861553cd648ae8712afd109843efc3886e6250ea708f1507f4f07c974109a15f829b97e640e6b5cbf3dcea92ff1a0e83b004b3d9e39c595416907 From 2d51366ad07d3a8887c0180525b5a3a768160fbd Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 7 Nov 2023 15:17:42 +0100 Subject: [PATCH 33/45] Update to 1.8.5 - new-newa-traditional-extended: New input method by Swornim Nakarmi - ml-pn-c: New input method for Malayalam by Ajith R - en-pn-eqf: This is a slightly modified version of the QWERTY English layout to be used along with the ml-pn-c input method --- .gitignore | 1 + m17n-db.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d75a2d7..b9c27e7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.2.tar.gz /m17n-db-1.8.3.tar.gz /m17n-db-1.8.4.tar.gz +/m17n-db-1.8.5.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index c888050..059fcfe 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.4 +Version: 1.8.5 Release: 1%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -116,6 +116,12 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Tue Nov 07 2023 Mike FABIAN - 1.8.5-1 +- Update to 1.8.5 +- new-newa-traditional-extended: New input method by Swornim Nakarmi +- ml-pn-c: New input method for Malayalam by Ajith R +- en-pn-eqf: This is a slightly modified version of the QWERTY English layout to be used along with the ml-pn-c input method + * Mon Sep 25 2023 Mike FABIAN - 1.8.4-1 - Update to 1.8.4 - New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" diff --git a/sources b/sources index d027e03..f92c086 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.4.tar.gz) = 9e286d38f6d861553cd648ae8712afd109843efc3886e6250ea708f1507f4f07c974109a15f829b97e640e6b5cbf3dcea92ff1a0e83b004b3d9e39c595416907 +SHA512 (m17n-db-1.8.5.tar.gz) = 6c3f42072b7e0a36870fd8143fb1ac7c3efc21c41869d984dfa0cbb87eb1f9958e429f1144a975b401791f0423386a03ab02531f162496531e303d9b0e049987 From a693c2794d8b055bf09027610ac1479d626ce0d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 06:42:50 +0000 Subject: [PATCH 34/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 059fcfe..8434d6a 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.5 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -116,6 +116,9 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.8.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Nov 07 2023 Mike FABIAN - 1.8.5-1 - Update to 1.8.5 - new-newa-traditional-extended: New input method by Swornim Nakarmi From e8a9e3f0a347f7d4b1ed201e4c6481e713e0c2b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 05:34:02 +0000 Subject: [PATCH 35/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- m17n-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m17n-db.spec b/m17n-db.spec index 8434d6a..65c3705 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.5 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -116,6 +116,9 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.8.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.8.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 93f3064cf09cc37a0b3b9570239b2820c7e91f7d Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 17 Jul 2024 16:44:12 +0200 Subject: [PATCH 36/45] Convert to rpm-autospec --- changelog | 626 ++++++++++++++++++++++++++++++++++++++++++++++++++ m17n-db.spec | 629 +-------------------------------------------------- 2 files changed, 628 insertions(+), 627 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1c7c3bb --- /dev/null +++ b/changelog @@ -0,0 +1,626 @@ +* Thu Jan 25 2024 Fedora Release Engineering - 1.8.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 1.8.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Nov 07 2023 Mike FABIAN - 1.8.5-1 +- Update to 1.8.5 +- new-newa-traditional-extended: New input method by Swornim Nakarmi +- ml-pn-c: New input method for Malayalam by Ajith R +- en-pn-eqf: This is a slightly modified version of the QWERTY English layout to be used along with the ml-pn-c input method + +* Mon Sep 25 2023 Mike FABIAN - 1.8.4-1 +- Update to 1.8.4 +- New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" + sa-vedic-itrans, dra-iso-15919-itrans, hi-brahmi-itrans, ks-sharada-itrans, + mr-modi-itrans, sa-brahmi-itrans, sa-grantha-itrans, sa-iso-15919-itrans, + sa-sharada-itrans, sa-inscript, sa-iast-vedic +- hi-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" +- ne-trad-ttf: Update from author, Santosh Pradhan +- ja-trycode: Add icon. +- ks-inscript: Add icon. +- mai-inscript: Add icon. +- ml-enhanced-inscript: Add icon. +- mr-itrans: Add icon. +- hi-remington: Add icon. +- mr-typewriter: Add icon. +- mr-phonetic: Add icon. +- ne-rom-translit: Add icon. +- zh-pinyin-yi: Add icon. +- unicode: Add icon. +- da-post: Add icon. +- bo-ewts: Add icon. +- bo-tcrc: Add icon. +- kn-typewriter: Add icon. +- grc-mizuochi: Add icon. +- fr-azerty: Add icon. +- hi-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" +- kn-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" +- sa-itrans: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" +- kn-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" and some extra bug fixes. +- lsymbol: Some additions from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" and + some more improvements: Use emoji presentation when possible, better grouping in groups of 6, better description +- math-latex: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" + New option "with-backslash-prefix". +- ks-kbd: Fix typo in description, add icon. +- ug-kbd: Add icon. +- tai-sonla-kbd.png: Add icon. +- mni-inscript2-mtei.png: Add icon. +- sat-inscript2-olck.png: Add icon. +- or-phonetic.png: Add icon. +- sa-harvard-kyoto.png: Add icon. +- pa-anmollipi.png: Add icon. +- pa-remington.png: Add icon. +- si-singlish.png: Add icon. +- ta-lk-renganathan.png: Add icon. +- te-rts.png: Add icon. +- vi-han.png: Add icon. +- vi-nomvni: Make existing icon work. +- vi-nomtelex: Make existing icon work. +- lsymbol: Add icon. +- ssymbol: Add icon. + +* Mon Jul 24 2023 Mike FABIAN - 1.8.3-1 +- Update to 1.8.3 +- kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0 +- ta-vutam: Change the header comment to a description +- mr-gamabhana: icon resized to 48x48 +- latn1-pre: add icon +- ar-translit: add icon +- ath-phonetic: add icon +- bla-phonetic: add icon +- cr-western: add icon +- iu-phonetic: add icon +- nsk-phonetic: add icon +- oj-phonetic: add icon +- uk-kbd: add icon +- eo-vi-sistemo: add icon +- Rename the .mim files of some eo input methods to improve search for the icons +- Workarounds for doxygen + +* Thu Jul 20 2023 Fedora Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon May 08 2023 Mike FABIAN - 1.8.2-1 +- Update to 1.8.2 +- Remove bn-national-jatiya input method (included upstream) +- Remove si-sayura input method (included upstream) +- Remove mr-gamabhana input method (included upstream) +- Update German translations (100%) +- Remove m17n-db-1.8.0-inscript2-mni-sat.patch (included upstream) +- Remove m17n-db-1.6.5-number_pad_itrans-222634.patch + This patch is not needed, numbers are typed in language representation + when using the number pad with numlock on even without this patch. + (I.e. the problem reported in https://bugzilla.redhat.com/show_bug.cgi?id=222634 + is still fixed) +- Add icon for hu-rovas-post input method +- Remove m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch + (See: https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/commit/?id=f10cfe21d49afbef40bdc681ff70563b6154eac0 + after these upstream changes to kn-itrans, the summary added by the patch is wrong) +- Remove m17n-db-1.6.5-bn-itrans-bug182227.patch + (This patch removed mappings which are "not in ITRANS Bengali table", nevertheless + these mappings might be useful to some users, better keep them for the time being) +- Remove m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch (included upstream) +- Remove m17n-db-1.7.0-fix-e-o-mappings.patch (included upstream) +- Remvove fix for ld mapping in MIM/bo-ewts.mim (include upstream) + (See: https://bugzilla.redhat.com/show_bug.cgi?id=1487512) +- MIM/bo-ewts.mim: remove whitespace in rn and brn mapping + +* Wed May 03 2023 Mike FABIAN - 1.8.1-1 +- Update to 1.8.1 +- Remove inscript2-20210820.tar.gz because it is now included upstream +- Remove m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch because it is included upstream +- Remove unicode.mim because the improvement is included upstream + +* Thu Jan 19 2023 Fedora Release Engineering - 1.8.0-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Nov 30 2022 Mike FABIAN - 1.8.0-28 +- Migrate license tag to SPDX + +* Fri Aug 19 2022 Mike FABIAN - 1.8.0-27 +- Add bn-national-jatiya.{mim,png} +- Add improved unicode.mim + +* Thu Jul 21 2022 Fedora Release Engineering - 1.8.0-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 12 2022 Mike FABIAN - 1.8.0-25 +- Add mr-gamabhana.png icon for mr-gamabhana.mim input method + +* Mon Jul 11 2022 Mike FABIAN - 1.8.0-24 +- Ship the bn-unijoy.mim as well, it seems to work, maybe there + was some problem in the past. But at the moment I see no reason + to omit it. + +* Fri Feb 25 2022 Mike FABIAN - 1.8.0-23 +- Add mr-gamabhana.mim input method + +* Thu Jan 20 2022 Fedora Release Engineering - 1.8.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Aug 20 2021 Parag Nemade - 1.8.0-21 +- Update inscript2 keymaps to new upstream release 20210820 + +* Thu Aug 12 2021 Parag Nemade - 1.8.0-20 +- Update inscript2 keymaps to new upstream release 20210812 + +* Mon Aug 09 2021 Parag Nemade - 1.8.0-19 +- Update inscript2 keymaps to new upstream release 20210809 + +* Tue Aug 03 2021 Parag Nemade - 1.8.0-18 +- Update inscript2 keymaps to new upstream release 20210803 + +* Thu Jul 22 2021 Fedora Release Engineering - 1.8.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 08 2021 Parag Nemade - 1.8.0-16 +- Re-upload minglish.mim source to fix its permissions to 644 + +* Wed May 19 2021 Mike FABIAN - 1.8.0-15 +- rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to + m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add + a comment with a link to the bug. + +* Tue May 18 2021 Mike FABIAN - 1.8.0-14 +- Add back autopatch to apply the patches again + +* Sun Apr 04 2021 Rajeesh KV - 1.8.0-13 +- Malayalam Mozhi input scheme bug fix + +* Tue Jan 26 2021 Fedora Release Engineering - 1.8.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 1.8.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Mar 18 2020 Parag Nemade - 1.8.0-10 +- Use make_build and make_install macros + +* Wed Jan 29 2020 Fedora Release Engineering - 1.8.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 10 2019 Mike FABIAN - 1.8.0-8 +- Fix mni-inscript2-{beng,mtei}.mim and sat-inscript2-{deva,olck}.mim + +* Thu Aug 29 2019 Mike FABIAN - 1.8.0-7 +- Add si-sayura.mim input method + +* Thu Jul 25 2019 Fedora Release Engineering - 1.8.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.8.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.8.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Feb 19 2018 Parag Nemade - 1.8.0-3 +- Add BuildRequires: gcc as per packaging guidelines + +* Sat Feb 10 2018 Parag Nemade - 1.8.0-1 +- Update to 1.8.0 version (#1543669) + +* Thu Feb 08 2018 Fedora Release Engineering - 1.8.0-0.2.RC1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 03 2018 Parag Nemade - 1.8.0-0.1.RC1 +- Update to 1.8.0 (#1523967) +- Resolves:rh#1487512 - Can't enter words beginning "ld" with Tibetan-ewts keyboard + +* Wed Jul 26 2017 Fedora Release Engineering - 1.7.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.7.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat Apr 23 2016 Parag Nemade - 1.7.0-7 +- Add missing BuildRequires: glibc-locale-source +- Resolves:rh#996429 - Mapping of ਠ is improper as per standard +- Resolves:rh#903272 - [gu_IN] use Devanagari U0965 instead of U0AE5 in inscript2 map + +* Thu Feb 04 2016 Fedora Release Engineering - 1.7.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Aug 24 2015 Parag Nemade - 1.7.0-5 +- Fixed o. mappings for Gujarati itrans (rh#1249875) + +* Wed Jun 17 2015 Fedora Release Engineering - 1.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon May 11 2015 Parag Nemade - 1.7.0-3 +- Fixed e. mappings for Gujarati and Marathi itrans (rh#1129917) + +* Wed Feb 25 2015 Parag Nemade - 1.7.0-2 +- Added Minglish input method (rh#1191543) + +* Mon Dec 22 2014 Parag Nemade - 1.7.0-1 +- update to 1.7.0 + +* Sat Jun 07 2014 Fedora Release Engineering - 1.6.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Mar 12 2014 Parag Nemade - 1.6.5-2 +- Add missing install commands for inscript2 maps + +* Wed Jan 29 2014 Parag Nemade - 1.6.5-1 +- update to 1.6.5 + +* Sat Aug 03 2013 Fedora Release Engineering - 1.6.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.6.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Sep 18 2012 Parag Nemade - 1.6.4-1 +- update to 1.6.4 + +* Thu Jul 19 2012 Fedora Release Engineering - 1.6.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Dec 21 2011 Parag Nemade - 1.6.3-2 +- Resolves:rh#769239 - altgr change in wijesekara keyboard layout + +* Tue Oct 11 2011 Parag Nemade - 1.6.3-1 +- update to 1.6.3 + +* Thu Mar 24 2011 Parag Nemade - 1.6.2-3 +- Resolves:rh#650802-[si] stick characters with cursor, while input with si-wijesekera.mim +- Resolves:rh#651289-zh-cangjie.mim: excessive space after committing Chinese word +- Drop obsoletes/provides added in f14 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Oct 06 2010 Parag Nemade - 1.6.2-1 +- update to new upstream release 1.6.2 +- Drop kn-itrans-ZWNJ-221965.patch + +* Fri Jul 23 2010 Parag Nemade - 1.6.1-3 +- Fix the upgrade path from F13 to F14 + +* Thu Jul 8 2010 Jens Petersen +- use excludes to simplify .mim and icon filelists + +* Wed Jul 07 2010 Parag Nemade - 1.6.1-2 +- Resolves: rh#587927:- evince attempts to use libmimx-ispell.so + +* Tue Apr 27 2010 Parag Nemade - 1.6.1-1 +- update to new upstream release 1.6.1 + +* Wed Apr 07 2010 Parag Nemade - 1.6.0-2 +- drop Provides:m17n-db-devel for m17n-db + +* Wed Apr 07 2010 Parag Nemade - 1.6.0-1 +- update to new upstream release 1.6.0 + +* Wed Dec 23 2009 Jens Petersen - 1.5.5-3 +- separate .flt files to flt subpackage for m17n-lib-flt + +* Fri Dec 18 2009 Jens Petersen - 1.5.5-2 +- add common-cjk option to mk_pkg for zh and ko +- use mk_pkg for zh, el, ka, ug +- bring back ja-anthy and en-ispell +- cleanup trailing whitespace + +* Wed Jul 29 2009 Parag Nemade -1.5.5-1 +- update to new upstream release 1.5.5 + +* Sat Jul 25 2009 Fedora Release Engineering - 1.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Apr 08 2009 Parag Nemade -1.5.4-2 +- Resolves: rh#494810-[indic][m17n-db][m17n-contrib] ibus .engine files no longer needed for new ibus + +* Tue Mar 03 2009 Parag Nemade -1.5.4-1 +- Update to new upstream release 1.5.4 + +* Wed Feb 25 2009 Fedora Release Engineering - 1.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Oct 21 2008 Parag Nemade -1.5.3-1.fc10 +- Update to new upstream release 1.5.3 + +* Mon Oct 20 2008 Jens Petersen - 1.5.2-4.fc10 +- add obsoletes for ibus-m17n subpackages +- fix m17n-gen-ibus-engine to check for lang 't' + +* Wed Oct 15 2008 Jens Petersen - 1.5.2-3.fc10 +- create .engine files for ibus-m17n with m17n-gen-ibus-engine (#466410) + +* Fri Aug 29 2008 Parag Nemade -1.5.2-2 +- Recreated patch si-wijesekera-keymap-rename_key-summary.patch + +* Thu Jul 03 2008 Parag Nemade -1.5.2-1 +- Update to new upstream release 1.5.2 + +* Fri Apr 04 2008 Parag Nemade -1.5.1-3.fc9 +- Resolves:rh#440567 + +* Wed Apr 02 2008 Parag Nemade -1.5.1-2.fc9 +- Resolves:rh#435260 + +* Thu Feb 07 2008 Parag Nemade -1.5.1-1.fc9 +- Update to new upstream release 1.5.1 +- Added BR: gettext + +* Fri Dec 28 2007 Parag Nemade -1.5.0-1.fc9 +- Update to new upstream release 1.5.0 + +* Fri Sep 07 2007 Parag Nemade - 1.4.0-6.fc8 +- Removed incorrect version of hi-typewriter.mim + +* Mon Aug 20 2007 Parag Nemade - 1.4.0-5.fc8 +- Added Obsoletes to m17n-db-gregorian +- Added Obsoletes to m17n-db-uyghur +- Added Provides to m17n-db-gregorian, m17n-db-gregorian, m17n-db-chinese + +* Mon Aug 13 2007 Parag Nemade +- update License tag + +* Wed Jul 25 2007 Parag Nemade - 1.4.0-4 +- Added m17n-db as Requires for mk_pkg() macro generating packages. +- Added m17b-db and m17n-contrib-lang as Requires + for mk_pkg_uses_contrib() macro generating packages. + +* Wed Jul 25 2007 Jens Petersen - 1.4.0-3 +- cleanup summaries and descriptions +- make just main package own m17n and icons dir +- replace %%makeinstall with make install + +* Tue Jul 24 2007 Parag Nemade - 1.4.0-2.1 +- Fix directory ownership issue + +* Mon Jul 23 2007 Parag Nemade - 1.4.0-2 +- SPEC clean up. Remove m17n-contrib + +* Thu Jul 19 2007 Parag Nemade - 1.4.0-1 +- Updated to new upstream release 1.4.0 + +* Wed Jul 18 2007 Jens Petersen +- install .pc file under %%{_datadir}/pkgconfig + and include it in a new devel subpackage + +* Mon Jun 18 2007 Jens Petersen - 1.3.4-10 +- name Uyghur subpackage consistently + +* Wed May 16 2007 Jens Petersen - 1.3.4-9 +- update ta-typewriter.mim with bug fixes (I Felix, #236169) + +* Thu Mar 15 2007 Mayank Jain 1.3.4-8 +- Added key summary to kn-itrans,inscript keymaps - resolves 228806 + +* Thu Feb 15 2007 Mayank Jain +- Added ZWNJ (U+200d) needed in kn-* keymaps, resolved - 221965 +- Added kn-itrans-ZWNJ-221965.patch + +* Thu Feb 15 2007 Mayank Jain +- Added itrans layout for Marahi, resolved - 225561 + +* Thu Feb 8 2007 Mayank Jain +- Added phonetic keymaps for Marathi & Oriya, resolved - 225559 and 225562 + +* Wed Jan 17 2007 Mayank Jain +- Added Patch 4 as number_pad_itrans-222634.patch for adding number pad support in itrans keymaps +- Added number pad support in all indic keymaps except tamil as they used english numerals. +- Resolves bug : 222634 + +* Tue Jan 16 2007 Mayank Jain +- Added Patch 3 as sk-kbd-222804.patch to fix bug 222804 + +* Thu Jan 11 2007 Mayank Jain +- Moved all translations to m17n-db-datafiles package + +* Mon Jan 8 2007 Mayank Jain +- Resolves: Bug 221794 - Rebased to new release m17n-db-1.3.4 +- Removed patch: si-wijesekera_surrounding_to_preedit.patch +- Added directive to delete si-wijesekera from the upstream tarball as it used surrounding text +- Commented directive to copy bopo-kbd.mim +- Commented directive using variable.mim and command.mim - added global.mim in place of them +- Added sections for new Uyghur. +- Added copy directive for Mizuochi (grc-*) keymap for classical greek +- Added directives to install translations for japanese translations. +- Added patch to rename si-wijesekera-preedit to si-wijesekera and add key summary as Patch2 + +* Tue Jan 2 2007 Mayank Jain +- Resolves: Bug 221122: [hi_IN-remington] vowels in hi-remington are not typed correctly + +* Thu Dec 7 2006 Mayank Jain +- Resolves: bug 218255 - Fixed ta-typewriter keymap. + +* Fri Dec 1 2006 Mayank Jain +- Fixed typo in si-wijesekera key summary (in the patch) + +* Tue Nov 28 2006 Mayank Jain +- Reverted back to upstream's tarball for m17n-db +- Added si-wijesekera-with-preedit as a patch to m17n-db tarball +- Updated license header in hi-remington, as-inscript, or-inscript, ta-typewriter +- Resolved - 217318, 217319 + +* Mon Nov 27 2006 Mayank Jain +- Added halant to (t) in bn-itrans.mim in m17n-indic tarball, resolves bug 217139 +- Edited our own bn-itrans-t-182227.patch to resolve bug 217139 + +* Mon Nov 20 2006 Mayank Jain +- Retained mapping of (.) to (.) in as-inscript as per bug 215486 +- Fixed an error in ta-tamil99 key summary. + +* Tue Nov 14 2006 Mayank Jain +- Fixed Bug 177371: mapping of X and x in kn-kgp +- Fixed Bug 215486: Mapped 0x0964 to shift(.) instead of . in as-inscript +- Fixed Bug 215489: Mapped 0x0964 to shift(.) instead of . in bn-inscript + +* Mon Nov 13 2006 Mayank Jain +- Added ZWNJ to ml-inscript, fixes 214971 + +* Thu Nov 9 2006 Mayank Jain +- Fixed an errounous fix of ZWNJ to hi-inscript/phonetic + +* Mon Nov 6 2006 Mayank Jain +- Fixed Bug 213633: Need changes in Assamese Inscript layout + +* Thu Nov 2 2006 Mayank Jain +- Added ZWNJ to hi-inscript/phonetic + +* Wed Nov 1 2006 Mayank Jain +- Added 09CE mapped to z in as-inscript (213372) + +* Wed Nov 1 2006 Mayank Jain +- Imported m17n-db-indic-0.4.29.tar.gz from RHEL-5 package, changes happened from .28 version are +- Added few more key combinations for ta-typewriter keymap - bug 209088 +- Added ZWJ for hi-inscript and hi-phonetic keymaps - bug 211576 +- Corrected kn-kgp and kn-inscript keymaps for keymapping of X - bug 209963 + +* Tue Oct 17 2006 Mayank Jain +- Added si-wijesekera keymap with preedit, replaces si-wijesekera with surrounding text support +- Fixed kn-kgp keymap + +* Mon Oct 16 2006 Mayank Jain +- Cleaned the spec file, versioning errors & removed use of epoch from the spec file +- Added ta-typewriter keymap & icon, fixes bug 209088 + +* Mon Oct 16 2006 Mayank Jain +- Switched the version number for m17n-db back to 1.3.3 +- Added "Epoch : 1" in the spec file to override the 1.3.4 build. + +* Mon Oct 9 2006 Mayank Jain +- Added key summary for si-wijesekera keymap + +* Wed Oct 4 2006 Mayank Jain +- Removed errernous entries from ta-tamil99 keymap + +* Tue Sep 12 2006 Mayank Jain +- Added key summary to te-inscript keymap + +* Thu Sep 7 2006 Mayank Jain +- Updated keymaps for typo errors, updated copyright header in all keymaps with "This file is part of the m17n contrib; a sub-part of the m17n library" +- Added key summary for ta-tamil99 keymap +- updated key summary for bn-itrans.mim + +* Wed Sep 6 2006 Mayank Jain +- Updated or-inscript.mim for bug 204726 + +* Wed Sep 6 2006 Mayank Jain +- Updated bn-probhat & as-phonetic keymaps with *=>ৎ +- Corrected date type in changelog + +* Tue Sep 5 2006 Mayank Jain +- Updated as-phonetic with key summary + +* Mon Sep 4 2006 Mayank Jain +- Added key summaries to pa-inscript/jhelum +- Fixed 204755 + +* Thu Aug 31 2006 Mayank Jain +- Added ur-phonetic icon +- Updated spec file to incorporate the icon + +* Thu Aug 31 2006 Mayank Jain +- Updated bn-{inscript,probhat,itrans} for RH bug #204275 +- Added ur-phonetic.mim file for RH bug #177372 +- Updated m17n-db.spec file to incorporate Urdu keymap. + +* Tue Aug 8 2006 Mayank Jain +- Updated bn-probhat.mim for RH bz #200890 ...weird... that previous update didnt showed up! +- https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200890#c4 + +* Tue Aug 1 2006 Mayank Jain +- Corrected bn-probhat.mim file, RH bz #200890, added U+09CE + +* Tue Aug 1 2006 Mayank Jain +- Corrected ml-inscript.mim file, RH bz #200876 + +* Tue Jul 25 2006 Jens Petersen - 1.3.3-14 +- move bopomofo to chinese subpackage + +* Mon Jul 17 2006 Mayank Jain - 1.3.3-13 +- Removed ta-typewriter.mim keymap as its not working +- Added ml-inscript.png +- Added hi-inscript.png +- added hi-remington.png + +* Thu Jul 13 2006 Mayank Jain +- Added ta-typewriter.mim keymap + +* Thu Jul 6 2006 Mayank Jain +- Added key summaries in various keymaps + +* Thu Jun 29 2006 Mayank Jain +- Added hi-remington keymap - +- Added hi-remington.png - + +* Thu Jun 8 2006 Mayank Jain +- Added hi-typewriter keymap. + +* Wed Jun 7 2006 Mayank Jain +- Added or-*.png icons. + +* Mon Jun 5 2006 Mayank Jain +- Added as-*.png icons. + +* Fri Jun 2 2006 Mayank Jain +- Added or-inscript keymap to the tarball +- Commented out as-*.png and or-*.png from the directives as respective .png files are missing from tarball. + +* Fri Jun 2 2006 Mayank Jain +- Added modified as-phonetic.mim keymap, modified by for RH bz #193849 + +* Mon May 29 2006 Mayank Jain +- Added icon for marathi inscript - thanks to + +* Wed May 17 2006 Mayank Jain +- Added following keymaps + - as-inscript.mim + - as-phonetic.mim + - mr-inscript.mim + - ta-tamil99.mim + +* Wed Mar 22 2006 Jens Petersen +- fix language names in Indic .mim file headers (Naoto Takahashi) +- add make-dist script to m17n-db-indic + +* Thu Mar 9 2006 Jens Petersen - 1.3.3-2 +- Bengali input maps fixes (runab) + - map Probhat '*' key to an alternate sequence since glyph missing (#179821) + - more itrans cleanup (#182227) +- add icon for Tamil99 (aalam) + +* Thu Mar 2 2006 Jens Petersen - 1.3.3-1 +- update to 1.3.3 bugfix release +- fixes to Bengali, Hindi, and Punjabi maps (runab, aalam) +- Tamil phonetic map now works +- new Tamil99 Government Standard map (I Felix) + +* Tue Feb 14 2006 Jens Petersen - 1.3.2-2 +- add Indian input maps ported from scim-tables +- add Nepali subpackage + +* Fri Feb 10 2006 Jens Petersen - 1.3.2-1 +- update to 1.3.2 bugfix release +- do not include ja-anthy.mim input map + +* Thu Feb 2 2006 Jens Petersen - 1.3.1-1 +- update to 1.3.1 release + - add new icons to language subpackages + - new common-cjk subpackage for CJK common files + - new Swedish subpackage + - exclude new pkgconfig file + +* Fri Dec 16 2005 Jens Petersen - 1.2.0-2 +- import to Fedora Core + +* Wed Nov 9 2005 Jens Petersen - 1.2.0-1 +- separate output datafiles to datafiles subpackage. + +* Wed Oct 5 2005 Jens Petersen +- initial packaging for Fedora Extras + +* Sat Sep 24 2005 Jens Petersen +- split .mim input tables into separate subpackages per language + +* Sat Jan 15 2005 UTUMI Hirosi +- modify spec for fedora diff --git a/m17n-db.spec b/m17n-db.spec index 65c3705..c936dcd 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,7 +1,7 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.8.5 -Release: 3%{?dist} +Release: %autorelease License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n @@ -116,629 +116,4 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim %{_datadir}/pkgconfig/m17n-db.pc %changelog -* Thu Jan 25 2024 Fedora Release Engineering - 1.8.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 1.8.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Tue Nov 07 2023 Mike FABIAN - 1.8.5-1 -- Update to 1.8.5 -- new-newa-traditional-extended: New input method by Swornim Nakarmi -- ml-pn-c: New input method for Malayalam by Ajith R -- en-pn-eqf: This is a slightly modified version of the QWERTY English layout to be used along with the ml-pn-c input method - -* Mon Sep 25 2023 Mike FABIAN - 1.8.4-1 -- Update to 1.8.4 -- New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" - sa-vedic-itrans, dra-iso-15919-itrans, hi-brahmi-itrans, ks-sharada-itrans, - mr-modi-itrans, sa-brahmi-itrans, sa-grantha-itrans, sa-iso-15919-itrans, - sa-sharada-itrans, sa-inscript, sa-iast-vedic -- hi-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" -- ne-trad-ttf: Update from author, Santosh Pradhan -- ja-trycode: Add icon. -- ks-inscript: Add icon. -- mai-inscript: Add icon. -- ml-enhanced-inscript: Add icon. -- mr-itrans: Add icon. -- hi-remington: Add icon. -- mr-typewriter: Add icon. -- mr-phonetic: Add icon. -- ne-rom-translit: Add icon. -- zh-pinyin-yi: Add icon. -- unicode: Add icon. -- da-post: Add icon. -- bo-ewts: Add icon. -- bo-tcrc: Add icon. -- kn-typewriter: Add icon. -- grc-mizuochi: Add icon. -- fr-azerty: Add icon. -- hi-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" -- kn-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" -- sa-itrans: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" -- kn-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" and some extra bug fixes. -- lsymbol: Some additions from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" and - some more improvements: Use emoji presentation when possible, better grouping in groups of 6, better description -- math-latex: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" - New option "with-backslash-prefix". -- ks-kbd: Fix typo in description, add icon. -- ug-kbd: Add icon. -- tai-sonla-kbd.png: Add icon. -- mni-inscript2-mtei.png: Add icon. -- sat-inscript2-olck.png: Add icon. -- or-phonetic.png: Add icon. -- sa-harvard-kyoto.png: Add icon. -- pa-anmollipi.png: Add icon. -- pa-remington.png: Add icon. -- si-singlish.png: Add icon. -- ta-lk-renganathan.png: Add icon. -- te-rts.png: Add icon. -- vi-han.png: Add icon. -- vi-nomvni: Make existing icon work. -- vi-nomtelex: Make existing icon work. -- lsymbol: Add icon. -- ssymbol: Add icon. - -* Mon Jul 24 2023 Mike FABIAN - 1.8.3-1 -- Update to 1.8.3 -- kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0 -- ta-vutam: Change the header comment to a description -- mr-gamabhana: icon resized to 48x48 -- latn1-pre: add icon -- ar-translit: add icon -- ath-phonetic: add icon -- bla-phonetic: add icon -- cr-western: add icon -- iu-phonetic: add icon -- nsk-phonetic: add icon -- oj-phonetic: add icon -- uk-kbd: add icon -- eo-vi-sistemo: add icon -- Rename the .mim files of some eo input methods to improve search for the icons -- Workarounds for doxygen - -* Thu Jul 20 2023 Fedora Release Engineering - 1.8.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Mon May 08 2023 Mike FABIAN - 1.8.2-1 -- Update to 1.8.2 -- Remove bn-national-jatiya input method (included upstream) -- Remove si-sayura input method (included upstream) -- Remove mr-gamabhana input method (included upstream) -- Update German translations (100%) -- Remove m17n-db-1.8.0-inscript2-mni-sat.patch (included upstream) -- Remove m17n-db-1.6.5-number_pad_itrans-222634.patch - This patch is not needed, numbers are typed in language representation - when using the number pad with numlock on even without this patch. - (I.e. the problem reported in https://bugzilla.redhat.com/show_bug.cgi?id=222634 - is still fixed) -- Add icon for hu-rovas-post input method -- Remove m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch - (See: https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/commit/?id=f10cfe21d49afbef40bdc681ff70563b6154eac0 - after these upstream changes to kn-itrans, the summary added by the patch is wrong) -- Remove m17n-db-1.6.5-bn-itrans-bug182227.patch - (This patch removed mappings which are "not in ITRANS Bengali table", nevertheless - these mappings might be useful to some users, better keep them for the time being) -- Remove m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch (included upstream) -- Remove m17n-db-1.7.0-fix-e-o-mappings.patch (included upstream) -- Remvove fix for ld mapping in MIM/bo-ewts.mim (include upstream) - (See: https://bugzilla.redhat.com/show_bug.cgi?id=1487512) -- MIM/bo-ewts.mim: remove whitespace in rn and brn mapping - -* Wed May 03 2023 Mike FABIAN - 1.8.1-1 -- Update to 1.8.1 -- Remove inscript2-20210820.tar.gz because it is now included upstream -- Remove m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch because it is included upstream -- Remove unicode.mim because the improvement is included upstream - -* Thu Jan 19 2023 Fedora Release Engineering - 1.8.0-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Wed Nov 30 2022 Mike FABIAN - 1.8.0-28 -- Migrate license tag to SPDX - -* Fri Aug 19 2022 Mike FABIAN - 1.8.0-27 -- Add bn-national-jatiya.{mim,png} -- Add improved unicode.mim - -* Thu Jul 21 2022 Fedora Release Engineering - 1.8.0-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Tue Jul 12 2022 Mike FABIAN - 1.8.0-25 -- Add mr-gamabhana.png icon for mr-gamabhana.mim input method - -* Mon Jul 11 2022 Mike FABIAN - 1.8.0-24 -- Ship the bn-unijoy.mim as well, it seems to work, maybe there - was some problem in the past. But at the moment I see no reason - to omit it. - -* Fri Feb 25 2022 Mike FABIAN - 1.8.0-23 -- Add mr-gamabhana.mim input method - -* Thu Jan 20 2022 Fedora Release Engineering - 1.8.0-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Aug 20 2021 Parag Nemade - 1.8.0-21 -- Update inscript2 keymaps to new upstream release 20210820 - -* Thu Aug 12 2021 Parag Nemade - 1.8.0-20 -- Update inscript2 keymaps to new upstream release 20210812 - -* Mon Aug 09 2021 Parag Nemade - 1.8.0-19 -- Update inscript2 keymaps to new upstream release 20210809 - -* Tue Aug 03 2021 Parag Nemade - 1.8.0-18 -- Update inscript2 keymaps to new upstream release 20210803 - -* Thu Jul 22 2021 Fedora Release Engineering - 1.8.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jun 08 2021 Parag Nemade - 1.8.0-16 -- Re-upload minglish.mim source to fix its permissions to 644 - -* Wed May 19 2021 Mike FABIAN - 1.8.0-15 -- rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to - m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add - a comment with a link to the bug. - -* Tue May 18 2021 Mike FABIAN - 1.8.0-14 -- Add back autopatch to apply the patches again - -* Sun Apr 04 2021 Rajeesh KV - 1.8.0-13 -- Malayalam Mozhi input scheme bug fix - -* Tue Jan 26 2021 Fedora Release Engineering - 1.8.0-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 1.8.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Mar 18 2020 Parag Nemade - 1.8.0-10 -- Use make_build and make_install macros - -* Wed Jan 29 2020 Fedora Release Engineering - 1.8.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 10 2019 Mike FABIAN - 1.8.0-8 -- Fix mni-inscript2-{beng,mtei}.mim and sat-inscript2-{deva,olck}.mim - -* Thu Aug 29 2019 Mike FABIAN - 1.8.0-7 -- Add si-sayura.mim input method - -* Thu Jul 25 2019 Fedora Release Engineering - 1.8.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 1.8.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 1.8.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Feb 19 2018 Parag Nemade - 1.8.0-3 -- Add BuildRequires: gcc as per packaging guidelines - -* Sat Feb 10 2018 Parag Nemade - 1.8.0-1 -- Update to 1.8.0 version (#1543669) - -* Thu Feb 08 2018 Fedora Release Engineering - 1.8.0-0.2.RC1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jan 03 2018 Parag Nemade - 1.8.0-0.1.RC1 -- Update to 1.8.0 (#1523967) -- Resolves:rh#1487512 - Can't enter words beginning "ld" with Tibetan-ewts keyboard - -* Wed Jul 26 2017 Fedora Release Engineering - 1.7.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.7.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sat Apr 23 2016 Parag Nemade - 1.7.0-7 -- Add missing BuildRequires: glibc-locale-source -- Resolves:rh#996429 - Mapping of ਠ is improper as per standard -- Resolves:rh#903272 - [gu_IN] use Devanagari U0965 instead of U0AE5 in inscript2 map - -* Thu Feb 04 2016 Fedora Release Engineering - 1.7.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Aug 24 2015 Parag Nemade - 1.7.0-5 -- Fixed o. mappings for Gujarati itrans (rh#1249875) - -* Wed Jun 17 2015 Fedora Release Engineering - 1.7.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon May 11 2015 Parag Nemade - 1.7.0-3 -- Fixed e. mappings for Gujarati and Marathi itrans (rh#1129917) - -* Wed Feb 25 2015 Parag Nemade - 1.7.0-2 -- Added Minglish input method (rh#1191543) - -* Mon Dec 22 2014 Parag Nemade - 1.7.0-1 -- update to 1.7.0 - -* Sat Jun 07 2014 Fedora Release Engineering - 1.6.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Mar 12 2014 Parag Nemade - 1.6.5-2 -- Add missing install commands for inscript2 maps - -* Wed Jan 29 2014 Parag Nemade - 1.6.5-1 -- update to 1.6.5 - -* Sat Aug 03 2013 Fedora Release Engineering - 1.6.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 1.6.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Tue Sep 18 2012 Parag Nemade - 1.6.4-1 -- update to 1.6.4 - -* Thu Jul 19 2012 Fedora Release Engineering - 1.6.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 1.6.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Dec 21 2011 Parag Nemade - 1.6.3-2 -- Resolves:rh#769239 - altgr change in wijesekara keyboard layout - -* Tue Oct 11 2011 Parag Nemade - 1.6.3-1 -- update to 1.6.3 - -* Thu Mar 24 2011 Parag Nemade - 1.6.2-3 -- Resolves:rh#650802-[si] stick characters with cursor, while input with si-wijesekera.mim -- Resolves:rh#651289-zh-cangjie.mim: excessive space after committing Chinese word -- Drop obsoletes/provides added in f14 - -* Tue Feb 08 2011 Fedora Release Engineering - 1.6.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Oct 06 2010 Parag Nemade - 1.6.2-1 -- update to new upstream release 1.6.2 -- Drop kn-itrans-ZWNJ-221965.patch - -* Fri Jul 23 2010 Parag Nemade - 1.6.1-3 -- Fix the upgrade path from F13 to F14 - -* Thu Jul 8 2010 Jens Petersen -- use excludes to simplify .mim and icon filelists - -* Wed Jul 07 2010 Parag Nemade - 1.6.1-2 -- Resolves: rh#587927:- evince attempts to use libmimx-ispell.so - -* Tue Apr 27 2010 Parag Nemade - 1.6.1-1 -- update to new upstream release 1.6.1 - -* Wed Apr 07 2010 Parag Nemade - 1.6.0-2 -- drop Provides:m17n-db-devel for m17n-db - -* Wed Apr 07 2010 Parag Nemade - 1.6.0-1 -- update to new upstream release 1.6.0 - -* Wed Dec 23 2009 Jens Petersen - 1.5.5-3 -- separate .flt files to flt subpackage for m17n-lib-flt - -* Fri Dec 18 2009 Jens Petersen - 1.5.5-2 -- add common-cjk option to mk_pkg for zh and ko -- use mk_pkg for zh, el, ka, ug -- bring back ja-anthy and en-ispell -- cleanup trailing whitespace - -* Wed Jul 29 2009 Parag Nemade -1.5.5-1 -- update to new upstream release 1.5.5 - -* Sat Jul 25 2009 Fedora Release Engineering - 1.5.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Apr 08 2009 Parag Nemade -1.5.4-2 -- Resolves: rh#494810-[indic][m17n-db][m17n-contrib] ibus .engine files no longer needed for new ibus - -* Tue Mar 03 2009 Parag Nemade -1.5.4-1 -- Update to new upstream release 1.5.4 - -* Wed Feb 25 2009 Fedora Release Engineering - 1.5.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Oct 21 2008 Parag Nemade -1.5.3-1.fc10 -- Update to new upstream release 1.5.3 - -* Mon Oct 20 2008 Jens Petersen - 1.5.2-4.fc10 -- add obsoletes for ibus-m17n subpackages -- fix m17n-gen-ibus-engine to check for lang 't' - -* Wed Oct 15 2008 Jens Petersen - 1.5.2-3.fc10 -- create .engine files for ibus-m17n with m17n-gen-ibus-engine (#466410) - -* Fri Aug 29 2008 Parag Nemade -1.5.2-2 -- Recreated patch si-wijesekera-keymap-rename_key-summary.patch - -* Thu Jul 03 2008 Parag Nemade -1.5.2-1 -- Update to new upstream release 1.5.2 - -* Fri Apr 04 2008 Parag Nemade -1.5.1-3.fc9 -- Resolves:rh#440567 - -* Wed Apr 02 2008 Parag Nemade -1.5.1-2.fc9 -- Resolves:rh#435260 - -* Thu Feb 07 2008 Parag Nemade -1.5.1-1.fc9 -- Update to new upstream release 1.5.1 -- Added BR: gettext - -* Fri Dec 28 2007 Parag Nemade -1.5.0-1.fc9 -- Update to new upstream release 1.5.0 - -* Fri Sep 07 2007 Parag Nemade - 1.4.0-6.fc8 -- Removed incorrect version of hi-typewriter.mim - -* Mon Aug 20 2007 Parag Nemade - 1.4.0-5.fc8 -- Added Obsoletes to m17n-db-gregorian -- Added Obsoletes to m17n-db-uyghur -- Added Provides to m17n-db-gregorian, m17n-db-gregorian, m17n-db-chinese - -* Mon Aug 13 2007 Parag Nemade -- update License tag - -* Wed Jul 25 2007 Parag Nemade - 1.4.0-4 -- Added m17n-db as Requires for mk_pkg() macro generating packages. -- Added m17b-db and m17n-contrib-lang as Requires - for mk_pkg_uses_contrib() macro generating packages. - -* Wed Jul 25 2007 Jens Petersen - 1.4.0-3 -- cleanup summaries and descriptions -- make just main package own m17n and icons dir -- replace %%makeinstall with make install - -* Tue Jul 24 2007 Parag Nemade - 1.4.0-2.1 -- Fix directory ownership issue - -* Mon Jul 23 2007 Parag Nemade - 1.4.0-2 -- SPEC clean up. Remove m17n-contrib - -* Thu Jul 19 2007 Parag Nemade - 1.4.0-1 -- Updated to new upstream release 1.4.0 - -* Wed Jul 18 2007 Jens Petersen -- install .pc file under %%{_datadir}/pkgconfig - and include it in a new devel subpackage - -* Mon Jun 18 2007 Jens Petersen - 1.3.4-10 -- name Uyghur subpackage consistently - -* Wed May 16 2007 Jens Petersen - 1.3.4-9 -- update ta-typewriter.mim with bug fixes (I Felix, #236169) - -* Thu Mar 15 2007 Mayank Jain 1.3.4-8 -- Added key summary to kn-itrans,inscript keymaps - resolves 228806 - -* Thu Feb 15 2007 Mayank Jain -- Added ZWNJ (U+200d) needed in kn-* keymaps, resolved - 221965 -- Added kn-itrans-ZWNJ-221965.patch - -* Thu Feb 15 2007 Mayank Jain -- Added itrans layout for Marahi, resolved - 225561 - -* Thu Feb 8 2007 Mayank Jain -- Added phonetic keymaps for Marathi & Oriya, resolved - 225559 and 225562 - -* Wed Jan 17 2007 Mayank Jain -- Added Patch 4 as number_pad_itrans-222634.patch for adding number pad support in itrans keymaps -- Added number pad support in all indic keymaps except tamil as they used english numerals. -- Resolves bug : 222634 - -* Tue Jan 16 2007 Mayank Jain -- Added Patch 3 as sk-kbd-222804.patch to fix bug 222804 - -* Thu Jan 11 2007 Mayank Jain -- Moved all translations to m17n-db-datafiles package - -* Mon Jan 8 2007 Mayank Jain -- Resolves: Bug 221794 - Rebased to new release m17n-db-1.3.4 -- Removed patch: si-wijesekera_surrounding_to_preedit.patch -- Added directive to delete si-wijesekera from the upstream tarball as it used surrounding text -- Commented directive to copy bopo-kbd.mim -- Commented directive using variable.mim and command.mim - added global.mim in place of them -- Added sections for new Uyghur. -- Added copy directive for Mizuochi (grc-*) keymap for classical greek -- Added directives to install translations for japanese translations. -- Added patch to rename si-wijesekera-preedit to si-wijesekera and add key summary as Patch2 - -* Tue Jan 2 2007 Mayank Jain -- Resolves: Bug 221122: [hi_IN-remington] vowels in hi-remington are not typed correctly - -* Thu Dec 7 2006 Mayank Jain -- Resolves: bug 218255 - Fixed ta-typewriter keymap. - -* Fri Dec 1 2006 Mayank Jain -- Fixed typo in si-wijesekera key summary (in the patch) - -* Tue Nov 28 2006 Mayank Jain -- Reverted back to upstream's tarball for m17n-db -- Added si-wijesekera-with-preedit as a patch to m17n-db tarball -- Updated license header in hi-remington, as-inscript, or-inscript, ta-typewriter -- Resolved - 217318, 217319 - -* Mon Nov 27 2006 Mayank Jain -- Added halant to (t) in bn-itrans.mim in m17n-indic tarball, resolves bug 217139 -- Edited our own bn-itrans-t-182227.patch to resolve bug 217139 - -* Mon Nov 20 2006 Mayank Jain -- Retained mapping of (.) to (.) in as-inscript as per bug 215486 -- Fixed an error in ta-tamil99 key summary. - -* Tue Nov 14 2006 Mayank Jain -- Fixed Bug 177371: mapping of X and x in kn-kgp -- Fixed Bug 215486: Mapped 0x0964 to shift(.) instead of . in as-inscript -- Fixed Bug 215489: Mapped 0x0964 to shift(.) instead of . in bn-inscript - -* Mon Nov 13 2006 Mayank Jain -- Added ZWNJ to ml-inscript, fixes 214971 - -* Thu Nov 9 2006 Mayank Jain -- Fixed an errounous fix of ZWNJ to hi-inscript/phonetic - -* Mon Nov 6 2006 Mayank Jain -- Fixed Bug 213633: Need changes in Assamese Inscript layout - -* Thu Nov 2 2006 Mayank Jain -- Added ZWNJ to hi-inscript/phonetic - -* Wed Nov 1 2006 Mayank Jain -- Added 09CE mapped to z in as-inscript (213372) - -* Wed Nov 1 2006 Mayank Jain -- Imported m17n-db-indic-0.4.29.tar.gz from RHEL-5 package, changes happened from .28 version are -- Added few more key combinations for ta-typewriter keymap - bug 209088 -- Added ZWJ for hi-inscript and hi-phonetic keymaps - bug 211576 -- Corrected kn-kgp and kn-inscript keymaps for keymapping of X - bug 209963 - -* Tue Oct 17 2006 Mayank Jain -- Added si-wijesekera keymap with preedit, replaces si-wijesekera with surrounding text support -- Fixed kn-kgp keymap - -* Mon Oct 16 2006 Mayank Jain -- Cleaned the spec file, versioning errors & removed use of epoch from the spec file -- Added ta-typewriter keymap & icon, fixes bug 209088 - -* Mon Oct 16 2006 Mayank Jain -- Switched the version number for m17n-db back to 1.3.3 -- Added "Epoch : 1" in the spec file to override the 1.3.4 build. - -* Mon Oct 9 2006 Mayank Jain -- Added key summary for si-wijesekera keymap - -* Wed Oct 4 2006 Mayank Jain -- Removed errernous entries from ta-tamil99 keymap - -* Tue Sep 12 2006 Mayank Jain -- Added key summary to te-inscript keymap - -* Thu Sep 7 2006 Mayank Jain -- Updated keymaps for typo errors, updated copyright header in all keymaps with "This file is part of the m17n contrib; a sub-part of the m17n library" -- Added key summary for ta-tamil99 keymap -- updated key summary for bn-itrans.mim - -* Wed Sep 6 2006 Mayank Jain -- Updated or-inscript.mim for bug 204726 - -* Wed Sep 6 2006 Mayank Jain -- Updated bn-probhat & as-phonetic keymaps with *=>ৎ -- Corrected date type in changelog - -* Tue Sep 5 2006 Mayank Jain -- Updated as-phonetic with key summary - -* Mon Sep 4 2006 Mayank Jain -- Added key summaries to pa-inscript/jhelum -- Fixed 204755 - -* Thu Aug 31 2006 Mayank Jain -- Added ur-phonetic icon -- Updated spec file to incorporate the icon - -* Thu Aug 31 2006 Mayank Jain -- Updated bn-{inscript,probhat,itrans} for RH bug #204275 -- Added ur-phonetic.mim file for RH bug #177372 -- Updated m17n-db.spec file to incorporate Urdu keymap. - -* Tue Aug 8 2006 Mayank Jain -- Updated bn-probhat.mim for RH bz #200890 ...weird... that previous update didnt showed up! -- https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200890#c4 - -* Tue Aug 1 2006 Mayank Jain -- Corrected bn-probhat.mim file, RH bz #200890, added U+09CE - -* Tue Aug 1 2006 Mayank Jain -- Corrected ml-inscript.mim file, RH bz #200876 - -* Tue Jul 25 2006 Jens Petersen - 1.3.3-14 -- move bopomofo to chinese subpackage - -* Mon Jul 17 2006 Mayank Jain - 1.3.3-13 -- Removed ta-typewriter.mim keymap as its not working -- Added ml-inscript.png -- Added hi-inscript.png -- added hi-remington.png - -* Thu Jul 13 2006 Mayank Jain -- Added ta-typewriter.mim keymap - -* Thu Jul 6 2006 Mayank Jain -- Added key summaries in various keymaps - -* Thu Jun 29 2006 Mayank Jain -- Added hi-remington keymap - -- Added hi-remington.png - - -* Thu Jun 8 2006 Mayank Jain -- Added hi-typewriter keymap. - -* Wed Jun 7 2006 Mayank Jain -- Added or-*.png icons. - -* Mon Jun 5 2006 Mayank Jain -- Added as-*.png icons. - -* Fri Jun 2 2006 Mayank Jain -- Added or-inscript keymap to the tarball -- Commented out as-*.png and or-*.png from the directives as respective .png files are missing from tarball. - -* Fri Jun 2 2006 Mayank Jain -- Added modified as-phonetic.mim keymap, modified by for RH bz #193849 - -* Mon May 29 2006 Mayank Jain -- Added icon for marathi inscript - thanks to - -* Wed May 17 2006 Mayank Jain -- Added following keymaps - - as-inscript.mim - - as-phonetic.mim - - mr-inscript.mim - - ta-tamil99.mim - -* Wed Mar 22 2006 Jens Petersen -- fix language names in Indic .mim file headers (Naoto Takahashi) -- add make-dist script to m17n-db-indic - -* Thu Mar 9 2006 Jens Petersen - 1.3.3-2 -- Bengali input maps fixes (runab) - - map Probhat '*' key to an alternate sequence since glyph missing (#179821) - - more itrans cleanup (#182227) -- add icon for Tamil99 (aalam) - -* Thu Mar 2 2006 Jens Petersen - 1.3.3-1 -- update to 1.3.3 bugfix release -- fixes to Bengali, Hindi, and Punjabi maps (runab, aalam) -- Tamil phonetic map now works -- new Tamil99 Government Standard map (I Felix) - -* Tue Feb 14 2006 Jens Petersen - 1.3.2-2 -- add Indian input maps ported from scim-tables -- add Nepali subpackage - -* Fri Feb 10 2006 Jens Petersen - 1.3.2-1 -- update to 1.3.2 bugfix release -- do not include ja-anthy.mim input map - -* Thu Feb 2 2006 Jens Petersen - 1.3.1-1 -- update to 1.3.1 release - - add new icons to language subpackages - - new common-cjk subpackage for CJK common files - - new Swedish subpackage - - exclude new pkgconfig file - -* Fri Dec 16 2005 Jens Petersen - 1.2.0-2 -- import to Fedora Core - -* Wed Nov 9 2005 Jens Petersen - 1.2.0-1 -- separate output datafiles to datafiles subpackage. - -* Wed Oct 5 2005 Jens Petersen -- initial packaging for Fedora Extras - -* Sat Sep 24 2005 Jens Petersen -- split .mim input tables into separate subpackages per language - -* Sat Jan 15 2005 UTUMI Hirosi -- modify spec for fedora +%autochangelog From 7cde863e5ed190e61ebd43cd1271db7d8ae6f186 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 17 Jul 2024 17:30:48 +0200 Subject: [PATCH 37/45] Convert CI test to tmt --- .fmf/version | 1 + plans/basic.fmf | 5 ++++ tests/main.fmf | 13 ++++++++++ tests/runtest.sh | 58 ++++++++++++++++++++++++++++++++++++++++++ tests/smoke/runtest.sh | 20 --------------- tests/tests.yml | 11 -------- 6 files changed, 77 insertions(+), 31 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/basic.fmf create mode 100644 tests/main.fmf create mode 100755 tests/runtest.sh delete mode 100644 tests/smoke/runtest.sh delete mode 100644 tests/tests.yml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/basic.fmf b/plans/basic.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/basic.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/main.fmf b/tests/main.fmf new file mode 100644 index 0000000..5c8f038 --- /dev/null +++ b/tests/main.fmf @@ -0,0 +1,13 @@ +test: ./runtest.sh +duration: 10m +framework: beakerlib +require: + - m17n-db + - m17n-db-devel + - glibc-locale-source + - rpm-build + - autoconf + - automake + - make + - gettext-devel + - gcc diff --git a/tests/runtest.sh b/tests/runtest.sh new file mode 100755 index 0000000..eef59a1 --- /dev/null +++ b/tests/runtest.sh @@ -0,0 +1,58 @@ +#!/bin/bash +. /usr/share/beakerlib/beakerlib.sh || exit 1 + +NAME=m17n-db + +rlJournalStart + rlPhaseStartSetup + rlAssertRpm ${NAME} + rlAssertRpm ${NAME}-devel + rlAssertRpm glibc-locale-source + rlShowPackageVersion ${NAME} + rlRun -t -l "VERSION=$(rpm -q ${NAME} --queryformat='%{version}')" 0 "Get VERSION" + FEDORA_VERSION=$(rlGetDistroRelease) + rlLog "FEDORA_VERSION=${DISTRO_RELEASE}" + rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" + rlRun "pushd $tmp" + rlFetchSrcForInstalled "${NAME}" + rlRun "rpm --define '_topdir $tmp' -i *src.rpm" + rlRun -t -l "mkdir BUILD" 0 "Creating BUILD directory" + rlRun -t -l "rpmbuild --noclean --nodeps --define '_topdir $tmp' -bp $tmp/SPECS/*spec" + if [ -d BUILD/${NAME}-${VERSION}-build ]; then + rlRun -t -l "pushd BUILD/${NAME}-${VERSION}-build/${NAME}-${VERSION}" + else + rlRun -t -l "pushd BUILD/${NAME}-${VERSION}" + fi + rlRun "set -o pipefail" + rlRun -t -l "./bootstrap.sh" + rlRun -t -l "./configure --prefix=/usr" + rlRun -t -l "make check" + rlPhaseEnd + + rlPhaseStartTest + rlRun -t -l "INSTALLED_VERSION=$(m17n-db --version)" \ + 0 "Get installed version" + rlAssertEquals "versions should be equal" "${VERSION}" "${INSTALLED_VERSION}" + rlGetTestState + rlLog "Number of failed asserts so far: ${ECODE}" + rlRun -t -l "DIRECTORY=$(m17n-db)" \ + 0 "Get m17n directory" + rlAssertEquals "m17n directory should be /usr/share/m17n" "${DIRECTORY}" "/usr/share/m17n" + rlGetTestState + rlLog "Number of failed asserts so far: ${ECODE}" + for mim_file in $(ls /usr/share/m17n/*.mim) + do + rlAssertGrep "(input-method" ${mim_file} + rlGetTestState + rlLog "Number of failed asserts so far: ${ECODE}" + done + rlGetTestState + rlLog "Total number of failed asserts: ${ECODE}" + rlRun "popd" 0 + rlPhaseEnd + + rlPhaseStartCleanup + rlRun "popd" + rlRun "rm -r $tmp" 0 "Remove tmp directory" + rlPhaseEnd +rlJournalEnd diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh deleted file mode 100644 index 017055f..0000000 --- a/tests/smoke/runtest.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# If one of the commands below returns non-zero then exit immediately -set -e - -echo "m17n-db version: `m17n-db --version`" -echo "m17n-db directory: `m17n-db`" -echo " " -echo " " -echo "Test minimal syntax presence for mim files" -for file in `ls /usr/share/m17n/*.mim`; do - grep "(input-method" $file - if [ $? == 0 ]; then - echo "PASSED: minimal syntax for $file" - else - echo "FAILED: minimal syntax for $file" - exit 1 - fi -done - diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index b559be4..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- hosts: localhost - tags: - - classic - roles: - - role: standard-test-basic - tests: - - smoke - required_packages: - - m17n-db - From 997ca7f7e1a1038d5ec610208445a640812e1aa2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 16:31:58 +0000 Subject: [PATCH 38/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From add1684ef149dc1259871bc2202e70a53cdf6895 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 18 Jul 2024 15:30:21 +0200 Subject: [PATCH 39/45] Update to 1.8.6 - si-wijesekera.mim: Many updates by Harshula Jayasuriya - si-wijesekera.mim renamed to MIM/si-wijesekara.mim - configure.ac: Add support for zstd-compressed charmaps (by Thomas Staudinger ) --- .gitignore | 1 + m17n-db.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b9c27e7..9548dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.3.tar.gz /m17n-db-1.8.4.tar.gz /m17n-db-1.8.5.tar.gz +/m17n-db-1.8.6.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index c936dcd..f60e54d 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.5 +Version: 1.8.6 Release: %autorelease License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n diff --git a/sources b/sources index f92c086..c3ef371 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.5.tar.gz) = 6c3f42072b7e0a36870fd8143fb1ac7c3efc21c41869d984dfa0cbb87eb1f9958e429f1144a975b401791f0423386a03ab02531f162496531e303d9b0e049987 +SHA512 (m17n-db-1.8.6.tar.gz) = fbd86465692759004545bed782b10b8e813f741b3e8d849e27cd82a2558a0da3fe1a7e924428777b0ae391b7d41dd32a87466dd4c6178fac8b606e82b23c3ea4 From 50da41117c6b41f05f849b27e1704d73ea5ff774 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 30 Jul 2024 10:11:29 +0200 Subject: [PATCH 40/45] Updated to 1.8.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mr-gamabhana.mim: Update by Shantanu Oak - sa-vedic-itrans.mim: Additions by विश्वासो वासुकिजः (Vishvas Vasuki) --- .gitignore | 1 + m17n-db.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9548dd2..90427fc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.4.tar.gz /m17n-db-1.8.5.tar.gz /m17n-db-1.8.6.tar.gz +/m17n-db-1.8.7.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index f60e54d..20a8d42 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.6 +Version: 1.8.7 Release: %autorelease License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n diff --git a/sources b/sources index c3ef371..ea34f5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.6.tar.gz) = fbd86465692759004545bed782b10b8e813f741b3e8d849e27cd82a2558a0da3fe1a7e924428777b0ae391b7d41dd32a87466dd4c6178fac8b606e82b23c3ea4 +SHA512 (m17n-db-1.8.7.tar.gz) = e343454d9157a9fdb9c140c62217c0658ce511067e4a48d4ebd566b622fd48319f080b11fbc269ca32f7570b84f8d732e4220fdd4be7434d92291d888d03b5cf From 4a5d34c29acb7c2c73488ed38cc0b5d7c53799ac Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 19 Sep 2024 15:20:03 +0200 Subject: [PATCH 41/45] Update to 1.8.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bn-probhat.mim: Sync with the "in(ben_probhat)" layout in xkeyboard-config - sa-vedic-itrans.mim: Improvements by विश्वासो वासुकिजः (Vishvas Vasuki) - sa-itrans.mim: Improvements by विश्वासो वासुकिजः (Vishvas Vasuki) - hi-itrans.mim: Improvements by विश्वासो वासुकिजः (Vishvas Vasuki) - hu-rovas-post.mim: Sync with the improvements in hu-old-hungarian-rovas.txt in ibus-table-others. Also make it possible to use non-ASCII accented characters like ü as input. --- .gitignore | 1 + m17n-db.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 90427fc..56d874b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.5.tar.gz /m17n-db-1.8.6.tar.gz /m17n-db-1.8.7.tar.gz +/m17n-db-1.8.8.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index 20a8d42..e6ce189 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.7 +Version: 1.8.8 Release: %autorelease License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n diff --git a/sources b/sources index ea34f5f..7c30533 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.7.tar.gz) = e343454d9157a9fdb9c140c62217c0658ce511067e4a48d4ebd566b622fd48319f080b11fbc269ca32f7570b84f8d732e4220fdd4be7434d92291d888d03b5cf +SHA512 (m17n-db-1.8.8.tar.gz) = 00a041ffb8b673fbd0ca40d58e97828d70636da57e14f460bff6b29c0f524672503d38bab985efe0412c2ac05911f1ab757f5d9a0378c64f29b4d71629a96aec From 6d51bce72a89a4b57a1855daa1f71bb7a178c898 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 14 Nov 2024 12:55:21 +0100 Subject: [PATCH 42/45] Update to 1.8.9 - mr-gamabhana.mim: Update by Shantanu Oak - ar-translit.mim: Use Shift+t (T) in ar-translit.mim to input the Arabic tatweel (by Benjamin Westphal ) --- .gitignore | 1 + m17n-db.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56d874b..77f06ad 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.6.tar.gz /m17n-db-1.8.7.tar.gz /m17n-db-1.8.8.tar.gz +/m17n-db-1.8.9.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index e6ce189..88a06d5 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.8 +Version: 1.8.9 Release: %autorelease License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n diff --git a/sources b/sources index 7c30533..a7d57bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.8.tar.gz) = 00a041ffb8b673fbd0ca40d58e97828d70636da57e14f460bff6b29c0f524672503d38bab985efe0412c2ac05911f1ab757f5d9a0378c64f29b4d71629a96aec +SHA512 (m17n-db-1.8.9.tar.gz) = 1aeaf31735fc452ac92a3513f1fb1cc065dbe42158601727fe373a5480ec19df8bf3973b2477623181e80980fd61b38f04d9a415cfd11ba781c61bacd77410a7 From 7467cbf434073fd518b65a6d883130e03267e774 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 16:39:07 +0000 Subject: [PATCH 43/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4197a41dd79f641777aea6b0fc7f68f10edae74b Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sat, 5 Apr 2025 10:16:41 +0200 Subject: [PATCH 44/45] Update to 1.8.10 - ml-poorna-remington.mim: New input method by Mujeeb Rahman K --- .gitignore | 1 + m17n-db.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 77f06ad..1747c8a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ m17n-db-1.6.1.tar.gz /m17n-db-1.8.7.tar.gz /m17n-db-1.8.8.tar.gz /m17n-db-1.8.9.tar.gz +/m17n-db-1.8.10.tar.gz diff --git a/m17n-db.spec b/m17n-db.spec index 88a06d5..2cc230b 100644 --- a/m17n-db.spec +++ b/m17n-db.spec @@ -1,6 +1,6 @@ Name: m17n-db Summary: Multilingualization datafiles for m17n-lib -Version: 1.8.9 +Version: 1.8.10 Release: %autorelease License: LGPL-2.1-or-later URL: http://www.nongnu.org/m17n diff --git a/sources b/sources index a7d57bb..bae1d27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (m17n-db-1.8.9.tar.gz) = 1aeaf31735fc452ac92a3513f1fb1cc065dbe42158601727fe373a5480ec19df8bf3973b2477623181e80980fd61b38f04d9a415cfd11ba781c61bacd77410a7 +SHA512 (m17n-db-1.8.10.tar.gz) = 17e37bbde4a87eaaecdfb1a2dea3437b6fddd107c2a264ad606e081f1720d72496880e914eb1445ffd2f46d2e23a815df93a567bd43591a4b633251eec81d426 From ab4713835dcd3f43bf6692dd709471cc9fa14133 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 21:09:46 +0000 Subject: [PATCH 45/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild