Compare commits

...

No commits in common. 'cs10' and 'c9' have entirely different histories.
cs10 ... c9

4
.gitignore vendored

@ -1 +1,3 @@
SOURCES/m17n-db-1.8.5.tar.gz
SOURCES/inscript2-20160423.tar.gz
SOURCES/m17n-db-1.8.0.tar.gz
SOURCES/m17n-db-sayura-1.0.0.tar.gz

@ -1 +1,3 @@
dce96505845bd8cdfffb30a8a0d9f6f15ace5a7e SOURCES/m17n-db-1.8.5.tar.gz
ed1e419adb26fc79c1b3b9de8a3ac3a089e35b51 SOURCES/inscript2-20160423.tar.gz
b314d22e726b06676f405ac1e06cad2823868bc3 SOURCES/m17n-db-1.8.0.tar.gz
fe31c1a0a84af563ecc835b0633340fd99e81139 SOURCES/m17n-db-sayura-1.0.0.tar.gz

@ -0,0 +1,48 @@
--- 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)))

@ -0,0 +1,21 @@
--- 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 <svenkate@redhat.com>
")
@@ -161,7 +164,7 @@
("X" "")
("C" ?ಣ)
("c" ?ಮ)
-;; V
+ ("V" "")
("v" ?ನ)
;; B
("b" ?ವ)

@ -0,0 +1,48 @@
--- 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
<http://kannada.sourceforge.net>
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 <svenkate@redhat.com>
+
+")
(title "ಕ")
(map

@ -0,0 +1,137 @@
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

@ -0,0 +1,18 @@
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 @-) "ૌ"))

@ -0,0 +1,60 @@
--- 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 <pnemade@redhat.com>
-(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 <pnemade@redhat.com>
-(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 <pnemade@redhat.com>
-(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 <pnemade@redhat.com>
-(input-method sat inscript2)
+(input-method sat inscript2-olck)
(description "Santali Ol Chicky input method for enhanced inscript layout.

@ -0,0 +1,28 @@
commit 3e26647b3ec04c95f97e435b79f1f148ba8a6950
Author: Rajeesh K V <rajeeshknambiar@gmail.com>
Date: Mon Dec 14 15:58:11 2020 +0530
Malayalam mozhi input method: fix spurious ZWNJ being added
diff --git a/MIM/ml-mozhi.mim b/MIM/ml-mozhi.mim
index e502c7a..ce0b84f 100644
--- 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," ",")

@ -1,23 +1,16 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 7;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: m17n-db
Summary: Multilingualization datafiles for m17n-lib
Version: 1.8.5
Release: %autorelease
License: LGPL-2.1-or-later
Version: 1.8.0
Release: 16%{?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
# Following is awaiting for upstream commit
Source1: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim
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
BuildArch: noarch
BuildRequires: make
@ -28,6 +21,16 @@ 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
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
%description
This package contains multilingualization (m17n) datafiles for m17n-lib
which describe input maps, encoding maps, OpenType font data and
@ -54,8 +57,16 @@ m17n-db development files
%prep
%autosetup -N
##extract inscript2 maps
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
%build
%configure
%{make_build}
@ -63,11 +74,23 @@ m17n-db development files
%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
#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 %{SOURCE1} %{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
cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icons
# For installing the translation files
%find_lang %name
@ -103,7 +126,6 @@ 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
@ -126,184 +148,20 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim
%{_datadir}/pkgconfig/m17n-db.pc
%changelog
## START: Generated by rpmautospec
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.8.5-7
- Bump release for October 2024 mass rebuild:
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.8.5-4
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 07 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.5-1
- Update to 1.8.5
- new-newa-traditional-extended: New input method by Swornim Nakarmi <svarnim.nakahmi1.618@gmail.com>
- ml-pn-c: New input method for Malayalam by Ajith R <ajithramayyan at yahoo dot co dot in>
- 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 <mfabian@redhat.com> - 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)" <vishvas.vasuki@gmail.com>
- ne-trad-ttf: Update from author, Santosh Pradhan <sapradhan8@gmail.com>
- 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)" <vishvas.vasuki@gmail.com> 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 <mfabian@redhat.com> - 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 <releng@fedoraproject.org> - 1.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 08 2023 Mike FABIAN <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 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 <releng@fedoraproject.org> - 1.8.0-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Nov 30 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-28
- Migrate license tag to SPDX
* Fri Aug 19 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-27
- Add bn-national-jatiya.{mim,png}
- Add improved unicode.mim
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 12 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-25
- Add mr-gamabhana.png icon for mr-gamabhana.mim input method
* Mon Jul 11 2022 Mike FABIAN <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 1.8.0-23
- Add mr-gamabhana.mim input method
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Aug 20 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-21
- Update inscript2 keymaps to new upstream release 20210820
* Thu Aug 12 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-20
- Update inscript2 keymaps to new upstream release 20210812
* Mon Aug 09 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-19
- Update inscript2 keymaps to new upstream release 20210809
* Tue Aug 03 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-18
- Update inscript2 keymaps to new upstream release 20210803
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-16
- Re-upload minglish.mim source to fix its permissions to 644
* Wed May 19 2021 Mike FABIAN <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 1.8.0-14
- Add back autopatch to apply the patches again
* Sun Apr 04 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.8.0-13
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.0-16
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-15
- Resolves:rhbz#1961997 - minglish file permission fix
* Tue Jun 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-14
- Resolves:rhbz#1961997 - Add gating tests from rhel-8
- Malayalam Mozhi input scheme bug fix
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.0-13
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -759,5 +617,3 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim
* Sat Jan 15 2005 UTUMI Hirosi <utuhiro78@yahoo.co.jp>
- modify spec for fedora
## END: Generated by rpmautospec

Loading…
Cancel
Save