Update to version 0.0.34
- Add a function list_scripts() to list scripts used for a language or in a territory - Translation fix from CLDR - Add Sphinx markup to public functions
This commit is contained in:
parent
404b434357
commit
d034e2a848
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/langtable-0.0.31.tar.gz
|
||||
/langtable-0.0.32.tar.gz
|
||||
/langtable-0.0.33.tar.gz
|
||||
/langtable-0.0.34.tar.gz
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
%endif
|
||||
|
||||
Name: langtable
|
||||
Version: 0.0.33
|
||||
Release: 2%{?dist}
|
||||
Version: 0.0.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||
Group: Development/Tools
|
||||
# the translations in languages.xml and territories.xml are (mostly)
|
||||
@ -125,6 +125,11 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/timezone
|
||||
%{_datadir}/langtable/*.xml.gz
|
||||
|
||||
%changelog
|
||||
* Wed Jul 01 2015 Mike FABIAN <mfabian@redhat.com> - 0.0.34-1
|
||||
- Add a function list_scripts() to list scripts used for a language or in a territory
|
||||
- Translation fix from CLDR
|
||||
- Add Sphinx markup to public functions
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.33-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user