From a88c305427a79a777414f984b2c9b152687ca9e8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: May 06 2015 07:25:21 +0000 Subject: update to 1.9.6 - Use os.path.expanduser('~') instead of os.getenv('HOME') - Resolves: rhbz#1218023 --- diff --git a/.gitignore b/.gitignore index 375fd4e..20e4e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.3.tar.gz /ibus-table-1.9.4.tar.gz /ibus-table-1.9.5.tar.gz +/ibus-table-1.9.6.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 4f0b775..d09517b 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.5 +Version: 1.9.6 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -62,6 +62,11 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Wed May 06 2015 Mike FABIAN - 1.9.6-1 +- update to 1.9.6 +- Use os.path.expanduser('~') instead of os.getenv('HOME') +- Resolves: rhbz#1218023 + * Mon Apr 13 2015 Mike FABIAN - 1.9.5-1 - update to 1.9.5 - Don’t strip space when parsing phrases from a source table diff --git a/sources b/sources index ffcde6f..4a385a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b9eacc27f6cadc683e1af1d6fa8c393 ibus-table-1.9.5.tar.gz +a0e9bf4835078a0268f02cbd42569cf2 ibus-table-1.9.6.tar.gz