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:
Mike FABIAN 2015-08-27 09:41:15 +02:00
parent 3f997b4556
commit 4be6e1b88f
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
052da615251eac2b8416d68437c578fe ibus-typing-booster-1.2.11.tar.gz
23a467c645811f7b0a4d5bf84eab16ca ibus-typing-booster-1.2.12.tar.gz