From 4be6e1b88f366cf96d75fe8bc3bd6237fc83c4f8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 27 Aug 2015 09:41:15 +0200 Subject: [PATCH] update to 1.2.12 - Use open() instead of codecs.open() to fix dictionary loading problem on F23 - Resolves: rhbz#1257465 --- .gitignore | 1 + ibus-typing-booster.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c698df..4e7e0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 1c0acc0..43078fc 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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 - 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 - 1.2.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4cf8cb1..dcc3ce5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -052da615251eac2b8416d68437c578fe ibus-typing-booster-1.2.11.tar.gz +23a467c645811f7b0a4d5bf84eab16ca ibus-typing-booster-1.2.12.tar.gz