Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88eed5f607 | ||
|
|
2b2c3262d2 | ||
|
|
55649151f8 | ||
|
|
ec95fee603 | ||
|
|
fbe5229642 | ||
|
|
888863033a |
3 changed files with 51 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -55,3 +55,8 @@
|
|||
/langtable-0.0.54.tar.gz
|
||||
/langtable-0.0.55.tar.gz
|
||||
/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
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: langtable
|
||||
Version: 0.0.56
|
||||
Release: 1%{?dist}
|
||||
Version: 0.0.61
|
||||
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
|
||||
# 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,47 @@ xmllint --noout --relaxng \
|
|||
%{python3_sitelib}/langtable-*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- 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 <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 0.0.56-1
|
||||
- Update to 0.0.56
|
||||
- Fallback to translations in “xx” from “xx_Zzzz”
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (langtable-0.0.56.tar.gz) = be15202d2f5bb85a5146055d38031e02563e104a19bc2dd4a6ef15b35b2c72d76a424c6b8ea414f7e10c072cb05806e1326a89b902433812fa99bf75eeebf0dd
|
||||
SHA512 (langtable-0.0.61.tar.gz) = ab014041073ed39e8e4ca4c2bb638c486eb22479a3de167371b8733182896c6c72000668db32d9aca41dc42c4051992da7d7a9d8cbb6ed3fd05d3e52ae6c59f5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue