From d034e2a848c75449e4e9fa0a2eb51a7cf574d6cb Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 2 Jul 2015 15:49:46 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + langtable.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38a13da..30c6adf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/langtable.spec b/langtable.spec index 9970a28..475f1a1 100644 --- a/langtable.spec +++ b/langtable.spec @@ -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 - 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 - 0.0.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 5a6ed1f..8223792 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d81ad467365c3d863df831e2d17345e5 langtable-0.0.33.tar.gz +3322af48be0fdc172fdce5486af9583d langtable-0.0.34.tar.gz