From 2ecfedae182304776bb0ce83155d8547f3c83844 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 27 May 2013 12:18:39 +0200 Subject: [PATCH] Update to version 0.0.4 - Remove backwards compatibility init() function - Add ia (Interlingua), see https://bugzilla.redhat.com/show_bug.cgi?id=872423 --- .gitignore | 1 + langtable.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88c599e..c5032fe 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/langtable.spec b/langtable.spec index 4d6bb08..3b44085 100644 --- a/langtable.spec +++ b/langtable.spec @@ -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 - 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 - 0.0.3-1 - Update to 0.0.3 - Move the examples from the README to the source code diff --git a/sources b/sources index 321ad39..c0358ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11298c57051405b06bcfccb67e8d3077 langtable-0.0.3.tar.gz +bee089ca365ff3460a26f3d81364f7b5 langtable-0.0.4.tar.gz