Bumped to 1.2.6
This commit is contained in:
parent
a590a5f4d6
commit
f508c164f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ ibus-anthy.png
|
||||
/ibus-anthy-1.2.3.tar.gz
|
||||
/ibus-anthy-1.2.4.tar.gz
|
||||
/ibus-anthy-1.2.5.tar.gz
|
||||
/ibus-anthy-1.2.6.tar.gz
|
||||
|
@ -1,26 +1 @@
|
||||
From 70633cda85851e0cdd6353d553649cbb51200a5c Mon Sep 17 00:00:00 2001
|
||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||
Date: Fri, 10 Dec 2010 14:54:15 +0900
|
||||
Subject: [PATCH] Fixed the latest page_size for ibus.LookupTable.
|
||||
|
||||
---
|
||||
engine/engine.py | 3 +++
|
||||
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/engine/engine.py b/engine/engine.py
|
||||
index c2bc8f0..6dd4461 100644
|
||||
--- a/engine/engine.py
|
||||
+++ b/engine/engine.py
|
||||
@@ -756,6 +756,9 @@ class Engine(ibus.EngineBase):
|
||||
self.__update_input_chars()
|
||||
# self.__reset()
|
||||
# self.__invalidate()
|
||||
+ size = self.__prefs.get_value('common', 'page_size')
|
||||
+ if size != self.__lookup_table.get_page_size():
|
||||
+ self.__lookup_table.set_page_size(size)
|
||||
|
||||
def focus_out(self):
|
||||
mode = self.__prefs.get_value('common', 'behavior_on_focus_out')
|
||||
--
|
||||
1.7.3.2
|
||||
|
||||
|
@ -2,14 +2,14 @@
|
||||
%define require_ibus_version 1.2.0.20100111
|
||||
%define require_pygtk2_version 2.15.2
|
||||
Name: ibus-anthy
|
||||
Version: 1.2.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
Patch0: ibus-anthy-HEAD.patch
|
||||
# Patch0: ibus-anthy-HEAD.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -32,7 +32,7 @@ libanthy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
# %patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -60,13 +60,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1
|
||||
- Bumped to 1.2.6
|
||||
Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Fri Dec 10 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-3
|
||||
- Added ibus-anthy-HEAD.patch
|
||||
Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
|
||||
|
||||
* Wed Dec 01 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-1
|
||||
- Updated to 1.2.5
|
||||
Fixed Bug 652881 - SEGV when key tables are customized in new gconf.
|
||||
|
Loading…
Reference in New Issue
Block a user