From 955966f80a714e13756ea1992f7e314b7b0765ae Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 6 Sep 2022 09:19:27 +0200 Subject: [PATCH 1/5] Update to 0.0.59 --- .gitignore | 1 + langtable.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62485f2..60390e1 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /langtable-0.0.56.tar.gz /langtable-0.0.57.tar.gz /langtable-0.0.58.tar.gz +/langtable-0.0.59.tar.gz diff --git a/langtable.spec b/langtable.spec index 00abf1a..095c954 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,5 +1,5 @@ Name: langtable -Version: 0.0.58 +Version: 0.0.59 Release: 1%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) @@ -75,6 +75,12 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Tue Sep 06 2022 Mike FABIAN - 0.0.59-1 +- Update to 0.0.59 +- Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic +- Get translation changes from CLDR +- Add more translations from CLDR + * Thu Apr 21 2022 Mike FABIAN - 0.0.58-1 - Update to 0.0.58 - Add syr locale diff --git a/sources b/sources index 7de00c6..850f035 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.58.tar.gz) = e7d12ad98754e6ea8e0d5c1b1a425fbca62c0cae78b3fddb9a4b34fc8163c372e08fe5ccee89e880407772181bc9eaf8dbfd499829916055c62c3a0e6f70bc18 +SHA512 (langtable-0.0.59.tar.gz) = 510bba494c4b564e456cc8ffa859d4718c3799c63f7c39ff311c710473350e9a735426479d331309305c0f86b509f6810b4543352051f70cf1373f4e95021980 From e35684f5e49bd328e89302cfca975d91d8db6827 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 21 Sep 2022 16:57:36 +0200 Subject: [PATCH 2/5] Update to 0.0.60 - Add list_common_locales() function (Resolves: https://github.com/mike-fabian/langtable/issues/15) - For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice (Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14) --- .gitignore | 1 + langtable.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60390e1..b95ab30 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /langtable-0.0.57.tar.gz /langtable-0.0.58.tar.gz /langtable-0.0.59.tar.gz +/langtable-0.0.60.tar.gz diff --git a/langtable.spec b/langtable.spec index 095c954..830637a 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,5 +1,5 @@ Name: langtable -Version: 0.0.59 +Version: 0.0.60 Release: 1%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) @@ -75,6 +75,13 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Wed Sep 21 2022 Mike FABIAN - 0.0.60-1 +- Update to 0.0.60 +- Add list_common_locales() function + (Resolves: https://github.com/mike-fabian/langtable/issues/15) +- For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice + (Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14) + * Tue Sep 06 2022 Mike FABIAN - 0.0.59-1 - Update to 0.0.59 - Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic diff --git a/sources b/sources index 850f035..76bc8d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.59.tar.gz) = 510bba494c4b564e456cc8ffa859d4718c3799c63f7c39ff311c710473350e9a735426479d331309305c0f86b509f6810b4543352051f70cf1373f4e95021980 +SHA512 (langtable-0.0.60.tar.gz) = b4cb257f399f3cd731cb0f563b310c8871c5cfe3eef2586e740ebdb5ab7a80cd577d14973cad0d4d15723931ffe005cd26642f45bd6fc15112f3d295aae1e1c4 From c292ebfa58621cea1e65e4d603c634d92948e21f Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 24 Nov 2022 23:22:31 +0100 Subject: [PATCH 3/5] Update to 0.0.61 - Add mnw_MM.UTF-8 and ckb_IQ.UTF-8 - Do not run test cases using Python2 anymore - Add bih - Add more translations from CLDR - Migrate license tag to SPDX --- .gitignore | 1 + langtable.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b95ab30..9c04aae 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /langtable-0.0.58.tar.gz /langtable-0.0.59.tar.gz /langtable-0.0.60.tar.gz +/langtable-0.0.61.tar.gz diff --git a/langtable.spec b/langtable.spec index 830637a..687590f 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,12 +1,12 @@ Name: langtable -Version: 0.0.60 +Version: 0.0.61 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 # short name for this license is "MIT", see: # https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29 -License: GPLv3+ +License: GPL-3.0-or-later URL: https://github.com/mike-fabian/langtable Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch @@ -75,6 +75,14 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Thu Nov 24 2022 Mike FABIAN - 0.0.61-1 +- Update to 0.0.61 +- Add mnw_MM.UTF-8 and ckb_IQ.UTF-8 +- Do not run test cases using Python2 anymore +- Add bih +- Add more translations from CLDR +- Migrate license tag to SPDX + * Wed Sep 21 2022 Mike FABIAN - 0.0.60-1 - Update to 0.0.60 - Add list_common_locales() function diff --git a/sources b/sources index 76bc8d4..507aaf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.60.tar.gz) = b4cb257f399f3cd731cb0f563b310c8871c5cfe3eef2586e740ebdb5ab7a80cd577d14973cad0d4d15723931ffe005cd26642f45bd6fc15112f3d295aae1e1c4 +SHA512 (langtable-0.0.61.tar.gz) = ab014041073ed39e8e4ca4c2bb638c486eb22479a3de167371b8733182896c6c72000668db32d9aca41dc42c4051992da7d7a9d8cbb6ed3fd05d3e52ae6c59f5 From 2e13f8e5a9f0dc4819a632ba8a7ff9f3f58fc2de Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 28 Nov 2022 08:31:53 +0100 Subject: [PATCH 4/5] Migrate license tag of python3-langtable to SPDX as well --- langtable.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/langtable.spec b/langtable.spec index 687590f..613820c 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,6 +1,6 @@ Name: langtable Version: 0.0.61 -Release: 1%{?dist} +Release: 2%{?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 @@ -23,7 +23,7 @@ already known. %package -n python3-langtable Summary: Python module to query the langtable-data -License: GPLv3+ +License: GPL-3.0-or-later Requires: %{name} = %{version}-%{release} Obsoletes: %{name}-data < %{version}-%{release} Provides: %{name}-data = %{version}-%{release} @@ -75,6 +75,9 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Mon Nov 28 2022 Mike FABIAN - 0.0.61-2 +- Migrate license tag of python3-langtable to SPDX as well + * Thu Nov 24 2022 Mike FABIAN - 0.0.61-1 - Update to 0.0.61 - Add mnw_MM.UTF-8 and ckb_IQ.UTF-8 From 39fb8147d10d6d129b5a46df1bfd69b02a7e6d4a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 2 May 2023 12:58:24 +0200 Subject: [PATCH 5/5] Update to 0.0.62 - Get translation changes from CLDR - Add more translations from CLDR - Add Norwegian keyboard layout to keyboards.xml (Resolves: https://github.com/mike-fabian/langtable/issues/16) - Add Hang script to Southern Aymara --- .gitignore | 1 + langtable.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c04aae..1eedaf5 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /langtable-0.0.59.tar.gz /langtable-0.0.60.tar.gz /langtable-0.0.61.tar.gz +/langtable-0.0.62.tar.gz diff --git a/langtable.spec b/langtable.spec index 613820c..14c1583 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,6 +1,6 @@ Name: langtable -Version: 0.0.61 -Release: 2%{?dist} +Version: 0.0.62 +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 @@ -75,6 +75,14 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Tue May 02 2023 Mike FABIAN - 0.0.62-1 +- Update to 0.0.62 +- Get translation changes from CLDR +- Add more translations from CLDR +- Add Norwegian keyboard layout to keyboards.xml + (Resolves: https://github.com/mike-fabian/langtable/issues/16) +- Add Hang script to Southern Aymara + * Mon Nov 28 2022 Mike FABIAN - 0.0.61-2 - Migrate license tag of python3-langtable to SPDX as well diff --git a/sources b/sources index 507aaf1..660c9dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.61.tar.gz) = ab014041073ed39e8e4ca4c2bb638c486eb22479a3de167371b8733182896c6c72000668db32d9aca41dc42c4051992da7d7a9d8cbb6ed3fd05d3e52ae6c59f5 +SHA512 (langtable-0.0.62.tar.gz) = 39628c99069f00fc2cde9861ebfb69e709730e1f585c1661496b8d69f93c7a78854c6a4744930af6ee1ce03b7647702d28d2c3c2816cfcce3aa55887e3f24ea8