Update to version 0.0.4

- Remove backwards compatibility init() function
- Add ia (Interlingua), see https://bugzilla.redhat.com/show_bug.cgi?id=872423
This commit is contained in:
Mike FABIAN 2013-05-27 12:18:39 +02:00
parent 5ac090dbf0
commit 2ecfedae18
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/langtable-0.0.1.tar.gz
/langtable-0.0.2.tar.gz
/langtable-0.0.3.tar.gz
/langtable-0.0.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: langtable
Version: 0.0.3
Version: 0.0.4
Release: 1%{?dist}
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
Group: Development/Tools
@ -65,6 +65,11 @@ perl -pi -e "s,_datadir = '(.*)',_datadir = '%{_datadir}/langtable'," langtable.
%{_datadir}/langtable/*
%changelog
* Mon May 27 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.4-1
- Update to 0.0.4
- Remove backwards compatibility init() function
- Add ia (Interlingua), see https://bugzilla.redhat.com/show_bug.cgi?id=872423
* Thu May 16 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.3-1
- Update to 0.0.3
- Move the examples from the README to the source code

View File

@ -1 +1 @@
11298c57051405b06bcfccb67e8d3077 langtable-0.0.3.tar.gz
bee089ca365ff3460a26f3d81364f7b5 langtable-0.0.4.tar.gz