Update to version 0.0.2.

- Prefer values for language, script, and territory found in languageId over those found in the other parameters
This commit is contained in:
Mike FABIAN 2013-05-10 11:29:00 +02:00
parent c7af420a19
commit d9fbd68024
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/langtable-0.0.1.tar.gz
/langtable-0.0.2.tar.gz

View File

@ -1,5 +1,5 @@
Name: langtable
Version: 0.0.1
Version: 0.0.2
Release: 1%{?dist}
Summary: For guessing reasonable defaults for locale, keyboard, territory,
Group: Development/Tools
@ -63,6 +63,10 @@ perl -pi -e "s%datadir = '(.*)'%datadir = '%{_datadir}/langtable'%" langtable.py
%{_datadir}/langtable/*
%changelog
* Fri May 10 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.2-1
- update to 0.0.2
- Prefer values for language, script, and territory found in languageId over those found in the other parameters
* Tue May 07 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.1-1
- initial package

View File

@ -1 +1 @@
b1a62e4d973fef2b8554b94acd7585ed langtable-0.0.1.tar.gz
69e1a9028d1d2d167460b6769f50acc5 langtable-0.0.2.tar.gz