update to 1.9.11
- Fix bug in Unihan_Variants.txt, U+9762 and U+7CFB are both simplified *and* traditional Chinese - Resolves: rhbz#1285379 - Add a few more IBus.Text.new_from_string() conversions to make it work on older systems
This commit is contained in:
parent
318be10b55
commit
fb5e02f4f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.9.8.tar.gz
|
||||
/ibus-table-1.9.9.tar.gz
|
||||
/ibus-table-1.9.10.tar.gz
|
||||
/ibus-table-1.9.11.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.10
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.11
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -62,6 +62,12 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 27 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.11-1
|
||||
- update to 1.9.11
|
||||
- Fix bug in Unihan_Variants.txt, U+9762 and U+7CFB are both simplified *and* traditional Chinese
|
||||
- Resolves: rhbz#1285379
|
||||
- Add a few more IBus.Text.new_from_string() conversions to make it work on older systems
|
||||
|
||||
* Tue Nov 24 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.10-2
|
||||
- update to 1.9.10
|
||||
- Fix bug in Unihan_Variants.txt, U+8868 and U+6770 are both simplified *and* traditional Chinese
|
||||
|
Loading…
Reference in New Issue
Block a user