update to 1.8.5
- Always write xml output in UTF-8 encoding, not in the encoding of the current locale - Resolves: rhbz#1120919
This commit is contained in:
parent
481932c602
commit
004f5878ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.8.2.tar.gz
|
||||
/ibus-table-1.8.3.tar.gz
|
||||
/ibus-table-1.8.4.tar.gz
|
||||
/ibus-table-1.8.5.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.8.4
|
||||
Version: 1.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,12 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jul 21 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.5-1
|
||||
- update to 1.8.5
|
||||
- Always write xml output in UTF-8 encoding, not in the encoding
|
||||
of the current locale
|
||||
- Resolves: rhbz#1120919
|
||||
|
||||
* Mon Jul 07 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.4-1
|
||||
- update to 1.8.4
|
||||
- Tweak defaults for Chinese mode taken from the locale
|
||||
|
Loading…
Reference in New Issue
Block a user