[langtable] Update to version 0.0.2.

Mike FABIAN mfabian at fedoraproject.org
Fri May 10 09:31:53 UTC 2013


commit d9fbd68024731459ca8578ea7f0deb79681a78fb
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Fri May 10 11:29:00 2013 +0200

    Update to version 0.0.2.
    
    - Prefer values for language, script, and territory found in languageId over those found in the other parameters

 .gitignore     |    1 +
 langtable.spec |    6 +++++-
 sources        |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03b36df..74eb5b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /langtable-0.0.1.tar.gz
+/langtable-0.0.2.tar.gz
diff --git a/langtable.spec b/langtable.spec
index 009a1f5..94577d2 100644
--- a/langtable.spec
+++ b/langtable.spec
@@ -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 at 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 at redhat.com> - 0.0.1-1
 - initial package
 
diff --git a/sources b/sources
index aea8452..caaa91f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1a62e4d973fef2b8554b94acd7585ed  langtable-0.0.1.tar.gz
+69e1a9028d1d2d167460b6769f50acc5  langtable-0.0.2.tar.gz


More information about the scm-commits mailing list