diff --git a/ibus-table.changes b/ibus-table.changes index 962ad98..f962af3 100644 --- a/ibus-table.changes +++ b/ibus-table.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 15 09:37:48 UTC 2013 - swyear@gmail.com + +- Add Requires: python-curses, ibus-engine-table need this module, + but it is not installed in some system, e.g Live KDE + ------------------------------------------------------------------- Mon Jul 8 09:29:42 CST 2013 - hillwood@linuxfans.org diff --git a/ibus-table.spec b/ibus-table.spec index d0a2d57..02bbd13 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,7 +1,7 @@ # # spec file for package ibus-table # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ Url: http://code.google.com/p/ibus/ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: ibus >= 1.4.99 +Requires: python-curses %description The package contains general Table engine for IBus platform.