2012-11-27 07:08:35 +00:00
|
|
|
%global with_pygobject2 1
|
|
|
|
%global with_pygobject3 1
|
2012-03-10 03:27:59 +00:00
|
|
|
|
2012-11-30 08:11:26 +00:00
|
|
|
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
|
|
|
|
|
2015-02-25 06:40:21 +00:00
|
|
|
%if (0%{?fedora} > 21 || 0%{?rhel} > 7)
|
|
|
|
%global with_kde5 1
|
|
|
|
%else
|
|
|
|
%global with_kde5 0
|
|
|
|
%endif
|
|
|
|
|
2017-07-13 10:00:12 +00:00
|
|
|
%global with_emoji_harfbuzz 1
|
|
|
|
|
2012-11-27 07:08:35 +00:00
|
|
|
%global ibus_api_version 1.0
|
2010-08-23 02:55:19 +00:00
|
|
|
|
2014-03-07 07:06:47 +00:00
|
|
|
# for bytecompile in %%{_datadir}/ibus/setup
|
|
|
|
%global __python %{__python3}
|
|
|
|
|
2012-11-30 08:11:26 +00:00
|
|
|
%if %with_pkg_config
|
|
|
|
%{!?gtk2_binary_version: %global gtk2_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)}
|
|
|
|
%{!?gtk3_binary_version: %global gtk3_binary_version %(pkg-config --variable=gtk_binary_version gtk+-3.0)}
|
2012-11-27 07:08:35 +00:00
|
|
|
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
|
2012-11-30 08:11:26 +00:00
|
|
|
%else
|
|
|
|
%{!?gtk2_binary_version: %global gtk2_binary_version ?.?.?}
|
|
|
|
%{!?gtk3_binary_version: %global gtk3_binary_version ?.?.?}
|
|
|
|
%global glib_ver 0
|
|
|
|
%endif
|
|
|
|
|
2012-11-27 07:08:35 +00:00
|
|
|
%global dbus_python_version 0.83.0
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2013-07-30 07:16:34 +00:00
|
|
|
Name: ibus
|
2017-05-15 07:47:58 +00:00
|
|
|
Version: 1.5.16
|
2017-07-13 10:00:12 +00:00
|
|
|
Release: 3%{?dist}
|
2013-07-30 07:16:34 +00:00
|
|
|
Summary: Intelligent Input Bus for Linux OS
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
2017-03-06 17:24:03 +00:00
|
|
|
URL: https://github.com/ibus/%name/wiki
|
|
|
|
Source0: https://github.com/ibus/%name/releases/download/%{version}/%{name}-%{version}.tar.gz
|
2013-07-30 07:16:34 +00:00
|
|
|
Source1: %{name}-xinput
|
2013-09-21 10:30:20 +00:00
|
|
|
Source2: %{name}.conf.5
|
2017-03-06 17:24:03 +00:00
|
|
|
# Will remove the annotation tarball once the rpm is available on Fedora
|
2012-11-27 10:02:24 +00:00
|
|
|
# Upstreamed patches.
|
2014-01-31 10:07:31 +00:00
|
|
|
# Patch0: %%{name}-HEAD.patch
|
2017-05-29 03:36:17 +00:00
|
|
|
Patch0: %{name}-HEAD.patch
|
2009-02-03 08:39:00 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
2015-07-16 08:04:26 +00:00
|
|
|
# for gtkdoc-fixxref
|
|
|
|
BuildRequires: glib2-doc
|
2008-08-10 11:32:49 +00:00
|
|
|
BuildRequires: gtk2-devel
|
2010-06-12 01:19:10 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2008-08-10 11:32:49 +00:00
|
|
|
BuildRequires: dbus-glib-devel
|
2009-03-06 06:52:29 +00:00
|
|
|
BuildRequires: dbus-python-devel >= %{dbus_python_version}
|
2008-10-07 04:43:20 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2009-02-05 04:51:29 +00:00
|
|
|
BuildRequires: gtk-doc
|
2011-11-28 07:28:04 +00:00
|
|
|
BuildRequires: dconf-devel
|
2011-11-28 08:11:48 +00:00
|
|
|
BuildRequires: dbus-x11
|
2014-01-31 10:07:31 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-gobject
|
2013-04-21 12:23:31 +00:00
|
|
|
BuildRequires: python2-devel
|
2012-02-04 01:13:28 +00:00
|
|
|
BuildRequires: vala
|
2013-04-19 04:23:36 +00:00
|
|
|
BuildRequires: vala-devel
|
2012-02-04 01:13:28 +00:00
|
|
|
BuildRequires: vala-tools
|
2011-11-28 07:28:04 +00:00
|
|
|
# for AM_GCONF_SOURCE_2 in configure.ac
|
2009-02-05 04:51:29 +00:00
|
|
|
BuildRequires: GConf2-devel
|
2009-03-31 04:12:59 +00:00
|
|
|
BuildRequires: intltool
|
2010-04-21 11:20:04 +00:00
|
|
|
BuildRequires: iso-codes-devel
|
2013-06-05 03:49:32 +00:00
|
|
|
BuildRequires: libnotify-devel
|
2013-09-21 10:30:20 +00:00
|
|
|
BuildRequires: libwayland-client-devel
|
2015-04-02 05:26:55 +00:00
|
|
|
%if %with_kde5
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
%endif
|
2017-03-09 10:20:27 +00:00
|
|
|
BuildRequires: cldr-emoji-annotation
|
2017-05-15 07:47:58 +00:00
|
|
|
BuildRequires: unicode-emoji
|
2017-07-13 10:00:12 +00:00
|
|
|
%if %with_emoji_harfbuzz
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
BuildRequires: fontconfig-devel
|
|
|
|
BuildRequires: harfbuzz-devel
|
|
|
|
%endif
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2013-07-30 07:16:34 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-gtk2%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-setup = %{version}-%{release}
|
2013-09-21 10:30:20 +00:00
|
|
|
Requires: %{name}-wayland%{?_isa} = %{version}-%{release}
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2013-07-30 07:16:34 +00:00
|
|
|
Requires: iso-codes
|
|
|
|
Requires: dbus-x11
|
|
|
|
Requires: dconf
|
|
|
|
Requires: librsvg2
|
2014-01-31 10:07:31 +00:00
|
|
|
# Owner of %%python3_sitearch/gi/overrides
|
|
|
|
Requires: python3-gobject
|
2014-11-12 06:46:34 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1161871
|
|
|
|
Requires: python3
|
2014-01-31 10:07:31 +00:00
|
|
|
# Owner of %%{_sysconfdir}/X11/xinit
|
|
|
|
Requires: xorg-x11-xinit
|
2013-01-15 10:09:27 +00:00
|
|
|
# for setxkbmap
|
2013-07-30 07:16:34 +00:00
|
|
|
Requires: xorg-x11-xkb-utils
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2016-03-28 09:48:13 +00:00
|
|
|
Requires: desktop-file-utils
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
Requires: dconf
|
|
|
|
Requires(postun): dconf
|
|
|
|
Requires(posttrans): dconf
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2016-03-28 09:48:13 +00:00
|
|
|
Requires: %{_sbindir}/alternatives
|
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
Requires(postun): %{_sbindir}/alternatives
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2012-11-27 07:08:35 +00:00
|
|
|
%global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
|
2009-02-05 04:51:29 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%description
|
2009-12-10 05:33:29 +00:00
|
|
|
IBus means Intelligent Input Bus. It is an input framework for Linux OS.
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%package libs
|
2013-07-30 07:16:34 +00:00
|
|
|
Summary: IBus libraries
|
|
|
|
Group: System Environment/Libraries
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2013-07-30 07:16:34 +00:00
|
|
|
Requires: dbus >= 1.2.4
|
2014-01-31 10:07:31 +00:00
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
# Owner of %%{_libdir}/girepository-1.0
|
|
|
|
Requires: gobject-introspection
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%description libs
|
|
|
|
This package contains the libraries for IBus
|
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%package gtk2
|
2014-07-24 06:16:16 +00:00
|
|
|
Summary: IBus IM module for GTK2
|
2013-07-30 07:16:34 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2016-03-28 09:48:13 +00:00
|
|
|
Requires: glib2 >= %{glib_ver}
|
2009-03-02 23:52:37 +00:00
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
2013-07-26 15:08:07 +00:00
|
|
|
# Added for upgrade el6 to el7
|
2013-07-30 07:16:34 +00:00
|
|
|
Provides: ibus-gtk = %{version}-%{release}
|
|
|
|
Obsoletes: ibus-gtk < %{version}-%{release}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%description gtk2
|
2014-07-24 06:16:16 +00:00
|
|
|
This package contains IBus IM module for GTK2
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%package gtk3
|
2014-07-24 06:16:16 +00:00
|
|
|
Summary: IBus IM module for GTK3
|
2013-07-30 07:16:34 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2016-03-28 09:48:13 +00:00
|
|
|
Requires: glib2 >= %{glib_ver}
|
2010-06-12 01:19:10 +00:00
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
|
|
|
|
|
|
|
%description gtk3
|
2014-07-24 06:16:16 +00:00
|
|
|
This package contains IBus IM module for GTK3
|
2010-06-12 01:19:10 +00:00
|
|
|
|
2013-04-19 04:23:36 +00:00
|
|
|
%if %with_pygobject3
|
|
|
|
%package setup
|
|
|
|
Summary: IBus setup utility
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-01-31 10:07:31 +00:00
|
|
|
Requires: python3
|
|
|
|
Requires: python3-gobject
|
2013-04-19 04:23:36 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: pygobject3-devel
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description setup
|
|
|
|
This is a setup utility for IBus.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %with_pygobject2
|
|
|
|
%package pygtk2
|
2014-07-24 06:16:16 +00:00
|
|
|
Summary: IBus PyGTK2 library
|
2013-04-19 04:23:36 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-02-09 03:24:10 +00:00
|
|
|
Requires: dbus-python >= %{dbus_python_version}
|
|
|
|
Requires: python
|
2013-04-19 04:23:36 +00:00
|
|
|
Requires: pygtk2
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description pygtk2
|
2014-07-24 06:16:16 +00:00
|
|
|
This is a PyGTK2 library for IBus. Now major IBus engines use PyGObject3
|
2013-04-19 04:23:36 +00:00
|
|
|
and this package will be deprecated.
|
|
|
|
%endif
|
2014-01-31 10:07:31 +00:00
|
|
|
|
|
|
|
%package py2override
|
2014-07-24 06:16:16 +00:00
|
|
|
Summary: IBus Python2 override library
|
2014-01-31 10:07:31 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
# Owner of %%python2_sitearch/gi/overrides
|
|
|
|
Requires: pygobject3-base
|
2015-02-09 03:24:10 +00:00
|
|
|
Requires: python
|
2014-01-31 10:07:31 +00:00
|
|
|
|
|
|
|
%description py2override
|
2014-07-24 06:16:16 +00:00
|
|
|
This is a Python2 override library for IBus. The Python files override
|
|
|
|
some functions in GObject-Introspection.
|
2013-04-19 04:23:36 +00:00
|
|
|
|
2013-09-21 10:30:20 +00:00
|
|
|
%package wayland
|
2014-07-24 06:16:16 +00:00
|
|
|
Summary: IBus IM module for Wayland
|
2013-09-21 10:30:20 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description wayland
|
2014-07-24 06:16:16 +00:00
|
|
|
This package contains IBus IM module for Wayland
|
2013-09-21 10:30:20 +00:00
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%package devel
|
2013-07-30 07:16:34 +00:00
|
|
|
Summary: Development tools for ibus
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: dbus-devel
|
2014-01-31 10:07:31 +00:00
|
|
|
Requires: glib2-devel
|
|
|
|
# Owner of %%{_datadir}/gir-1.0
|
|
|
|
Requires: gobject-introspection-devel
|
|
|
|
# Owner of %%{_datadir}/vala/vapi
|
|
|
|
Requires: vala
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%description devel
|
|
|
|
The ibus-devel package contains the header files and developer
|
|
|
|
docs for ibus.
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-04-24 11:06:06 +00:00
|
|
|
%package devel-docs
|
2014-07-24 06:16:16 +00:00
|
|
|
Summary: Developer documents for IBus
|
2013-07-30 07:16:34 +00:00
|
|
|
Group: Development/Libraries
|
2012-12-03 03:30:51 +00:00
|
|
|
%if (0%{?fedora} >= 19 || 0%{?rhel} >= 7)
|
2013-07-30 07:16:34 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
2013-07-26 15:08:07 +00:00
|
|
|
%else
|
2013-07-30 07:16:34 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-12-03 03:30:51 +00:00
|
|
|
%endif
|
2009-04-24 11:06:06 +00:00
|
|
|
|
|
|
|
%description devel-docs
|
2014-07-24 06:16:16 +00:00
|
|
|
The ibus-devel-docs package contains developer documentation for IBus
|
2009-04-24 11:06:06 +00:00
|
|
|
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%prep
|
2009-09-04 04:40:13 +00:00
|
|
|
%setup -q
|
2012-12-03 03:30:51 +00:00
|
|
|
# %%patch0 -p1
|
2014-07-24 06:16:16 +00:00
|
|
|
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
|
2017-05-29 03:36:17 +00:00
|
|
|
%patch0 -p1
|
2013-09-21 10:30:20 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%build
|
2014-07-24 06:16:16 +00:00
|
|
|
#autoreconf -f -i -v
|
|
|
|
#make -C ui/gtk3 maintainer-clean-generic
|
2017-03-09 10:20:27 +00:00
|
|
|
#make -C tools maintainer-clean-generic
|
2017-05-29 03:36:17 +00:00
|
|
|
autoreconf -f -i -v
|
2010-06-12 01:19:10 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--enable-gtk2 \
|
|
|
|
--enable-gtk3 \
|
|
|
|
--enable-xim \
|
2012-02-04 01:13:28 +00:00
|
|
|
--enable-gtk-doc \
|
2010-11-22 03:45:59 +00:00
|
|
|
--enable-surrounding-text \
|
2014-01-31 10:07:31 +00:00
|
|
|
--with-python=python3 \
|
2012-03-18 09:41:41 +00:00
|
|
|
%if %with_pygobject2
|
2012-02-04 01:13:28 +00:00
|
|
|
--enable-python-library \
|
2013-09-21 10:30:20 +00:00
|
|
|
%endif
|
|
|
|
--enable-wayland \
|
2015-02-25 06:40:21 +00:00
|
|
|
%if ! %with_kde5
|
|
|
|
--disable-appindicator \
|
2017-07-13 10:00:12 +00:00
|
|
|
%endif
|
|
|
|
%if %with_emoji_harfbuzz
|
|
|
|
--enable-harfbuzz-for-emoji \
|
2015-02-25 06:40:21 +00:00
|
|
|
%endif
|
2016-07-27 15:54:30 +00:00
|
|
|
--enable-introspection \
|
|
|
|
%{nil}
|
2010-06-12 01:19:10 +00:00
|
|
|
|
2017-05-29 03:36:17 +00:00
|
|
|
make -C ui/gtk3 maintainer-clean-generic
|
2012-11-14 03:41:29 +00:00
|
|
|
make %{?_smp_mflags}
|
2011-08-14 00:10:20 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%install
|
2012-11-22 09:17:14 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
2017-03-06 17:24:03 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-*%{ibus_api_version}.la
|
2010-06-12 01:19:10 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2013-09-21 10:30:20 +00:00
|
|
|
# install man page
|
|
|
|
for S in %{SOURCE2}
|
|
|
|
do
|
|
|
|
cp $S .
|
|
|
|
MP=`basename $S`
|
|
|
|
gzip $MP
|
|
|
|
install -pm 644 -D ${MP}.gz $RPM_BUILD_ROOT%{_datadir}/man/man5/${MP}.gz
|
|
|
|
done
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
# install xinput config file
|
2009-08-26 22:18:27 +00:00
|
|
|
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
# install .desktop files
|
2009-08-26 22:18:27 +00:00
|
|
|
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
|
2013-09-21 10:30:20 +00:00
|
|
|
#echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%%{_sysconfdir}/xdg/autostart/ibus.desktop
|
2012-11-27 07:08:35 +00:00
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
desktop-file-install --delete-original \
|
2009-08-26 22:18:27 +00:00
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2010-11-04 14:32:23 +00:00
|
|
|
# FIXME: no version number
|
|
|
|
%find_lang %{name}10
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%post
|
2009-08-26 09:02:13 +00:00
|
|
|
# recreate icon cache
|
2012-04-24 16:21:32 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2009-08-26 09:02:13 +00:00
|
|
|
|
2008-10-07 01:55:23 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%postun
|
2012-04-24 16:21:32 +00:00
|
|
|
if [ "$1" -eq 0 ]; then
|
|
|
|
# recreate icon cache
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2009-08-26 09:02:13 +00:00
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
%{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
|
|
|
|
# if alternative was set to manual, reset to auto
|
|
|
|
[ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
|
2012-04-24 16:21:32 +00:00
|
|
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2012-07-17 10:27:02 +00:00
|
|
|
# 'dconf update' sometimes does not update the db...
|
2013-09-21 10:30:20 +00:00
|
|
|
dconf update || :
|
|
|
|
[ -f %{_sysconfdir}/dconf/db/ibus ] && \
|
|
|
|
rm %{_sysconfdir}/dconf/db/ibus || :
|
2013-07-26 15:08:07 +00:00
|
|
|
# 'ibus write-cache --system' updates the system cache.
|
2013-09-21 10:30:20 +00:00
|
|
|
[ -f /var/cache/ibus/bus/registry ] && \
|
|
|
|
rm /var/cache/ibus/bus/registry || :
|
2012-04-24 16:21:32 +00:00
|
|
|
fi
|
2012-02-04 01:13:28 +00:00
|
|
|
|
|
|
|
%posttrans
|
2012-04-24 16:21:32 +00:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2013-09-21 10:30:20 +00:00
|
|
|
dconf update || :
|
|
|
|
[ -x %{_bindir}/ibus ] && \
|
2013-07-26 15:08:07 +00:00
|
|
|
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-08-26 09:02:13 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2009-08-26 09:02:13 +00:00
|
|
|
%postun libs -p /sbin/ldconfig
|
2009-02-25 05:59:33 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%post gtk2
|
2012-11-27 07:08:35 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# For upgrades, the cache will be regenerated by the new package's %%postun
|
2015-04-02 05:26:55 +00:00
|
|
|
gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
2012-11-27 07:08:35 +00:00
|
|
|
fi
|
2010-06-12 01:19:10 +00:00
|
|
|
|
|
|
|
%postun gtk2
|
2015-04-02 05:26:55 +00:00
|
|
|
gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%post gtk3
|
2012-11-27 07:08:35 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# For upgrades, the cache will be regenerated by the new package's %%postun
|
2015-04-02 05:26:55 +00:00
|
|
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
2012-11-27 07:08:35 +00:00
|
|
|
fi
|
2010-06-12 01:19:10 +00:00
|
|
|
|
|
|
|
%postun gtk3
|
2015-04-02 05:26:55 +00:00
|
|
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
2012-11-27 07:08:35 +00:00
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2010-11-04 14:32:23 +00:00
|
|
|
# FIXME: no version number
|
|
|
|
%files -f %{name}10.lang
|
2008-08-10 11:32:49 +00:00
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
%dir %{_datadir}/ibus/
|
2012-02-04 01:13:28 +00:00
|
|
|
%{_bindir}/ibus
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_bindir}/ibus-daemon
|
2013-04-19 04:23:36 +00:00
|
|
|
%{_datadir}/bash-completion/completions/ibus.bash
|
2016-06-27 09:09:44 +00:00
|
|
|
%{_datadir}/dbus-1/services/*.service
|
2011-11-28 07:28:04 +00:00
|
|
|
%{_datadir}/GConf/gsettings/*
|
|
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
2013-06-17 07:21:11 +00:00
|
|
|
%{_datadir}/ibus/component
|
2016-07-26 10:49:47 +00:00
|
|
|
%{_datadir}/ibus/dicts
|
2013-04-19 04:23:36 +00:00
|
|
|
%{_datadir}/ibus/engine
|
|
|
|
%{_datadir}/ibus/keymaps
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
|
%{_datadir}/man/man1/ibus.1.gz
|
|
|
|
%{_datadir}/man/man1/ibus-daemon.1.gz
|
2013-09-21 10:30:20 +00:00
|
|
|
%{_datadir}/man/man5/ibus.conf.5.gz
|
2017-05-09 06:21:22 +00:00
|
|
|
%{_datadir}/man/man7/ibus-emoji.7.gz
|
2012-02-04 01:13:28 +00:00
|
|
|
%{_libexecdir}/ibus-engine-simple
|
2011-11-28 07:28:04 +00:00
|
|
|
%{_libexecdir}/ibus-dconf
|
2017-04-19 07:07:00 +00:00
|
|
|
%{_libexecdir}/ibus-ui-emojier
|
2013-06-17 07:21:11 +00:00
|
|
|
%{_libexecdir}/ibus-ui-gtk3
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_libexecdir}/ibus-x11
|
2012-07-17 10:27:02 +00:00
|
|
|
%{_sysconfdir}/dconf/db/ibus.d
|
2011-11-28 07:28:04 +00:00
|
|
|
%{_sysconfdir}/dconf/profile/ibus
|
2014-03-07 07:06:47 +00:00
|
|
|
%python3_sitearch/gi/overrides/__pycache__/*.py*
|
2014-01-31 10:07:31 +00:00
|
|
|
%python3_sitearch/gi/overrides/IBus.py
|
|
|
|
# ibus owns xinput.d because gnome does not like to depend on imsettings.
|
|
|
|
%dir %{_sysconfdir}/X11/xinit/xinput.d
|
|
|
|
# Do not use %%config(noreplace) to always get the new keywords in _xinputconf
|
|
|
|
# For user customization, $HOME/.xinputrc can be used instead.
|
|
|
|
%config %{_xinputconf}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%files libs
|
2017-03-06 17:24:03 +00:00
|
|
|
%{_libdir}/libibus-*%{ibus_api_version}.so.*
|
|
|
|
%{_libdir}/girepository-1.0/IBus*-1.0.typelib
|
2010-06-12 01:19:10 +00:00
|
|
|
|
|
|
|
%files gtk2
|
|
|
|
%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.so
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%files gtk3
|
|
|
|
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2013-04-19 04:23:36 +00:00
|
|
|
%if %with_pygobject3
|
|
|
|
%files setup
|
|
|
|
%{_bindir}/ibus-setup
|
2013-09-21 10:30:20 +00:00
|
|
|
%{_datadir}/applications/ibus-setup.desktop
|
2013-04-19 04:23:36 +00:00
|
|
|
%{_datadir}/ibus/setup
|
|
|
|
%{_datadir}/man/man1/ibus-setup.1.gz
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %with_pygobject2
|
|
|
|
%files pygtk2
|
|
|
|
%dir %{python2_sitelib}/ibus
|
|
|
|
%{python2_sitelib}/ibus/*
|
|
|
|
%endif
|
2014-01-31 10:07:31 +00:00
|
|
|
|
|
|
|
%files py2override
|
|
|
|
%python2_sitearch/gi/overrides/IBus.py*
|
2013-04-19 04:23:36 +00:00
|
|
|
|
2013-09-21 10:30:20 +00:00
|
|
|
%files wayland
|
|
|
|
%{_libexecdir}/ibus-wayland
|
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%files devel
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
2010-06-12 01:19:10 +00:00
|
|
|
%{_includedir}/*
|
2017-03-06 17:24:03 +00:00
|
|
|
%{_datadir}/gir-1.0/IBus*-1.0.gir
|
|
|
|
%{_datadir}/vala/vapi/ibus-*1.0.vapi
|
|
|
|
%{_datadir}/vala/vapi/ibus-*1.0.deps
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-04-24 11:06:06 +00:00
|
|
|
%files devel-docs
|
2014-04-21 07:21:39 +00:00
|
|
|
# Own html dir since gtk-doc is heavy.
|
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
2009-04-24 11:06:06 +00:00
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%changelog
|
2017-07-13 10:00:12 +00:00
|
|
|
* Thu Jul 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-3
|
|
|
|
- Enabled HarfBuzz rendering without Pango glyph calc for emoji
|
|
|
|
|
2017-05-29 03:36:17 +00:00
|
|
|
* Mon May 29 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-2
|
|
|
|
- Added ctrl-c,v,x for annotations and ctrl-shift-c for emoji
|
|
|
|
- Added Malay and Mongolian keymaps
|
|
|
|
- Made all emoji dicts to fully qualified
|
|
|
|
|
2017-05-15 07:47:58 +00:00
|
|
|
* Mon May 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-1
|
|
|
|
- Bumped to 1.5.16
|
|
|
|
|
2017-05-09 06:21:22 +00:00
|
|
|
* Tue May 09 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-8
|
|
|
|
- Dropped nodejs-emojione-json and import unicode-emoji instead
|
|
|
|
- Created emoji tab in ibus-setup
|
|
|
|
- Set default emoji font size from gsettings in ibus emoji command
|
|
|
|
- Added an option of emoji partial match in ibus-setup
|
|
|
|
- Hid emoji variants by default
|
|
|
|
- Added ibus-emoji man page
|
|
|
|
- emoji favorites category is updated by selecting emoji
|
|
|
|
|
2017-04-19 07:07:00 +00:00
|
|
|
* Thu Apr 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-7
|
|
|
|
- Supported ibus emoji command on Wayland
|
|
|
|
- Changed modal dialog to modeless dialog
|
|
|
|
|
2017-04-05 09:28:56 +00:00
|
|
|
* Wed Apr 05 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-6
|
|
|
|
- Enabled unicode_alt in EmojiOne json file
|
|
|
|
- Enabled to type multiple code points on Emojier
|
|
|
|
- Fixed IBusEmojiDialog_1_0_gir_LIBS for --as-needed LDFLAGS
|
|
|
|
|
2017-03-27 11:36:32 +00:00
|
|
|
* Mon Mar 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-5
|
|
|
|
- Moved language setting on IBusEmojier to ibus-setup.
|
|
|
|
- Enabled strcasecmp to match emoji annotations.
|
|
|
|
- Added a build error message if emoji xml files are not found.
|
|
|
|
|
2017-03-15 03:41:29 +00:00
|
|
|
* Wed Mar 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-4
|
|
|
|
- Implemented Ctrl-[f|b|n|p|h|e|a|u] for cursor operations on emoji dialog
|
|
|
|
- Added XSetIOErrorHandler() for GNOME3 desktop
|
|
|
|
|
2017-03-13 03:30:54 +00:00
|
|
|
* Mon Mar 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-3
|
|
|
|
- Emoji dialog enhancements and bug fixes
|
|
|
|
Fixed ibus_emoji_dict_load() API.
|
|
|
|
Focus on emoji text entry by default
|
|
|
|
Removed internal text buffer and use Gtk.Entry buffer instead.
|
|
|
|
Implemented cursor left, right, home, end on emoji annotation preedit.
|
|
|
|
Show localized emoji description from tts in emoji xml.
|
|
|
|
|
2017-03-09 10:20:27 +00:00
|
|
|
* Thu Mar 09 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-2
|
|
|
|
- Added ibus-HEAD.patch to get upstream patches
|
|
|
|
Fixed ibus_emojier_run() SIGABRT with `ibus emoji`
|
|
|
|
Enhanced theme color on emoji candidates
|
|
|
|
|
2017-03-06 17:24:03 +00:00
|
|
|
* Mon Mar 06 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-1
|
|
|
|
- Bumped to 1.5.15
|
|
|
|
|
2017-02-10 16:12:34 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.14-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-11 06:04:25 +00:00
|
|
|
* Wed Jan 11 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-5
|
|
|
|
- support scroll event in candidates panel
|
|
|
|
- Fixed Bug 1403985 - Emoji typing is enabled during Unicode typing
|
|
|
|
- Fixed Bug 1402494 - Font settings of ibus are ignored on non-Gnome
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.14-4
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-10-06 07:26:26 +00:00
|
|
|
* Thu Oct 06 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-3
|
|
|
|
- Fixed Bug 1380675 - Emoji leaves the candidates of @laugh when @laughing
|
|
|
|
- Fixed Bug 1380690 - User is not able to select emojis from digit keys
|
|
|
|
- Fixed Bug 1380691 - PageUp PageDown buttons on emoji lookup not working
|
|
|
|
|
2016-09-09 10:14:36 +00:00
|
|
|
* Fri Sep 09 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-2
|
|
|
|
- Fixed radio button on PropertyPanel.
|
|
|
|
- Updated translations.
|
|
|
|
|
2016-08-05 06:22:40 +00:00
|
|
|
* Fri Aug 05 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-1
|
|
|
|
- Bump to 1.5.14
|
|
|
|
|
2016-07-27 15:56:14 +00:00
|
|
|
* Wed Jul 27 2016 Dan Horák <dan[at]danny.cz> - 1.5.13-6
|
|
|
|
- enable Emoji only on arches providing nodejs functionality
|
|
|
|
|
2016-07-26 10:49:47 +00:00
|
|
|
* Tue Jul 26 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-5
|
|
|
|
- Bug 1359753 - Implement Emoji typing
|
|
|
|
|
2016-07-19 07:27:01 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.13-4
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-06-27 09:09:44 +00:00
|
|
|
* Mon Jun 27 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-3
|
|
|
|
- Bug 1349732 - ibus not working at all in Gnome Wayland
|
|
|
|
- Add ibus service file
|
|
|
|
- Fix CSS color format and font size
|
|
|
|
|
2016-03-28 09:48:13 +00:00
|
|
|
* Mon Mar 28 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-2
|
|
|
|
- Bug 1319215 - Add Requires besides Requires(post)
|
|
|
|
|
2016-02-22 09:18:53 +00:00
|
|
|
* Mon Feb 22 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-1
|
|
|
|
- Bumped to 1.5.13
|
|
|
|
|
2016-02-04 00:19:24 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-20 07:28:43 +00:00
|
|
|
* Wed Jan 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
|
|
|
|
- Bumped to 1.5.12
|
|
|
|
|
2015-11-10 14:27:56 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-07-16 08:04:26 +00:00
|
|
|
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-1
|
|
|
|
- Bumped to 1.5.11
|
|
|
|
- Deleted with_python2_override_pkg macro
|
|
|
|
- Added glib2-doc BR
|
|
|
|
|
2015-06-17 11:07:39 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-22 05:18:37 +00:00
|
|
|
* Fri May 22 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-5
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Fixed Bug 1224025 - IBus radio menu items does not work
|
|
|
|
|
2015-04-30 10:48:34 +00:00
|
|
|
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-4
|
|
|
|
- Bug 1217410 Updated ibus-xinput for KDE5.
|
|
|
|
|
2015-04-27 02:05:20 +00:00
|
|
|
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-3
|
|
|
|
- Updated ibus-HEAD.patch from upstream
|
|
|
|
Fixed to show shortcuts on ibus-setup.
|
|
|
|
Bug 1214271 Fixed to enable IME with GTK3 applications in wayland.
|
|
|
|
|
2015-04-02 05:26:55 +00:00
|
|
|
* Thu Apr 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-2
|
|
|
|
- Updated ibus-HEAD.patch from upstream
|
|
|
|
Added Swedish svdvorak
|
|
|
|
I18N engine longnames and descriptions on ibus-setup
|
|
|
|
Moved PropertyPanel at bottom right in KDE5
|
|
|
|
Drew gray color on Handle PropertyPanel
|
|
|
|
Enabled ibus engine full path icon in KDE5
|
|
|
|
Updated translations
|
|
|
|
|
2015-02-25 06:40:21 +00:00
|
|
|
* Wed Feb 25 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
|
|
|
|
- Bumped to 1.5.10
|
|
|
|
|
2015-02-21 21:27:30 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.5.9-11
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-02-09 03:24:10 +00:00
|
|
|
* Mon Feb 02 2015 Petr Viktorin <pviktori@redhat.com> - 1.5.9-10
|
|
|
|
- Remove dependency on Python 2 from main package
|
|
|
|
|
2015-02-02 07:26:29 +00:00
|
|
|
* Mon Feb 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-9
|
|
|
|
- Updated ibus-HEAD.patch to fix #1187956 IBusRegistry segv.
|
|
|
|
|
2014-12-18 08:30:05 +00:00
|
|
|
* Thu Dec 18 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-8
|
|
|
|
- Updated ibus-HEAD.patch to fix #1175595 ibus-x11 freeze
|
|
|
|
|
2014-12-08 10:50:58 +00:00
|
|
|
* Mon Dec 08 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-7
|
|
|
|
- Added ibus-1136623-lost-by-another-focus.patch to fix #1136623
|
|
|
|
|
2014-12-08 04:44:40 +00:00
|
|
|
* Mon Dec 08 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-6
|
|
|
|
- Updated ibus-xx-increase-timeout.patch to fix #1163722
|
|
|
|
- Updated ibus-HEAD.patch for upstream #1747, #1748, #1753
|
|
|
|
and gnome #703020, gnome #730628
|
|
|
|
|
2014-11-12 06:46:34 +00:00
|
|
|
* Wed Nov 12 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-5
|
|
|
|
- rhbz#1161871 Added BR of python and python3
|
|
|
|
|
2014-10-28 06:50:24 +00:00
|
|
|
* Tue Oct 28 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-4
|
|
|
|
- Updated ibus-HEAD.patch for upstream #1744.
|
|
|
|
|
2014-10-24 03:19:22 +00:00
|
|
|
* Fri Oct 24 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-3
|
|
|
|
- Added ibus-xx-increase-timeout.patch
|
|
|
|
|
2014-10-01 08:18:46 +00:00
|
|
|
* Wed Oct 01 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-2
|
|
|
|
- Updated ibus-HEAD.patch for rhbz#1136623.
|
|
|
|
- Added ibus-po-1.5.9-20141001.tar.gz
|
|
|
|
|
2014-09-16 03:45:48 +00:00
|
|
|
* Tue Sep 16 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-1
|
|
|
|
- Bumped to 1.5.9
|
|
|
|
|
2014-08-16 21:00:43 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-24 06:16:16 +00:00
|
|
|
* Thu Jul 24 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.8-1
|
|
|
|
- Bumped to 1.5.8
|
|
|
|
- Deleted ibus-810211-no-switch-by-no-trigger.patch
|
|
|
|
- Deleted ibus-541492-xkb.patch
|
|
|
|
- Deleted ibus-530711-preload-sys.patch
|
|
|
|
- Deleted ibus-xx-setup-frequent-lang.patch
|
|
|
|
- Deleted ibus-xx-f19-password.patch
|
|
|
|
|
2014-07-22 17:23:02 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.7-7
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-07-14 07:52:35 +00:00
|
|
|
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-6
|
|
|
|
- Updated ibus-HEAD.patch from upstream.
|
|
|
|
Fixed ibus-setup SEGV when an engine is selected.
|
|
|
|
Fixed ibus-setup deprecated warnings with the latest python3-gobject.
|
|
|
|
Integrated the 'IBUS_SETUP_XID' environment variable for each engine setup.
|
|
|
|
Set prgname 'ibus-setup' for ibus-setup.
|
|
|
|
|
2014-07-07 08:32:53 +00:00
|
|
|
* Mon Jul 07 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-5
|
|
|
|
- Updated ibus-HEAD.patch from upstream.
|
|
|
|
Added pl(qwertz).
|
|
|
|
Fixed escape key with Ctrl-Shift-U.
|
|
|
|
Updated pt-br compose table from the latest xorg.
|
|
|
|
Do not sort ibus engines when they are saved by ibus-setup.
|
|
|
|
Updated jp IBusKeymap.
|
|
|
|
Added ibus reset-config and read-config sub-commands.
|
|
|
|
Update ibus(1) for read-config and reset-config.
|
|
|
|
|
2014-06-07 21:44:08 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-27 13:57:02 +00:00
|
|
|
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
|
|
2014-05-20 11:54:17 +00:00
|
|
|
* Tue May 20 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-2
|
|
|
|
- Updated ibus-HEAD.patch for width of ibus-setup.
|
|
|
|
|
2014-04-30 06:43:20 +00:00
|
|
|
* Wed Apr 30 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
|
|
|
|
- Bumped to 1.5.7
|
|
|
|
|
2014-04-21 07:21:39 +00:00
|
|
|
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-3
|
|
|
|
- Do not require gtk-doc in ibus-devel-docs
|
|
|
|
|
2014-03-28 08:43:21 +00:00
|
|
|
* Fri Mar 28 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-2
|
|
|
|
- Updated ibus-HEAD.patch for Czech (qwerty) keymap.
|
|
|
|
|
2014-03-07 07:06:47 +00:00
|
|
|
* Thu Mar 06 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-1
|
|
|
|
- Bumped to 1.5.6
|
|
|
|
- Deleted ibus-xx-ctrl-space.patch
|
|
|
|
|
2014-01-31 10:07:31 +00:00
|
|
|
* Fri Jan 31 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-2
|
|
|
|
- Enabled python3 ibus-setup
|
|
|
|
|
2014-01-14 06:57:18 +00:00
|
|
|
* Tue Jan 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
|
|
|
|
- Bumped to 1.5.5
|
|
|
|
- Deleted notify-python in Requires
|
|
|
|
|
2013-10-04 06:58:52 +00:00
|
|
|
* Fri Oct 04 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
|
|
|
|
- Added ibus-HEAD.patch to sync upstream.
|
|
|
|
|
2013-09-21 10:30:20 +00:00
|
|
|
* Fri Sep 20 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-1
|
|
|
|
- Bumped to 1.5.4
|
|
|
|
- Added ibus.conf.5
|
|
|
|
- Added ibus-xkb-1.5.0.tar.gz for po files.
|
|
|
|
- Added ibus-xx-f19-password.patch for back compatibility.
|
|
|
|
- Added ibus-wayland in f20 or later.
|
|
|
|
|
2013-07-30 07:16:34 +00:00
|
|
|
* Fri Jul 26 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.3-1
|
2013-07-26 15:08:07 +00:00
|
|
|
- Bumped to 1.5.3
|
|
|
|
- Deleted ibus-xx-g-s-disable-preedit.patch as EOL.
|
|
|
|
- Deleted ibus-gjs as EOL.
|
|
|
|
- Removed imsettings-gnome, im-chooser, libgnomekbd dependencies.
|
|
|
|
|
2013-07-11 04:40:14 +00:00
|
|
|
* Thu Jul 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-8
|
|
|
|
- Updated ibus-HEAD.patch to delete pyxdg dependencies.
|
|
|
|
|
2013-06-17 07:21:11 +00:00
|
|
|
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-7
|
|
|
|
- Bug 972328 - Deleted ibus-panel
|
|
|
|
|
2013-06-17 06:51:24 +00:00
|
|
|
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-6
|
|
|
|
- Bug 972328 - Bring back the dependency of ibus-setup.
|
|
|
|
|
2013-06-11 07:36:28 +00:00
|
|
|
* Tue Jun 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-5
|
|
|
|
- Removed dependencies of ibus-setup and ibus-pygtk2
|
|
|
|
|
2013-06-05 03:49:32 +00:00
|
|
|
* Wed Jun 05 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-4
|
|
|
|
- Updated ibus-HEAD.patch for upstream.
|
|
|
|
- Added ibus-xx-1.5.2.patch until 1.5.3 will be released.
|
|
|
|
- Added ibus-xx-ctrl-space.patch for back compatible triggers.
|
|
|
|
|
2013-05-01 05:55:26 +00:00
|
|
|
* Wed May 01 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-3
|
|
|
|
- Updated ibus-HEAD.patch for upstream.
|
|
|
|
- Deleted ibus-947318-reconnect-gtk-client.patch
|
|
|
|
|
2013-04-21 12:23:31 +00:00
|
|
|
* Sun Apr 21 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-2
|
|
|
|
- Separate python files in f19 or later.
|
|
|
|
|
2013-04-19 04:23:36 +00:00
|
|
|
* Thu Apr 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
|
|
|
|
- Bumped to 1.5.2
|
|
|
|
- Created noarch packages for python files due to .pyc and .pyo.
|
|
|
|
- Added man pages.
|
|
|
|
|
2013-02-18 04:32:13 +00:00
|
|
|
* Mon Feb 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-3
|
|
|
|
- Copied gtk2 module to gtk3 one.
|
|
|
|
|
2013-01-31 09:01:44 +00:00
|
|
|
* Thu Jan 31 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-2
|
|
|
|
- Updated ibus-530711-preload-sys.patch. Fixes #904799
|
|
|
|
|
2013-01-15 10:02:41 +00:00
|
|
|
* Tue Jan 08 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
|
|
|
|
- Bumped to 1.5.1
|
|
|
|
- Bumped to ibus-gjs 3.4.1.20130115 for f17
|
|
|
|
- Removed ibus-xx-no-use.diff
|
|
|
|
|
2012-12-14 10:39:17 +00:00
|
|
|
* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
|
|
|
|
- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
|
|
|
|
|
2012-12-10 07:59:35 +00:00
|
|
|
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
|
|
|
|
- Resolves #869584 - Removed libgnomekbd dependency in f18.
|
|
|
|
|
2012-12-04 07:59:28 +00:00
|
|
|
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-7
|
|
|
|
- Set time stamp of ibus/_config.py
|
|
|
|
|
2012-12-04 03:57:07 +00:00
|
|
|
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-6
|
|
|
|
- Set time stamp of ibus/_config.py
|
|
|
|
|
2012-11-30 08:11:26 +00:00
|
|
|
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-5
|
|
|
|
- Updated spec file to work witout pkgconfig.
|
|
|
|
|
2012-11-27 10:23:40 +00:00
|
|
|
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-4
|
|
|
|
- Added comment lines for patches.
|
|
|
|
|
2012-11-27 07:08:35 +00:00
|
|
|
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-3
|
|
|
|
- Fixed misc issues.
|
|
|
|
|
2012-11-20 02:25:39 +00:00
|
|
|
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-2
|
|
|
|
- Obsoleted ibus-gnome3
|
|
|
|
|
2012-11-14 03:41:29 +00:00
|
|
|
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-1
|
|
|
|
- Bumped to 1.4.99.20121109
|
|
|
|
- Removed im-chooser, imsettings-gnome, gnome-icon-theme-symbolic
|
|
|
|
dependencies in f18 because ibus gnome integration is done.
|
|
|
|
Use ibus-keyboard instead of input-keyboard-symbolic.
|
|
|
|
- Disabled ibus-gjs build because of ibus gnome integration.
|
|
|
|
|
|
|
|
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
|
|
|
|
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
|
|
|
|
|
2012-10-11 08:26:39 +00:00
|
|
|
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
|
|
|
|
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
|
|
|
|
|
2012-10-06 11:53:32 +00:00
|
|
|
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
|
|
|
|
- Bumped to 1.4.99.20121006
|
|
|
|
- Removed ibus-xx-segv-reg-prop.patch
|
|
|
|
|
2012-09-14 12:21:24 +00:00
|
|
|
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-2
|
|
|
|
- Added ibus-xx-segv-reg-prop.patch to avoid segv
|
|
|
|
|
2012-09-14 11:24:18 +00:00
|
|
|
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-1
|
|
|
|
- Bumped to 1.4.99.20120914
|
|
|
|
|
2012-09-06 04:24:08 +00:00
|
|
|
* Thu Sep 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-2
|
|
|
|
- Updated ibus-530711-preload-sys.patch
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
- Updated ibus-xx-no-use.diff
|
|
|
|
Fixed Bug 854161 - not able to add keymap with ibus-setup
|
|
|
|
|
2012-08-22 08:11:55 +00:00
|
|
|
* Wed Aug 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-1
|
|
|
|
- Bumped to 1.4.99.20120822
|
|
|
|
- Bumped to ibus-gjs 3.4.1.20120815
|
|
|
|
Fixed Bug 845956 - ibus backward trigger key is not customized
|
|
|
|
Fixed Bug 844580 - ibus-dconf does not load the system gvdb
|
|
|
|
- Separated ibus-810211-no-switch-by-no-trigger.patch from ibus-HEAD.patch
|
|
|
|
|
2012-07-27 05:44:15 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120712-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-19 06:52:49 +00:00
|
|
|
* Thu Jul 19 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-2
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Support dconf 0.13.4
|
|
|
|
|
2012-07-17 10:27:02 +00:00
|
|
|
* Tue Jul 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-1
|
|
|
|
- Bumped to 1.4.99.20120712
|
|
|
|
- Removed ibus-xx-branding-switcher-ui.patch as upstreamed.
|
|
|
|
|
2012-06-08 19:24:04 +00:00
|
|
|
* Fri Jun 8 2012 Matthias Clasen <mclasen@redhat.com> - 1.4.99.20120428-3
|
|
|
|
- Rebuild against new libgnomekbd
|
|
|
|
|
2012-05-18 10:08:00 +00:00
|
|
|
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-2
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
- Updated ibus-xx-branding-switcher-ui.patch
|
|
|
|
Fixed Bug 810211 - Cancel Control + space pressing Control key.
|
|
|
|
- Updated ibus-xx-no-use.diff
|
|
|
|
Enabled to customize trigger keys with non-modifier trigger keys.
|
|
|
|
|
2012-04-28 06:13:40 +00:00
|
|
|
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-1
|
|
|
|
- Bumped to 1.4.99.20120428
|
|
|
|
Fixed Bug 799571 - no IME list at the session login.
|
|
|
|
Fixed Bug 810415 - ibus does not handle Ctrl+space with BUTTON_PRESS.
|
|
|
|
- Bumped to ibus-gjs 3.4.1.20120428
|
|
|
|
Fixed Bug 802052 - no modifiers trigger keys.
|
|
|
|
Fixed Bug 803244 - IME switch Ctrl+space not working on shell text entry.
|
|
|
|
|
2012-04-24 16:21:32 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.4.99.20120317-4
|
|
|
|
- Update the dconf and icon cache rpm scriptlets
|
|
|
|
|
2012-04-18 03:24:29 +00:00
|
|
|
* Wed Apr 18 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-3
|
|
|
|
- Added a RHEL flag.
|
|
|
|
|
2012-03-27 06:11:57 +00:00
|
|
|
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-2
|
|
|
|
- Bumped to ibus-gjs 3.3.92.20120327
|
|
|
|
|
2012-03-18 09:41:41 +00:00
|
|
|
* Sat Mar 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-1
|
|
|
|
- Bumped to 1.4.99.20120317
|
|
|
|
Fixed Bug 718668 - focus move is slow with ibus-gnome3
|
|
|
|
Fixed Bug 749497 - Enhance IME descriptions in status icon active menu
|
|
|
|
- Bumped to ibus-gjs 3.3.90.20120317
|
|
|
|
- Added ibus-xx-no-use.diff
|
|
|
|
Fixed Bug 803260 - Disable non-global input method mode
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Fixed Bug 803250 - ibus lookup window font customization
|
|
|
|
Fixed Bug 803177 - language id on ibus-ui-gtk3 switcher
|
|
|
|
- Update ibus-530711-preload-sys.patch
|
|
|
|
Fixed Bug 797023 - port preload engines
|
|
|
|
|
2012-03-10 03:27:59 +00:00
|
|
|
* Thu Mar 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-3
|
|
|
|
- Bumped to ibus-gjs 3.3.90.20120308 to work with gnome-shell 3.3.90
|
|
|
|
- Fixed Bug 786906 - Added ifnarch ppc ppc64 s390 s390x
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Fixed Bug 800897 - After doing "ctrl+space", ibus tray icon freezes
|
|
|
|
|
2012-03-05 02:34:49 +00:00
|
|
|
* Mon Mar 05 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-2
|
|
|
|
- Added ibus-HEAD.patch to fix python library to load libibus.so.
|
|
|
|
|
2012-03-04 13:45:32 +00:00
|
|
|
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-1
|
|
|
|
- Bumped to 1.4.99.20120303
|
2012-03-10 03:27:59 +00:00
|
|
|
Fixed Bug 796070 - ibus-setup without no ibus-daemon
|
2012-03-04 13:45:32 +00:00
|
|
|
|
2012-02-08 05:43:39 +00:00
|
|
|
* Wed Feb 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-3
|
2012-02-07 11:42:14 +00:00
|
|
|
- Fixed ibus-setup on C locale
|
|
|
|
- Fixed to show no registered engines from g-c-c.
|
|
|
|
- Enabled Alt_R keybinding on ko locales for ibus gtk only.
|
|
|
|
|
|
|
|
* Fri Feb 03 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-1
|
2012-02-04 01:13:28 +00:00
|
|
|
- Updated to 1.4.99.20120203
|
|
|
|
- Removed ibus-xx-bridge-hotkey.patch
|
|
|
|
- Updated ibus-541492-xkb.patch to use libgnomekbd.
|
|
|
|
- Updated ibus-xx-setup-frequent-lang.patch for 1.4.99.20120203
|
|
|
|
|
2012-01-04 04:32:28 +00:00
|
|
|
* Wed Jan 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-17
|
|
|
|
- Added ibus-771115-property-compatible.patch for f16
|
|
|
|
Fixed Bug 771115 - IBusProperty back compatibility.
|
|
|
|
|
2011-12-30 15:17:33 +00:00
|
|
|
* Fri Dec 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-16
|
2011-12-30 08:16:36 +00:00
|
|
|
- Enhanced ibus-gnome3 shell lookup window.
|
|
|
|
- Updated ibus-HEAD.patch from upstream
|
|
|
|
Fixed Bug 769135 - ibus-x11 SEGV in _process_key_event_done.
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed Bug 757889 - ibus-setup SEGV without active engine.
|
|
|
|
Fixed Bug 760213 - ibus-setup saves XKB variants correctly.
|
|
|
|
Fixed Bug 769133 - ibus-engine-xkb returns FALSE for ASCII typings.
|
|
|
|
- Updated ibus-xx-bridge-hotkey.patch for an enhancement.
|
|
|
|
|
2011-11-30 01:49:38 +00:00
|
|
|
* Wed Nov 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-14
|
2011-11-28 07:28:04 +00:00
|
|
|
- Enabled dconf.
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Fixed Bug 618229 - engine setup buton on ibus-setup.
|
|
|
|
- Removed ibus-711632-fedora-fallback-icon.patch as upstreamed.
|
|
|
|
- Updated ibus-xx-bridge-hotkey.patch
|
|
|
|
Removed Enable/Disable buttons on ibus-setup
|
|
|
|
|
2011-11-18 10:55:48 +00:00
|
|
|
* Fri Nov 18 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-11
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed Bug 750484 - support reloading Xmodmap
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Fixed Bug 753781 - ibus-x11 needs async for hangul ibus_commit_text.
|
|
|
|
|
2011-11-04 10:24:09 +00:00
|
|
|
* Fri Nov 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-10
|
|
|
|
- Updated ibus-xx-bridge-hotkey.patch for f16
|
|
|
|
Fixed no XKB languages from layout only. e.g. in(eng).
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed not to show 'eng' on GUI for in(eng).
|
|
|
|
|
2011-11-02 09:04:13 +00:00
|
|
|
* Wed Nov 02 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-9
|
|
|
|
- Updated ibus-HEAD.patch
|
|
|
|
Fixed prev/next keys without global engine.
|
|
|
|
- Updated ibus-xx-bridge-hotkey.patch for f16
|
|
|
|
Fixed Bug 747902 - mouse and ctrl+space not working
|
|
|
|
Fixed Bug 749770 - IME hotkey after Control + Space
|
|
|
|
- Updated ibus-711632-fedora-fallback-icon.patch
|
|
|
|
Fixed Bug 717831 - use old icon for desktops other than gnome
|
|
|
|
|
2011-10-28 10:16:31 +00:00
|
|
|
* Fri Oct 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-8
|
2011-11-02 09:04:13 +00:00
|
|
|
- Updated ibus-xx-bridge-hotkey.patch for f16
|
2011-10-28 09:30:01 +00:00
|
|
|
- Fixed Bug 747902 - mouse and ctrl+space not working
|
|
|
|
|
2011-10-27 01:13:50 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-21 07:05:19 +00:00
|
|
|
* Fri Oct 21 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-5
|
|
|
|
- Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
|
|
|
|
|
2011-10-20 03:22:58 +00:00
|
|
|
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
|
|
|
|
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
|
|
|
|
|
2011-09-30 09:45:55 +00:00
|
|
|
* Fri Sep 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-3
|
|
|
|
- Rebuilt for f16 gnome-shell 3.2 and gjs 1.30
|
|
|
|
|
2011-09-28 10:38:23 +00:00
|
|
|
* Wed Sep 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-2
|
2011-09-28 10:24:13 +00:00
|
|
|
- Updated to 1.4.0
|
|
|
|
- Updated ibus-gjs 3.0.2.20110928 for f15.
|
|
|
|
- Updated ibus-gjs 3.2.0.20110928 for f16. (#740588)
|
|
|
|
- Updated ibus-530711-preload-sys.patch
|
|
|
|
Fixed not to show duplicated engine names in setup treeview (#740447)
|
|
|
|
- Updated bus-gjs-xx-gnome-shell-3.1.4-build-failure.patch for f16.
|
|
|
|
- Updated ibus-xx-bridge-hotkey.patch
|
|
|
|
Fixed a XKB configuration without the input focus for f16 (#739165)
|
|
|
|
Fixed not to show null strings in case of no variants (#738130)
|
|
|
|
|
2011-09-13 11:19:37 +00:00
|
|
|
* Tue Sep 13 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-5
|
|
|
|
- Updated ibus-gjs 3.1.91.20110913 for f16.
|
|
|
|
|
2011-09-08 05:03:03 +00:00
|
|
|
* Thu Sep 08 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-4
|
|
|
|
- Updated ibus-gjs 3.1.91.20110908 and 3.0.2.20110908 for gnome-shell.
|
|
|
|
Fixed preedit active segments on gnome-shell and X11 apps.
|
|
|
|
- Added ibus-xx-g-s-disable-preedit.patch
|
|
|
|
Disabled preedit on gnome-shell for a workaround.
|
|
|
|
- Updated ibus.spec
|
|
|
|
Fixed Bug 735879 pre/postun scripts
|
|
|
|
|
2011-09-01 08:27:35 +00:00
|
|
|
* Thu Sep 01 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-3
|
2011-09-01 06:27:02 +00:00
|
|
|
- Fixed Bug 700472 Use a symbol icon instead of an image icon.
|
2011-06-21 08:49:07 +00:00
|
|
|
- Updated ibus-HEAD.patch for upstream.
|
|
|
|
- Removed ibus-435880-surrounding-text.patch as upstream.
|
2011-06-08 06:14:48 +00:00
|
|
|
- Added ibus-711632-fedora-fallback-icon.patch
|
|
|
|
Fixed SEGV with no icon in oxygen-gtk icon theme.
|
2011-06-21 08:49:07 +00:00
|
|
|
- Added ibus-xx-bridge-hotkey.patch
|
2011-08-06 15:54:54 +00:00
|
|
|
Triaged Bug 707370 SetEngine timeout
|
2011-08-19 04:22:53 +00:00
|
|
|
Fixed Bug 731610 Keep IM state when text input focus changes
|
2011-06-21 08:49:07 +00:00
|
|
|
- Added transitional ibus-gnome3 package.
|
2011-08-06 15:54:54 +00:00
|
|
|
Fixed Bug 718110 Use a shell icon instead of pygtk2 icon.
|
2011-06-08 06:14:48 +00:00
|
|
|
|
2011-06-01 18:07:41 +00:00
|
|
|
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-1
|
|
|
|
- Updated to 1.3.99.20110419
|
2011-04-20 03:41:38 +00:00
|
|
|
- Added ibus-HEAD.patch
|
|
|
|
Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
|
2011-05-09 08:30:34 +00:00
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed Bug 701202 - us(dvorak) does not show up in list
|
2011-06-01 18:07:41 +00:00
|
|
|
Updated ibus-1.0.pc for ibus-xkb
|
2011-05-25 10:01:23 +00:00
|
|
|
Showed XKB variant descriptions only without layout descriptions.
|
|
|
|
- Updated ibus-xx-setup-frequent-lang.patch
|
|
|
|
Updated UI strings
|
2011-04-20 03:41:38 +00:00
|
|
|
|
2011-04-19 03:14:20 +00:00
|
|
|
* Tue Apr 19 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-1
|
|
|
|
- Updated to 1.3.99.20110408
|
2011-03-17 08:33:47 +00:00
|
|
|
Fixed Bug 683484 - Timed out SetEngine when select an engine from panel.
|
2011-03-25 05:50:02 +00:00
|
|
|
Fixed Bug 657165 - IBus for gnome-shell for Fedora 15.
|
2011-04-19 03:14:20 +00:00
|
|
|
- Upstreamed ibus-657165-panel-libs.patch
|
|
|
|
- Removed ibus-675503-gnome-shell-workaround.patch
|
|
|
|
- Added ibus-xx-setup-frequent-lang.patch
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed Bug 696481 - no the variant maps without language codes
|
|
|
|
- Added dependency of imsettings-gnome.
|
|
|
|
Fixed Bug 696510 - need a dependency in ibus-gtk3 for imsettings-gnome
|
2011-03-11 09:23:28 +00:00
|
|
|
|
2011-03-10 09:07:52 +00:00
|
|
|
* Thu Mar 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110228-1
|
|
|
|
- Updated to 1.3.99.20110228
|
2011-02-14 10:28:13 +00:00
|
|
|
- Integrated the part of gjs in Bug 657165 ibus for gnome-shell.
|
|
|
|
Added ibus-657165-panel-libs.patch
|
2011-03-10 09:07:52 +00:00
|
|
|
Added gnome-shell-ibus-plugins-20110304.tar.bz2
|
2011-02-14 10:28:13 +00:00
|
|
|
- Fixed Bug 675503 - a regression in sync mode
|
|
|
|
Added ibus-675503-gnome-shell-workaround.patch until gnome-shell is updated.
|
2011-03-10 09:07:52 +00:00
|
|
|
- Fixed Bug 677856 - left ibus snooper when im client is switched.
|
|
|
|
- Fixed Bug 673047 - abrt ibus_xkb_get_current_layout for non-XKB system
|
|
|
|
Updated ibus-541492-xkb.patch
|
2011-02-11 05:19:58 +00:00
|
|
|
|
2011-02-09 11:48:41 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.99.20110127-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 18:06:02 +00:00
|
|
|
* Fri Feb 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110127-1
|
|
|
|
- Updated to 1.3.99.20110127
|
|
|
|
- Updated ibus-HEAD.patch from upstream.
|
2011-02-02 18:24:54 +00:00
|
|
|
|
2011-01-26 08:27:03 +00:00
|
|
|
* Wed Jan 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110117-1
|
|
|
|
- Updated to 1.3.99.20110117
|
2011-01-04 03:47:15 +00:00
|
|
|
- Fixed Bug 666427 - ibus requires dbus-x11
|
2011-01-26 08:27:03 +00:00
|
|
|
- Fixed Bug 670137 - QT_IM_MODULE=xim in ibus.conf without ibus-qt
|
2010-12-22 07:47:45 +00:00
|
|
|
|
2010-12-09 06:42:20 +00:00
|
|
|
* Thu Dec 09 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101202-1
|
|
|
|
- Updated to 1.3.99.20101202
|
2010-11-12 09:51:00 +00:00
|
|
|
- Added ibus-530711-preload-sys.patch
|
2010-11-18 04:19:48 +00:00
|
|
|
Fixed Bug 530711 - Reload preloaded engines by login
|
2010-11-12 09:51:00 +00:00
|
|
|
|
2010-11-04 14:32:23 +00:00
|
|
|
* Fri Oct 29 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101028-1
|
|
|
|
- Updated to 1.3.99.20101028
|
|
|
|
- Integrated gdbus
|
|
|
|
- Merged notify.patch into ibus-HEAD.patch
|
2010-11-02 02:53:37 +00:00
|
|
|
|
2010-10-22 15:39:25 +00:00
|
|
|
* Fri Oct 22 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-1
|
|
|
|
- Updated to 1.3.8
|
2010-09-14 01:52:06 +00:00
|
|
|
- Added ibus-541492-xkb.patch
|
|
|
|
Fixes Bug 541492 - ibus needs to support some xkb layout switching
|
|
|
|
- Added ibus-435880-surrounding-text.patch
|
|
|
|
Fixes Bug 435880 - ibus-gtk requires surrounding-text support
|
2010-10-22 15:39:25 +00:00
|
|
|
- Added ibus-xx-workaround-gtk3.patch
|
|
|
|
Workaround for f14 http://koji.fedoraproject.org/koji/taskinfo?taskID=2516604
|
2010-08-26 04:27:46 +00:00
|
|
|
|
2010-08-23 02:55:19 +00:00
|
|
|
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
|
2010-10-22 15:39:25 +00:00
|
|
|
- Updated to 1.3.7
|
2010-08-23 02:55:19 +00:00
|
|
|
|
2010-07-28 06:24:45 +00:00
|
|
|
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.6-5
|
|
|
|
- Rebuild against python 2.7
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Jul 22 2010 Jens Petersen <petersen@redhat.com> - 1.3.6-4
|
|
|
|
- keep bumping ibus-gtk obsoletes to avoid upgrade problems
|
|
|
|
|
2010-07-22 01:56:37 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-15 18:55:51 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.3.6-2
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Jul 06 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.6-1
|
2010-07-06 09:00:43 +00:00
|
|
|
- Update to 1.3.6
|
|
|
|
|
2010-06-30 07:01:46 +00:00
|
|
|
* Wed Jun 30 2010 Jens Petersen <petersen@redhat.com>
|
|
|
|
- version the ibus-gtk obsolete and provides
|
|
|
|
- drop the old redundant ibus-qt obsoletes
|
|
|
|
|
2010-06-29 02:52:19 +00:00
|
|
|
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.5-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2010-06-22 17:31:20 +00:00
|
|
|
* Tue Jun 22 2010 Colin Walters <walters@verbum.org> - 1.3.5-2
|
|
|
|
- Bump Release to keep ahead of F-13
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Jun 12 2010 Peng Huang <phuang@redhat.com> - 1.3.5-1
|
2010-06-12 01:19:10 +00:00
|
|
|
- Update to 1.3.5
|
|
|
|
- Support gtk3, gobject-introspection and vala.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-2
|
2010-05-28 23:48:14 +00:00
|
|
|
- Update to 1.3.4
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-1
|
2010-05-28 22:50:07 +00:00
|
|
|
- Update to 1.3.4
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue May 04 2010 Peng Huang <phuang@redhat.com> - 1.3.3-1
|
2010-05-08 00:03:33 +00:00
|
|
|
- Update to 1.3.3
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun May 02 2010 Peng Huang <phuang@redhat.com> - 1.3.2-3
|
2010-05-08 00:03:33 +00:00
|
|
|
- Embedded language bar in menu by default.
|
|
|
|
- Fix bug 587353 - [abrt] crash in ibus-1.3.2-2.fc12
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Apr 24 2010 Peng Huang <phuang@redhat.com> - 1.3.2-2
|
2010-04-24 03:24:52 +00:00
|
|
|
- Add requires librsvg2
|
2010-05-08 00:03:33 +00:00
|
|
|
- Update ibus-HEAD.patch: Update po files and and setting
|
2010-04-24 03:24:52 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Apr 21 2010 Peng Huang <phuang@redhat.com> - 1.3.2-1
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update to 1.3.2
|
|
|
|
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Apr 05 2010 Peng Huang <phuang@redhat.com> - 1.3.1-1
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update to 1.3.1
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Mar 26 2010 Peng Huang <phuang@redhat.com> - 1.3.0-3
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update ibus-HEAD.patch
|
|
|
|
- Fix bug - some time panel does not show candidates.
|
|
|
|
- Update some po files
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-2
|
2010-04-21 11:20:04 +00:00
|
|
|
- Does not check glib micro version in ibus im module.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-1
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update to 1.3.0
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 02 2010 Peng Huang <phuang@redhat.com> - 1.2.99.20100202-1
|
2010-02-02 03:12:51 +00:00
|
|
|
- Update to 1.2.99.20100202
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Jan 11 2010 Peng Huang <phuang@redhat.com> - 1.2.0.20100111-1
|
2010-01-11 06:28:42 +00:00
|
|
|
- Update to 1.2.0.20100111
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Dec 25 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091225-1
|
2009-12-25 03:26:17 +00:00
|
|
|
- Update to 1.2.0.20091225
|
|
|
|
- Fix bug 513895 - new IME does not show up in ibus-setup
|
|
|
|
- Fix bug 531857 - applet order should correspond with preferences order
|
|
|
|
- Fix bug 532856 - should not list already added input-methods in Add selector
|
|
|
|
|
2013-02-18 04:32:13 +00:00
|
|
|
* Tue Dec 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091215-1
|
2009-12-16 05:49:30 +00:00
|
|
|
- Update to 1.2.0.20091215
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Dec 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-2
|
2009-12-10 05:33:29 +00:00
|
|
|
- Fix rpmlint warnings and errors.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Dec 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-1
|
2009-12-04 08:51:50 +00:00
|
|
|
- Update to 1.2.0.20091204
|
|
|
|
- Fix Bug 529920 - language panel pops up on the wrong monitor
|
|
|
|
- Fix Bug 541197 - Ibus crash
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Nov 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091124-1
|
2009-11-24 04:50:23 +00:00
|
|
|
- Update to 1.2.0.20091124
|
|
|
|
- Update some translations.
|
|
|
|
- Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Oct 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091024-1
|
2009-10-24 03:46:02 +00:00
|
|
|
- Update to 1.2.0.20091024
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Oct 14 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091014-2
|
2009-10-24 03:46:02 +00:00
|
|
|
- Update to 1.2.0.20091014
|
|
|
|
- Change ICON in ibus.conf
|
|
|
|
|
2013-02-18 04:32:13 +00:00
|
|
|
* Sun Sep 27 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090927-1
|
2009-09-27 07:14:13 +00:00
|
|
|
- Update to 1.2.0.20090927
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090915-1
|
2009-09-15 06:04:57 +00:00
|
|
|
- Update to 1.2.0.20090915
|
|
|
|
- Fix bug 521591 - check if the icon filename is a real file before trying to open it
|
|
|
|
- Fix bug 522310 - Memory leak on show/hide
|
|
|
|
- Fix bug 509518 - ibus-anthy should only override to jp layout for kana input
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-2
|
2009-09-04 10:42:49 +00:00
|
|
|
- Refresh the tarball.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-1
|
2009-09-04 04:29:20 +00:00
|
|
|
- Update to 1.2.0.20090904
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 31 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-2
|
2009-08-30 22:59:56 +00:00
|
|
|
- Change icon path in ibus.conf
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-1
|
2009-08-28 06:19:37 +00:00
|
|
|
- Update to 1.2.0.20090828
|
|
|
|
- Change the icon on systray.
|
|
|
|
- Fix segment fault in ibus_hotkey_profile_destroy
|
|
|
|
- Fix some memory leaks.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Aug 12 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090812-1
|
2009-08-12 01:54:42 +00:00
|
|
|
- Update to 1.2.0.20090812
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-4
|
2009-08-10 02:19:01 +00:00
|
|
|
- Update ibus-HEAD.patch
|
|
|
|
- Fix Numlock problem.
|
2009-08-10 06:13:13 +00:00
|
|
|
- Fix some memory leaks.
|
2009-08-10 02:19:01 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-2
|
2009-08-07 06:47:16 +00:00
|
|
|
- Update ibus-HEAD.patch
|
|
|
|
- Fix bug 516154.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-1
|
2009-08-07 06:05:59 +00:00
|
|
|
- Update to 1.2.0.20090807
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Aug 06 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090806-1
|
2009-08-05 23:23:43 +00:00
|
|
|
- Update to 1.2.0.20090806
|
|
|
|
- Fix bug 515106 - don't install duplicate files
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Jul 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-3
|
2009-07-27 23:54:35 +00:00
|
|
|
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists.
|
|
|
|
|
2009-07-25 03:01:08 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Jul 23 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-1
|
2009-07-23 05:09:28 +00:00
|
|
|
- Update to 1.2.0.20090723
|
|
|
|
- Fix dead loop in ibus-gconf
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Jul 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090722-1
|
2009-07-22 05:37:04 +00:00
|
|
|
- Update to 1.2.0.20090722
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Jul 19 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090719-1
|
2009-07-22 05:37:04 +00:00
|
|
|
- Update to 1.2.0.20090719
|
2009-07-19 05:19:02 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Jun 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090617-1
|
2009-06-22 05:09:19 +00:00
|
|
|
- Update to 1.2.0.20090617
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Jun 12 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090612-1
|
2009-06-22 05:09:19 +00:00
|
|
|
- Update to 1.1.0.20090612
|
2009-06-12 06:09:06 +00:00
|
|
|
- Fix bug 504942 - PageUp and PageDown do not work in candidate list
|
|
|
|
- Fix bug 491040 - Implememnt mouse selection in candidate list
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Jun 10 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090609-1
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update to Update to 1.1.0.20090609
|
|
|
|
- Fix bug 502414 - Implemented on-screen help facility
|
|
|
|
- Fix bug 502561 - iBus should show keymap name on iBus panel
|
|
|
|
- Fix bug 498043 - ibus Alt-grave trigger conflicts with openoffice.org
|
|
|
|
- Implemented API for setting labels for candidates in LookupTable
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun May 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090531-1
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update to Update to 1.1.0.20090531
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue May 26 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-5
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Show the default input method with bold text
|
|
|
|
- Add information text below input methods list
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon May 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-4
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
|
|
|
|
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
|
|
|
|
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu May 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-2
|
2009-05-14 01:01:26 +00:00
|
|
|
- Remove requires notification-daemon
|
|
|
|
- Fix bug 500588 - Hardcoded requirement for notification-daemon
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-1
|
2009-05-14 01:01:26 +00:00
|
|
|
- Update to 1.1.0.20090508
|
|
|
|
- Fix bug 499533 - [Indic] ibus should allow input in KDE using all supported Indic locales
|
|
|
|
- Fix bug 498352 - hotkey config table should list keys in same order as on main setup page
|
|
|
|
- Fix bug 497707 - ibus French translation update
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-3
|
2009-05-14 01:01:26 +00:00
|
|
|
- Fix bug 498541 - ibus-libs should not contain devel file libibus.so
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue May 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-2
|
2009-05-14 01:01:26 +00:00
|
|
|
- Fix bug 498141 - new ibus install needs gtk immodules
|
|
|
|
- Separate ibus document from ibus-devel to ibus-devel-docs
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Apr 23 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-1
|
2009-04-24 11:06:06 +00:00
|
|
|
- Update to ibus-1.1.0.20090423.
|
2009-05-14 01:01:26 +00:00
|
|
|
- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
|
|
|
|
- Fix bug 497279 - IBus does not works with evolution correctly.
|
2009-04-24 11:06:06 +00:00
|
|
|
- Enhance authentication both in daemon & clients
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090417-1
|
2009-04-17 10:57:05 +00:00
|
|
|
- Update to ibus-1.1.0.20090417.
|
|
|
|
- Fix bug 496199 - cannot remove Ctrl+Space hotkey with ibus-setup
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-4
|
2009-04-17 06:09:24 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Next Engine hotkey will do nothing if the IM is not active.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Apr 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-3
|
2009-04-15 00:04:05 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Fix bug 495431 - ibus Release modifier doesn't work with Alt
|
|
|
|
- Fix bug 494445 - ibus-hangul missing Hangul Han/En mode
|
|
|
|
(and Alt_R+release hotkey)
|
|
|
|
- Update te.po
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-2
|
2009-04-14 09:06:25 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Change the mode of /tmp/ibus-$USER to 0700 to improve security
|
|
|
|
- Change the mode of /tmp/ibus-$USER/socket-address to 0600 to improve security
|
2009-04-14 09:10:39 +00:00
|
|
|
- Update as.po
|
2009-04-14 09:06:25 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Apr 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-1
|
2009-04-13 08:54:32 +00:00
|
|
|
- Update to ibus-1.1.0.20090413.
|
|
|
|
- Fix crash when restart the ibus-daemon
|
|
|
|
- Add some translations.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-3
|
2009-04-07 10:45:15 +00:00
|
|
|
- Update the tarball.
|
|
|
|
- Fix bug 494511 - ibus-gtk makes gnome-terminal abort
|
|
|
|
when a key is pressed
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-2
|
2009-04-07 06:31:43 +00:00
|
|
|
- Update default hotkey settings.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-1
|
2009-04-07 03:09:32 +00:00
|
|
|
- Update to ibus-1.1.0.20090407.
|
|
|
|
- Fix bug 491042 - ibus default trigger hotkeys
|
|
|
|
- Fix bug 492929 - ibus-hangul can cause gtk app to lockup
|
|
|
|
- Fix bug 493701 - (ibus) imsettings disconnect/reconnect kills gtk app
|
|
|
|
- Fix bug 493687 - ibus-hangul should default to vertical candidate selection
|
|
|
|
- Fix bug 493449 - ibus broke Alt-F2 command auto-completion
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Mar 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090331-1
|
2009-03-31 03:55:08 +00:00
|
|
|
- Update to ibus-1.1.0.20090331.
|
|
|
|
- Fix bug 492956 - screws up keyboard input in firefox
|
|
|
|
- Fix bug 490143 - ibus issue with gnome-keyring
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Mar 29 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-3
|
2009-03-29 05:52:50 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree
|
|
|
|
- Fix bug 491999 - up/down arrow keys broken in xchat
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Mar 28 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-2
|
2009-03-28 04:23:27 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
2009-03-29 05:52:50 +00:00
|
|
|
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
|
|
|
|
- Fix bug 490381 - Change "Next/Previous engine" labels
|
2009-03-28 04:23:27 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Mar 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-1
|
2009-03-11 06:48:42 +00:00
|
|
|
- Update to ibus-1.1.0.20090311.
|
|
|
|
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Mar 6 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090306-1
|
2009-03-06 06:28:10 +00:00
|
|
|
- Update to ibus-1.1.0.20090306.
|
|
|
|
|
2009-03-02 23:52:37 +00:00
|
|
|
* Tue Mar 3 2009 Jens Petersen <petersen@redhat.com>
|
|
|
|
- use post for ibus-gtk requires glib2
|
|
|
|
|
2009-03-02 09:04:14 +00:00
|
|
|
* Mon Mar 2 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090225-2
|
|
|
|
- drop the superfluous ibus-0.1 engine obsoletes
|
|
|
|
- move glib2 requires to gtk package
|
|
|
|
|
2013-02-18 04:32:13 +00:00
|
|
|
* Wed Feb 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090225-1
|
2009-02-25 05:59:33 +00:00
|
|
|
- Update to ibus-1.1.0.20090225.
|
2009-12-10 05:33:29 +00:00
|
|
|
- Fix problems in %%post and %%postun scripts.
|
2009-02-25 05:59:33 +00:00
|
|
|
- Hide ibus & ibus preferences menu items.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-10
|
2009-02-17 08:15:06 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
- Put 'Select an input method' in engine select combobox (#485861).
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-9
|
2009-02-17 03:44:47 +00:00
|
|
|
- Add requires im-chooser >= 1.2.5.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-8
|
2009-02-17 01:02:24 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
2009-02-17 01:43:27 +00:00
|
|
|
- Fix ibus-hangul segfault (#485438).
|
2009-02-17 01:02:24 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Feb 16 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-6
|
2009-02-16 02:50:43 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
- The new patch fixes ibus-x11 segfault (#485661).
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-5
|
2009-02-15 08:21:34 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-4
|
2009-02-15 04:36:54 +00:00
|
|
|
- Remove gnome-python2-gconf from requires.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-3
|
2009-02-13 06:15:14 +00:00
|
|
|
- Update ibus-HEAD.patch, to fix bug 484652.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-2
|
2009-02-13 02:58:51 +00:00
|
|
|
- Add patch ibus-HEAD.patch, to update ibus to HEAD version.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Feb 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-1
|
2009-02-11 03:26:04 +00:00
|
|
|
- Add --xim argument in xinput-ibus
|
|
|
|
- Add Obsoletes: ibus-qt <= 1.1.0
|
|
|
|
- Move libibus.so.* to ibus-libs to make ibus multilib.
|
2009-02-11 06:59:33 +00:00
|
|
|
- Update to 1.1.0.20090211.
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Feb 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090205-1
|
2009-02-05 04:51:29 +00:00
|
|
|
- Update to 1.1.0.20090205.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 03 2009 Peng Huang <phuang@redhat.com> - 0.1.1.20090203-1
|
2009-02-03 08:39:00 +00:00
|
|
|
- Update to 0.1.1.20090203.
|
|
|
|
|
2008-11-29 16:47:52 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Nov 19 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-2
|
2008-11-19 08:18:11 +00:00
|
|
|
- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Oct 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-1
|
2008-10-23 06:43:41 +00:00
|
|
|
- Update to 0.1.1.20081023.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Oct 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081016-1
|
2008-10-16 02:43:26 +00:00
|
|
|
- Update to 0.1.1.20081016.
|
|
|
|
|
2008-10-07 03:06:09 +00:00
|
|
|
* Tue Oct 7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-3
|
|
|
|
- remove the empty %%doc file entries
|
|
|
|
|
2008-10-07 01:55:23 +00:00
|
|
|
* Tue Oct 7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-2
|
|
|
|
- add xinputrc alternative when installing or uninstalling
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Oct 06 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081006-1
|
2008-10-06 08:18:49 +00:00
|
|
|
- Update to 0.1.1.20081006.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Oct 05 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081005-1
|
2008-10-05 11:25:39 +00:00
|
|
|
- Update to 0.1.1.20081005.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Oct 04 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081004-1
|
2008-10-04 02:36:34 +00:00
|
|
|
- Update to 0.1.1.20081004.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Oct 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081001-1
|
2008-10-01 04:52:47 +00:00
|
|
|
- Update to 0.1.1.20081001.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080930-1
|
2008-09-30 00:25:58 +00:00
|
|
|
- Update to 0.1.1.20080930.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080923-1
|
2008-09-23 02:25:33 +00:00
|
|
|
- Update to 0.1.1.20080923.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Sep 17 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080917-1
|
2008-09-17 13:31:12 +00:00
|
|
|
- Update to 0.1.1.20080917.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080916-1
|
2008-09-16 09:06:22 +00:00
|
|
|
- Update to 0.1.1.20080916.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080914-1
|
2008-09-14 18:18:56 +00:00
|
|
|
- Update to 0.1.1.20080914.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 08 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080908-1
|
2008-09-08 08:04:39 +00:00
|
|
|
- Update to 0.1.1.20080908.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080901-1
|
2008-08-31 23:47:31 +00:00
|
|
|
- Update to 0.1.1.20080901.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Aug 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080830-1
|
2008-08-30 01:24:17 +00:00
|
|
|
- Update to 0.1.1.20080830.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 25 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080825-1
|
2008-08-25 04:30:36 +00:00
|
|
|
- Update to 0.1.1.20080825.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Aug 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080823-1
|
2008-08-23 00:43:32 +00:00
|
|
|
- Update to 0.1.1.20080823.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080815-1
|
2008-08-15 03:54:37 +00:00
|
|
|
- Update to 0.1.1.20080815.
|
|
|
|
|
2013-02-18 04:32:13 +00:00
|
|
|
* Tue Aug 12 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080812-1
|
2008-08-12 07:24:08 +00:00
|
|
|
- Update to 0.1.1.20080812.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 11 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-2
|
2008-08-10 17:20:19 +00:00
|
|
|
- Add gnome-python2-gconf in Requires.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Aug 07 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-1
|
2008-08-10 11:32:49 +00:00
|
|
|
- The first version.
|