From 6de025c9570fbdc5b4dc909bf8dd018ba11ebb84 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 11 Aug 2021 17:31:36 +0200 Subject: [PATCH 1/4] Update to 0.0.55 --- .gitignore | 1 + langtable.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec1afb8..faac0ba 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /langtable-0.0.52.tar.gz /langtable-0.0.53.tar.gz /langtable-0.0.54.tar.gz +/langtable-0.0.55.tar.gz diff --git a/langtable.spec b/langtable.spec index 7a5177c..8f6ba41 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,6 +1,6 @@ Name: langtable -Version: 0.0.54 -Release: 2%{?dist} +Version: 0.0.55 +Release: 1%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) # imported from CLDR and are thus under the Unicode license, the @@ -74,6 +74,14 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Wed Aug 11 2021 Mike FABIAN - 0.0.55-1 +- Update to 0.0.55 +- Get translation changes from CLDR +- Add more translations from CLDR +- Make inscript2 instead of inscript input methods the default + (See: https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM) +- Make ibus/m17n:vi:telex the default input method for Vietnamese + * Tue Jan 26 2021 Fedora Release Engineering - 0.0.54-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index d726064..5d9be8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.54.tar.gz) = 9862f6e5747bfdfcdda8f937d4d9435160597df7f83ebb3afa5714fbc1a93e40c49b8a34164eff5c857ef6fb8e21adcfa149045600d4fcd635161892d31cee02 +SHA512 (langtable-0.0.55.tar.gz) = c432e17f3f49b0a841a57512905e5083a2b502f1feb789ace2a3029d5c828f2292fc7f947e1a2a63365592405cda362eaf717f5acf83e7e50fba338f51ec3613 From e33fc2ab70fff5303babb1c1b59ea903a0a3ddc8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 16 Aug 2021 11:48:41 +0200 Subject: [PATCH 2/4] Update to 0.0.56 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx” (Resolves: https://github.com/mike-fabian/langtable/issues/13) - Get translation changes for mt from CLDR --- .gitignore | 1 + langtable.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index faac0ba..b0b9877 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /langtable-0.0.53.tar.gz /langtable-0.0.54.tar.gz /langtable-0.0.55.tar.gz +/langtable-0.0.56.tar.gz diff --git a/langtable.spec b/langtable.spec index 8f6ba41..c840485 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,5 +1,5 @@ Name: langtable -Version: 0.0.55 +Version: 0.0.56 Release: 1%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) @@ -74,6 +74,13 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Mon Aug 16 2021 Mike FABIAN - 0.0.56-1 +- Update to 0.0.56 +- Fallback to translations in “xx” from “xx_Zzzz” + only if “Zzzz” is the main script of “xx” + (Resolves: https://github.com/mike-fabian/langtable/issues/13) +- Get translation changes for mt from CLDR + * Wed Aug 11 2021 Mike FABIAN - 0.0.55-1 - Update to 0.0.55 - Get translation changes from CLDR diff --git a/sources b/sources index 5d9be8c..79b1d29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.55.tar.gz) = c432e17f3f49b0a841a57512905e5083a2b502f1feb789ace2a3029d5c828f2292fc7f947e1a2a63365592405cda362eaf717f5acf83e7e50fba338f51ec3613 +SHA512 (langtable-0.0.56.tar.gz) = be15202d2f5bb85a5146055d38031e02563e104a19bc2dd4a6ef15b35b2c72d76a424c6b8ea414f7e10c072cb05806e1326a89b902433812fa99bf75eeebf0dd From 34bae33d06f58a9fcc889bec0a3348fa7bebeda9 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 25 Jan 2022 08:54:06 +0100 Subject: [PATCH 3/4] Update to 0.0.57 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Get translation changes from CLDR - Add more translations from CLDR - Replace “ibus/cangjie” with “ibus/table:cangjie5” - Updates for Sami languages (from Marko Myllynen) - Updates for Finnish keyboard layouts (from Marko Myllynen) --- .gitignore | 1 + langtable.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0b9877..92f7bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /langtable-0.0.54.tar.gz /langtable-0.0.55.tar.gz /langtable-0.0.56.tar.gz +/langtable-0.0.57.tar.gz diff --git a/langtable.spec b/langtable.spec index c840485..3487efd 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,5 +1,5 @@ Name: langtable -Version: 0.0.56 +Version: 0.0.57 Release: 1%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) @@ -74,6 +74,14 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Tue Jan 25 2022 Mike FABIAN - 0.0.57-1 +- Update to 0.0.57 +- Get translation changes from CLDR +- Add more translations from CLDR +- Replace “ibus/cangjie” with “ibus/table:cangjie5” +- Updates for Sami languages (from Marko Myllynen) +- Updates for Finnish keyboard layouts (from Marko Myllynen) + * Mon Aug 16 2021 Mike FABIAN - 0.0.56-1 - Update to 0.0.56 - Fallback to translations in “xx” from “xx_Zzzz” diff --git a/sources b/sources index 79b1d29..72d9417 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.56.tar.gz) = be15202d2f5bb85a5146055d38031e02563e104a19bc2dd4a6ef15b35b2c72d76a424c6b8ea414f7e10c072cb05806e1326a89b902433812fa99bf75eeebf0dd +SHA512 (langtable-0.0.57.tar.gz) = e354728fe392bee239187df2e4aa9e2080aebed7b8bcf6cee0212b0565866c265d9e7d5144cf71e748ca82c2f6126dfb9ad499904cf4f725e187be4ced458977 From b3ac85eadc087b255d85429bdef694147800de34 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 21 Apr 2022 11:09:57 +0200 Subject: [PATCH 4/4] Update to 0.0.58 - Add syr locale - Get translation changes from CLDR - Add more translations from CLDR - Fix names for keyboard layouts which have changed - Add ab_GE locale - Add rif language --- .gitignore | 1 + langtable.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 92f7bd1..62485f2 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /langtable-0.0.55.tar.gz /langtable-0.0.56.tar.gz /langtable-0.0.57.tar.gz +/langtable-0.0.58.tar.gz diff --git a/langtable.spec b/langtable.spec index 3487efd..c477c5f 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,5 +1,5 @@ Name: langtable -Version: 0.0.57 +Version: 0.0.58 Release: 1%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) @@ -74,6 +74,15 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Thu Apr 21 2022 Mike FABIAN - 0.0.58-1 +- Update to 0.0.58 +- Add syr locale +- Get translation changes from CLDR +- Add more translations from CLDR +- Fix names for keyboard layouts which have changed +- Add ab_GE locale +- Add rif language + * Tue Jan 25 2022 Mike FABIAN - 0.0.57-1 - Update to 0.0.57 - Get translation changes from CLDR diff --git a/sources b/sources index 72d9417..7de00c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.57.tar.gz) = e354728fe392bee239187df2e4aa9e2080aebed7b8bcf6cee0212b0565866c265d9e7d5144cf71e748ca82c2f6126dfb9ad499904cf4f725e187be4ced458977 +SHA512 (langtable-0.0.58.tar.gz) = e7d12ad98754e6ea8e0d5c1b1a425fbca62c0cae78b3fddb9a4b34fc8163c372e08fe5ccee89e880407772181bc9eaf8dbfd499829916055c62c3a0e6f70bc18