From 9c7aa5ddb46817ec25bc4018d1456004500a240e Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 18 Aug 2020 18:33:16 +0200 Subject: [PATCH 1/2] Update to 0.0.52 - add list_common_keyboards() to public api by Sundeep ANAND --- .gitignore | 1 + langtable.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 266e268..4786728 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /langtable-0.0.49.tar.gz /langtable-0.0.50.tar.gz /langtable-0.0.51.tar.gz +/langtable-0.0.52.tar.gz diff --git a/langtable.spec b/langtable.spec index 97ba0ac..6a5a32b 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,6 +1,6 @@ Name: langtable -Version: 0.0.51 -Release: 2%{?dist} +Version: 0.0.52 +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,10 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Tue Aug 18 2020 Mike FABIAN - 0.0.52-1 +- Update to 0.0.52 +- add list_common_keyboards() to public api by Sundeep ANAND + * Wed Jan 29 2020 Fedora Release Engineering - 0.0.51-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 4307e28..3c41acc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.51.tar.gz) = 35ef2c6d5d85b78e486e2b1d437a84a329e9f6b62476030b5e09b410850b66d6cc1f32aa4d71e598095a298fcd89db35e12c69877a25b63ca99c99b5fe225b8d +SHA512 (langtable-0.0.52.tar.gz) = a76b9b8263dc0889a78b3c3971af525505a8bcb0702d47ed456db1623b12c33e3a6ee5ab961cb31d251ba084a4c183cdf276552e546e68f3f9992a465ed9fe03 From e8c752707ee5dd0e2f2538b9cd64cd8de8dc62be Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 15 Sep 2020 13:09:08 +0200 Subject: [PATCH 2/2] Update to 0.0.53 - Capitalize the return values of language_name() and territory_name() (See: https://github.com/rhinstaller/anaconda/pull/2837). - Add more translations from CLDR - Get translation changes from CLDR --- .gitignore | 1 + langtable.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4786728..3452ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /langtable-0.0.50.tar.gz /langtable-0.0.51.tar.gz /langtable-0.0.52.tar.gz +/langtable-0.0.53.tar.gz diff --git a/langtable.spec b/langtable.spec index 6a5a32b..5c8395a 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,5 +1,5 @@ Name: langtable -Version: 0.0.52 +Version: 0.0.53 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 +* Tue Sep 15 2020 Mike FABIAN - 0.0.53-1 +- Update to 0.0.53 +- Capitalize the return values of language_name() and territory_name() + (See: https://github.com/rhinstaller/anaconda/pull/2837). +- Add more translations from CLDR +- Get translation changes from CLDR + * Tue Aug 18 2020 Mike FABIAN - 0.0.52-1 - Update to 0.0.52 - add list_common_keyboards() to public api by Sundeep ANAND diff --git a/sources b/sources index 3c41acc..4055810 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (langtable-0.0.52.tar.gz) = a76b9b8263dc0889a78b3c3971af525505a8bcb0702d47ed456db1623b12c33e3a6ee5ab961cb31d251ba084a4c183cdf276552e546e68f3f9992a465ed9fe03 +SHA512 (langtable-0.0.53.tar.gz) = ea15b97e71dbddd376a9c606e7b9742b264d46950c8c5cd3a43ff6b6c9b68229d9c8db79a3a5a497c244acaae97aa4213b8115079bfd74a17a1bf1c42285fb46