update to 1.9.6
- Use os.path.expanduser('~') instead of os.getenv('HOME') - Resolves: rhbz#1218023
This commit is contained in:
parent
1a5f303a0f
commit
a88c305427
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.9.3.tar.gz
|
/ibus-table-1.9.3.tar.gz
|
||||||
/ibus-table-1.9.4.tar.gz
|
/ibus-table-1.9.4.tar.gz
|
||||||
/ibus-table-1.9.5.tar.gz
|
/ibus-table-1.9.5.tar.gz
|
||||||
|
/ibus-table-1.9.6.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.5
|
Version: 1.9.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -62,6 +62,11 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 13 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.5-1
|
||||||
- update to 1.9.5
|
- update to 1.9.5
|
||||||
- Don’t strip space when parsing phrases from a source table
|
- Don’t strip space when parsing phrases from a source table
|
||||||
|
Loading…
Reference in New Issue
Block a user