Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
877902e3e1 | ||
|
|
e6671a03a5 |
3 changed files with 12 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -35,3 +35,4 @@
|
|||
/langtable-0.0.35.tar.gz
|
||||
/langtable-0.0.36.tar.gz
|
||||
/langtable-0.0.37.tar.gz
|
||||
/langtable-0.0.38.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%endif
|
||||
|
||||
Name: langtable
|
||||
Version: 0.0.37
|
||||
Version: 0.0.38
|
||||
Release: 2%{?dist}
|
||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||
Group: Development/Tools
|
||||
|
|
@ -15,7 +15,7 @@ Group: Development/Tools
|
|||
# https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
|
||||
License: GPLv3+
|
||||
URL: https://github.com/mike-fabian/langtable
|
||||
Source0: http://mfabian.fedorapeople.org/langtable/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: python2-devel
|
||||
|
|
@ -119,6 +119,14 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/timezone
|
|||
%{_datadir}/langtable/*.xml.gz
|
||||
|
||||
%changelog
|
||||
* Mon Nov 06 2017 Mike FABIAN <mfabian@redhat.com> - 0.0.38-2
|
||||
- Make "tw" the default keyboard layout for zh_TW and cmn_TW
|
||||
- Resolves: rhbz#1387825
|
||||
|
||||
* Mon Nov 06 2017 Mike FABIAN <mfabian@redhat.com> - 0.0.38-1
|
||||
- Add some new translations from CLDR
|
||||
- Add agr, bi, hif, kab, mfe, miq, mjw, shn, sm, to, tpi_PG, yuw, AS, MU, SC, TO, VU, WS
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.37-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (langtable-0.0.37.tar.gz) = 5580136692bbb9fc9720d333b4179219aed78cda1504d332cc66012d41b5b3a5c216ea9512d94b90519e575377f6970e20c738fb5da1b223205c8bd9828347cd
|
||||
SHA512 (langtable-0.0.38.tar.gz) = 80d4e90ac618251a3bf4d475985ea961d6d5d47f3a8e84489cb54ad305d490cae659756bc2957c647ac4a6e1d1e28efb2677bfe8f0abc6ad32f928b49624eff0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue