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
This commit is contained in:
parent
12189d355c
commit
2183dcbbe9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (langtable-0.0.60.tar.gz) = b4cb257f399f3cd731cb0f563b310c8871c5cfe3eef2586e740ebdb5ab7a80cd577d14973cad0d4d15723931ffe005cd26642f45bd6fc15112f3d295aae1e1c4
|
||||
SHA512 (langtable-0.0.61.tar.gz) = ab014041073ed39e8e4ca4c2bb638c486eb22479a3de167371b8733182896c6c72000668db32d9aca41dc42c4051992da7d7a9d8cbb6ed3fd05d3e52ae6c59f5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user