Update to version 0.0.18
- Add anp - Do not fail if a timezone id part cannot be found in the database (Vratislav Podzimek reported that error)
This commit is contained in:
parent
0a1c4107c8
commit
373f6cfb7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/langtable-0.0.15.tar.gz
|
||||
/langtable-0.0.16.tar.gz
|
||||
/langtable-0.0.17.tar.gz
|
||||
/langtable-0.0.18.tar.gz
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: langtable
|
||||
Version: 0.0.17
|
||||
Version: 0.0.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||
Group: Development/Tools
|
||||
@ -121,6 +121,10 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/territor
|
||||
%{_datadir}/langtable/*.xml.gz
|
||||
|
||||
%changelog
|
||||
* Mon Nov 04 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.18-1
|
||||
- Add anp
|
||||
- Do not fail if a timezone id part cannot be found in the database (Vratislav Podzimek reported that error)
|
||||
|
||||
* Tue Oct 22 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.17-1
|
||||
- Add “be(oss)” as a possible keyboard layout for language nl (Resolves: rhbz#885345)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user