update to 1.2.12
- Use open() instead of codecs.open() to fix dictionary loading problem on F23 - Resolves: rhbz#1257465
This commit is contained in:
parent
3f997b4556
commit
4be6e1b88f
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/ibus-typing-booster-1.2.9.tar.gz
|
||||
/ibus-typing-booster-1.2.10.tar.gz
|
||||
/ibus-typing-booster-1.2.11.tar.gz
|
||||
/ibus-typing-booster-1.2.12.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.2.11
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
@ -91,6 +91,10 @@ desktop-file-validate \
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Aug 27 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.12-1
|
||||
- Use open() instead of codecs.open() to fix dictionary loading problem on F23
|
||||
- Resolves: rhbz#1257465
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user