Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39fb8147d1 | ||
|
|
2e13f8e5a9 | ||
|
|
c292ebfa58 | ||
|
|
e35684f5e4 | ||
|
|
955966f80a |
3 changed files with 40 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -57,3 +57,7 @@
|
|||
/langtable-0.0.56.tar.gz
|
||||
/langtable-0.0.57.tar.gz
|
||||
/langtable-0.0.58.tar.gz
|
||||
/langtable-0.0.59.tar.gz
|
||||
/langtable-0.0.60.tar.gz
|
||||
/langtable-0.0.61.tar.gz
|
||||
/langtable-0.0.62.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: langtable
|
||||
Version: 0.0.58
|
||||
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
|
||||
# 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
|
||||
|
|
@ -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,38 @@ xmllint --noout --relaxng \
|
|||
%{python3_sitelib}/langtable-*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue May 02 2023 Mike FABIAN <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 0.0.61-2
|
||||
- Migrate license tag of python3-langtable to SPDX as well
|
||||
|
||||
* Thu Nov 24 2022 Mike FABIAN <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 0.0.58-1
|
||||
- Update to 0.0.58
|
||||
- Add syr locale
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (langtable-0.0.58.tar.gz) = e7d12ad98754e6ea8e0d5c1b1a425fbca62c0cae78b3fddb9a4b34fc8163c372e08fe5ccee89e880407772181bc9eaf8dbfd499829916055c62c3a0e6f70bc18
|
||||
SHA512 (langtable-0.0.62.tar.gz) = 39628c99069f00fc2cde9861ebfb69e709730e1f585c1661496b8d69f93c7a78854c6a4744930af6ee1ce03b7647702d28d2c3c2816cfcce3aa55887e3f24ea8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue