[langtable/f19] Update to version 0.0.5

Mike FABIAN mfabian at fedoraproject.org
Fri Jun 7 17:29:56 UTC 2013


commit 5d57d83db36203b830f66914f2a3c104a3552d98
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Fri Jun 7 19:10:33 2013 +0200

    Update to version 0.0.5
    
    - Accept script names as used by glibc locales as well
    - Support reading gzipped xml files
    - Set ASCII support to “True” for cz and sk keyboard layouts

 .gitignore     |    1 +
 langtable.spec |    9 ++++++++-
 sources        |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5032fe..723988f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /langtable-0.0.2.tar.gz
 /langtable-0.0.3.tar.gz
 /langtable-0.0.4.tar.gz
+/langtable-0.0.5.tar.gz
diff --git a/langtable.spec b/langtable.spec
index 3b44085..67cd260 100644
--- a/langtable.spec
+++ b/langtable.spec
@@ -1,5 +1,5 @@
 Name:           langtable
-Version:        0.0.4
+Version:        0.0.5
 Release:        1%{?dist}
 Summary:        Guessing reasonable defaults for locale, keyboard layout, territory, and language.
 Group:          Development/Tools
@@ -51,6 +51,7 @@ perl -pi -e "s,_datadir = '(.*)',_datadir = '%{_datadir}/langtable'," langtable.
 
 %install
 %{__python} setup.py install --skip-build --prefix=%{_prefix} --install-data=%{_datadir}/langtable --root $RPM_BUILD_ROOT
+gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/langtable/*.xml
 
 %check
 (cd $RPM_BUILD_DIR/%{name}-%{version}/data; PYTHONPATH=.. %{__python} -m doctest ../test_cases.txt; %{__python} ../langtable.py)
@@ -65,6 +66,12 @@ perl -pi -e "s,_datadir = '(.*)',_datadir = '%{_datadir}/langtable'," langtable.
 %{_datadir}/langtable/*
 
 %changelog
+* Fri Jun 07 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.5-1
+- Update to 0.0.5
+- Accept script names as used by glibc locales as well
+- Support reading gzipped xml files
+- Set ASCII support to “True” for cz and sk keyboard layouts
+
 * Mon May 27 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.4-1
 - Update to 0.0.4
 - Remove backwards compatibility init() function
diff --git a/sources b/sources
index c0358ae..a97f08a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bee089ca365ff3460a26f3d81364f7b5  langtable-0.0.4.tar.gz
+37121c070b97f53647f6b409d37a0307  langtable-0.0.5.tar.gz


More information about the scm-commits mailing list