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:
Mike FABIAN 2015-07-02 15:49:46 +02:00
parent 404b434357
commit d034e2a848
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
d81ad467365c3d863df831e2d17345e5 langtable-0.0.33.tar.gz
3322af48be0fdc172fdce5486af9583d langtable-0.0.34.tar.gz