From 0362763ad1cde73417c8cf293ff2dbbca4e6dce2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Nov 2015 14:35:33 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- ibus-typing-booster.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 5f31334..e4eac44 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ Group: System Environment/Libraries @@ -91,6 +91,9 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 1.2.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Mon Nov 02 2015 Mike FABIAN - 1.2.15-1 - Use open() instead of codecs.open() to make the input method help button work again - Resolves: rhbz#1276992