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:
parent
dd2858ffc7
commit
a8f87b9b70
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user