update to 1.9.4

- Check existence of old log files before trying to delete them
- Resolves: rhbz#1199673
This commit is contained in:
Mike FABIAN 2015-03-07 19:19:43 +01:00
parent 5432a89f87
commit d5e9314fc2
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.9.1.tar.gz
/ibus-table-1.9.2.tar.gz
/ibus-table-1.9.3.tar.gz
/ibus-table-1.9.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table
Version: 1.9.3
Version: 1.9.4
Release: 1%{?dist}
Summary: The Table engine for IBus platform
License: LGPLv2+
@ -62,6 +62,11 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc
%changelog
* Sat Mar 07 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.4-1
- update to 1.9.4
- Check existence of old log files before trying to delete them
- Resolves: rhbz#1199673
* Mon Mar 02 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.3-1
- update to 1.9.3
- Try to get the English name of the table if run in locale C/POSIX

View File

@ -1 +1 @@
628a27de94e3afa3e42d29a7c8af1c25 ibus-table-1.9.3.tar.gz
262741e4b5d2b67d9836bf81da8f4778 ibus-table-1.9.4.tar.gz