update to 1.9.6

- Use os.path.expanduser('~') instead of os.getenv('HOME')
- Resolves: rhbz#1218023
This commit is contained in:
Mike FABIAN 2015-05-06 09:25:21 +02:00
parent 1a5f303a0f
commit a88c305427
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 1.9.5-1
- update to 1.9.5
- Dont strip space when parsing phrases from a source table

View File

@ -1 +1 @@
5b9eacc27f6cadc683e1af1d6fa8c393 ibus-table-1.9.5.tar.gz
a0e9bf4835078a0268f02cbd42569cf2 ibus-table-1.9.6.tar.gz