update to 1.9.7

- When matching hotkeys, ignore all modifiers not requested in the match
- Fix U+8986 in Unihan_variants.txt, it is both simplified *and* traditional Chinese
- Resolves: rhbz#1271036
- Update Unihan_Variants.txt from "2014-05-09 Unicode 7.0.0" to "2015-04-30 Unicode 8.0.0"
This commit is contained in:
Mike FABIAN 2015-10-14 16:49:57 +02:00
parent dd2858ffc7
commit a8f87b9b70
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.9.4.tar.gz
/ibus-table-1.9.5.tar.gz
/ibus-table-1.9.6.tar.gz
/ibus-table-1.9.7.tar.gz

View File

@ -1,6 +1,6 @@
Name: ibus-table
Version: 1.9.6
Release: 2%{?dist}
Version: 1.9.7
Release: 1%{?dist}
Summary: The Table engine for IBus platform
License: LGPLv2+
Group: System Environment/Libraries
@ -62,6 +62,13 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc
%changelog
* Wed Oct 14 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.7-1
- update to 1.9.7
- When matching hotkeys, ignore all modifiers not requested in the match
- Fix U+8986 in Unihan_variants.txt, it is both simplified *and* traditional Chinese
- Resolves: rhbz#1271036
- Update Unihan_Variants.txt from "2014-05-09 Unicode 7.0.0" to "2015-04-30 Unicode 8.0.0"
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
a0e9bf4835078a0268f02cbd42569cf2 ibus-table-1.9.6.tar.gz
8cec5eb43bbcc12a415e5d8f16c1bcad ibus-table-1.9.7.tar.gz