ishcherb / rpms / ibus

Forked from rpms/ibus 6 years ago
Clone
ba8f25c
%global with_preload_xkb_engine 1
6bf9178
%global with_pygobject2 1
6bf9178
%global with_pygobject3 1
e429e12
81afe7c
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
81afe7c
a208e6b
%if (0%{?fedora} > 17 || 0%{?rhel} > 6)
a208e6b
#ifarch ppc ppc64 s390 s390x
6bf9178
%global with_gjs 0
936f505
%else
6bf9178
%global with_gjs 1
936f505
%endif
936f505
16eb651
%if (0%{?fedora} > 17 || 0%{?rhel} > 6)
16eb651
%global with_gkbd 0
16eb651
%else
16eb651
%global with_gkbd 1
16eb651
%endif
16eb651
add36c8
%if (0%{?fedora} > 18 || 0%{?rhel} > 6)
add36c8
%global with_python_pkg 1
add36c8
%else
add36c8
%global with_python_pkg 0
add36c8
%endif
add36c8
ecac051
%global ibus_gjs_version 3.4.1.20130115
2ff6178
6bf9178
%global ibus_api_version 1.0
60148ca
81afe7c
%if %with_pkg_config
81afe7c
%{!?gtk2_binary_version: %global gtk2_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-2.0)}
81afe7c
%{!?gtk3_binary_version: %global gtk3_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-3.0)}
6bf9178
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
81afe7c
%else
81afe7c
%{!?gtk2_binary_version: %global gtk2_binary_version ?.?.?}
81afe7c
%{!?gtk3_binary_version: %global gtk3_binary_version ?.?.?}
81afe7c
%global glib_ver 0
81afe7c
%endif
81afe7c
6bf9178
%global dbus_python_version 0.83.0
c379828
a46ad0d
Name:       ibus
ba8f25c
Version:    1.5.2
99df57f
Release:    8%{?dist}
d816398
Summary:    Intelligent Input Bus for Linux OS
a46ad0d
License:    LGPLv2+
a46ad0d
Group:      System Environment/Libraries
a46ad0d
URL:        http://code.google.com/p/ibus/
312fbb7
Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
fb1c291
Source1:    %{name}-xinput
a208e6b
%if %with_gjs
16eb651
# ibus-gjs
fb1c291
Source2:    http://fujiwara.fedorapeople.org/ibus/gnome-shell/%{name}-gjs-%{ibus_gjs_version}.tar.gz
edf06a4
%endif
90b6be6
# Upstreamed patches.
fb1c291
Patch0:     %{name}-HEAD.patch
90b6be6
# https://bugzilla.redhat.com/show_bug.cgi?id=810211
fb1c291
Patch1:     %{name}-810211-no-switch-by-no-trigger.patch
90b6be6
# https://bugzilla.redhat.com/show_bug.cgi?id=541492
fb1c291
Patch2:     %{name}-541492-xkb.patch
90b6be6
# https://bugzilla.redhat.com/show_bug.cgi?id=530711
fb1c291
Patch3:     %{name}-530711-preload-sys.patch
90b6be6
# Hide minor input method engines on ibus-setup by locale
fb1c291
Patch4:     %{name}-xx-setup-frequent-lang.patch
a46ad0d
1a783f2
%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
5fabd65
# Workaround to disable preedit on gnome-shell until bug 658420 is fixed.
5fabd65
# https://bugzilla.gnome.org/show_bug.cgi?id=658420
fb1c291
Patch92:    %{name}-xx-g-s-disable-preedit.patch
717e5a3
%endif
ecac051
%if (0%{?fedora} < 18 && 0%{?rhel} < 7)
ecac051
# The patch enables to build on fedora 17.
ecac051
Patch93:    %{name}-xx-f17.patch
ecac051
%endif
399db0b
# The patch is applied until ibus 1.5.3 is released.
399db0b
Patch94:    %{name}-xx-1.5.2.patch
399db0b
%if (0%{?fedora} < 19 && 0%{?rhel} < 7)
399db0b
# Keep the default triggers for the back compatiblity.
399db0b
Patch95:    %{name}-xx-ctrl-space.patch
399db0b
%endif
7c25acb
a46ad0d
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a46ad0d
f33bbfe
a46ad0d
BuildRequires:  gettext-devel
a46ad0d
BuildRequires:  libtool
a46ad0d
BuildRequires:  gtk2-devel
80ab9ad
BuildRequires:  gtk3-devel
a46ad0d
BuildRequires:  dbus-glib-devel
9bbbce4
BuildRequires:  dbus-python-devel >= %{dbus_python_version}
d3fa3ee
BuildRequires:  desktop-file-utils
1ec38f4
BuildRequires:  gtk-doc
150c9ee
BuildRequires:  dconf-devel
0bd0903
BuildRequires:  dbus-x11
add36c8
BuildRequires:  python2-devel
db6c981
BuildRequires:  vala
ba8f25c
BuildRequires:  vala-devel
db6c981
BuildRequires:  vala-tools
150c9ee
# for AM_GCONF_SOURCE_2 in configure.ac
1ec38f4
BuildRequires:  GConf2-devel
78c6c76
BuildRequires:  intltool
6611c09
BuildRequires:  iso-codes-devel
399db0b
BuildRequires:  libnotify-devel
16eb651
%if %with_gkbd
db6c981
BuildRequires:  libgnomekbd-devel
60148ca
%endif
909ccfd
%if %with_gjs
0318d1b
# for ibus-gjs-xx.tar.gz
0318d1b
BuildRequires:  gjs
0318d1b
BuildRequires:  gnome-shell
c091e80
%endif
d3fa3ee
ba8f25c
Requires:   %{name}-libs   = %{version}-%{release}
ba8f25c
Requires:   %{name}-gtk2   = %{version}-%{release}
ba8f25c
Requires:   %{name}-gtk3   = %{version}-%{release}
9e674a0
%if %with_python_pkg
9e674a0
Requires:   %{name}-setup  = %{version}-%{release}
9e674a0
%endif
48fa194
860840a
Requires:   iso-codes
9bbbce4
Requires:   dbus-python >= %{dbus_python_version}
f2b7493
Requires:   dbus-x11
1a783f2
%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
0e99b92
Requires:   im-chooser
a208e6b
%endif
150c9ee
Requires:   dconf
dbcbb36
Requires:   notify-python
16eb651
%if %with_gkbd
db6c981
Requires:   libgnomekbd
16eb651
%endif
3f5c101
Requires:   librsvg2
1480aea
# for setxkbmap
1480aea
Requires:   xorg-x11-xkb-utils
1a783f2
%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
7a52852
Requires:   gnome-icon-theme-symbolic
a208e6b
%endif
ca9429a
%if (0%{?fedora} > 17 || 0%{?rhel} > 6)
6bf9178
# The feature in ibus-gnome3 is provided by gnome-shell.
ca9429a
Obsoletes:  ibus-gnome3 < %{version}-%{release}
ca9429a
%endif
377cc35
%if %with_python_pkg
377cc35
Obsoletes:  ibus-panel < %{version}-%{release}
377cc35
%endif
add36c8
%if ! %with_python_pkg
add36c8
%if %with_pygobject3
add36c8
Requires:       pygobject3
add36c8
BuildRequires:  gobject-introspection-devel
add36c8
BuildRequires:  pygobject3-devel
add36c8
%endif
add36c8
%if %with_pygobject2
add36c8
Requires:       pygtk2
add36c8
%endif
add36c8
%endif
c379828
c379828
Requires(post):  desktop-file-utils
c379828
Requires(postun):  desktop-file-utils
db31e52
Requires(postun):  dconf
db31e52
Requires(posttrans): dconf
c379828
c379828
Requires(post):  %{_sbindir}/alternatives
c379828
Requires(postun):  %{_sbindir}/alternatives
a46ad0d
6bf9178
%global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
1ec38f4
a46ad0d
%description
0f1a80e
IBus means Intelligent Input Bus. It is an input framework for Linux OS.
a46ad0d
48fa194
%package libs
48fa194
Summary:    IBus libraries
48fa194
Group:      System Environment/Libraries
48fa194
c379828
Requires:   glib2 >= %{glib_ver}
c379828
Requires:   dbus >= 1.2.4
c379828
48fa194
%description libs
48fa194
This package contains the libraries for IBus
48fa194
80ab9ad
%package gtk2
d3fa3ee
Summary:    IBus im module for gtk2
a46ad0d
Group:      System Environment/Libraries
a46ad0d
Requires:   %{name} = %{version}-%{release}
cf977d1
Requires:   %{name}-libs = %{version}-%{release}
bd758d2
Requires(post): glib2 >= %{glib_ver}
a46ad0d
80ab9ad
%description gtk2
a46ad0d
This package contains ibus im module for gtk2
a46ad0d
80ab9ad
%package gtk3
80ab9ad
Summary:    IBus im module for gtk3
80ab9ad
Group:      System Environment/Libraries
80ab9ad
Requires:   %{name} = %{version}-%{release}
cf977d1
Requires:   %{name}-libs = %{version}-%{release}
1a783f2
%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
48fb145
Requires:   imsettings-gnome
a208e6b
%endif
80ab9ad
Requires(post): glib2 >= %{glib_ver}
80ab9ad
80ab9ad
%description gtk3
80ab9ad
This package contains ibus im module for gtk3
80ab9ad
add36c8
%if %with_python_pkg
ba8f25c
%if %with_pygobject3
ba8f25c
%package setup
ba8f25c
Summary:        IBus setup utility
ba8f25c
Group:          System Environment/Libraries
ba8f25c
Requires:       %{name} = %{version}-%{release}
ba8f25c
Requires:       pygobject3
ba8f25c
BuildRequires:  gobject-introspection-devel
ba8f25c
BuildRequires:  pygobject3-devel
ba8f25c
BuildArch:      noarch
ba8f25c
ba8f25c
%description setup
ba8f25c
This is a setup utility for IBus.
ba8f25c
%endif
ba8f25c
ba8f25c
%if %with_pygobject2
ba8f25c
%package pygtk2
ba8f25c
Summary:        IBus pygtk2 library
ba8f25c
Group:          System Environment/Libraries
ba8f25c
Requires:       %{name} = %{version}-%{release}
ba8f25c
Requires:       pygtk2
ba8f25c
BuildArch:      noarch
ba8f25c
ba8f25c
%description pygtk2
19ed92e
This is a pygtk2 library for IBus. Now major IBus engines use pygobject3
ba8f25c
and this package will be deprecated.
ba8f25c
%endif
add36c8
%endif
ba8f25c
19c65a7
%if %with_gjs
63b857f
%package gnome3
63b857f
Summary:    IBus gnome-shell-extension for GNOME3
63b857f
Group:      System Environment/Libraries
63b857f
Requires:   %{name} = %{version}-%{release}
63b857f
Requires:   %{name}-libs = %{version}-%{release}
63b857f
Requires:   gnome-shell
63b857f
63b857f
%description gnome3
63b857f
This is a transitional package which allows users to try out new IBus
63b857f
GUI for GNOME3 in development.  Note that this package will be marked
63b857f
as obsolete once the integration has completed in the GNOME3 upstream.
e429e12
%endif
63b857f
1ec38f4
%package devel
1ec38f4
Summary:    Development tools for ibus
1ec38f4
Group:      Development/Libraries
a46ad0d
Requires:   %{name} = %{version}-%{release}
cf977d1
Requires:   %{name}-libs = %{version}-%{release}
1ec38f4
Requires:   glib2-devel
1ec38f4
Requires:   dbus-devel
a46ad0d
1ec38f4
%description devel
1ec38f4
The ibus-devel package contains the header files and developer
1ec38f4
docs for ibus.
a46ad0d
abfe682
%package devel-docs
abfe682
Summary:    Developer documents for ibus
abfe682
Group:      Development/Libraries
abfe682
Requires:   %{name} = %{version}-%{release}
909ccfd
%if (0%{?fedora} >= 19 || 0%{?rhel} >= 7)
909ccfd
BuildArch:  noarch
909ccfd
%endif
abfe682
abfe682
%description devel-docs
abfe682
The ibus-devel-docs package contains developer documentation for ibus
abfe682
abfe682
a46ad0d
%prep
8bb7b19
%setup -q
19c65a7
%if %with_gjs
16eb651
gzip -dc %SOURCE2 | tar xf -
16eb651
%endif
e429e12
909ccfd
# %%patch0 -p1
ee58945
%patch0 -p1
1a783f2
%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
150c9ee
%patch92 -p1 -b .g-s-preedit
717e5a3
%endif
7bb697b
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
fd3eb3d
%patch1 -p1 -b .noswitch
ba8f25c
%if %with_preload_xkb_engine
ba8f25c
%patch2 -p1 -b .preload-xkb
ca22209
rm -f bindings/vala/ibus-1.0.vapi
db31e52
rm -f data/dconf/00-upstream-settings
60148ca
%endif
fd3eb3d
%patch3 -p1 -b .preload-sys
fd3eb3d
%patch4 -p1 -b .setup-frequent-lang
33f093f
ecac051
%if (0%{?fedora} < 18 && 0%{?rhel} < 7)
ecac051
%patch93 -p1 -b .f17
ecac051
%endif
399db0b
%patch94 -p1 -b .152
399db0b
%if (0%{?fedora} < 19 && 0%{?rhel} < 7)
399db0b
%patch95 -p1 -b .ctrl
399db0b
%endif
19c65a7
a46ad0d
%build
ba8f25c
%if %with_preload_xkb_engine
399db0b
autoreconf -f -i -v
60148ca
%endif
80ab9ad
%configure \
80ab9ad
    --disable-static \
80ab9ad
    --enable-gtk2 \
80ab9ad
    --enable-gtk3 \
80ab9ad
    --enable-xim \
db6c981
    --enable-gtk-doc \
8a795bf
    --with-no-snooper-apps='gnome-do,Do.*,firefox.*,.*chrome.*,.*chromium.*' \
f7291cc
    --enable-surrounding-text \
ecac051
%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
ecac051
    --with-panel-icon-keyboard=yes \
16eb651
%endif
16eb651
%if %with_gkbd
db6c981
    --enable-libgnomekbd \
2ff6178
%endif
19c65a7
%if %with_pygobject2
db6c981
    --enable-python-library \
ca22209
%endif
80ab9ad
    --enable-introspection
80ab9ad
ba8f25c
%if %with_preload_xkb_engine
19c65a7
make -C ui/gtk3 maintainer-clean-generic
e429e12
%endif
db6c981
# make -C po update-gmo
a208e6b
make %{?_smp_mflags}
0318d1b
19c65a7
%if %with_gjs
0318d1b
d=`basename %SOURCE2 .tar.gz`
0318d1b
cd $d
0318d1b
export PKG_CONFIG_PATH=..:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
e429e12
%configure \
db31e52
  --with-gnome-shell-version="3.5.3,3.4,3.3.92,3.3.90,3.3.5,3.3.4,3.3.3,3.2" \
db31e52
  --with-gjs-version="1.33.3,1.32,1.31.22,1.31.20,1.31.10,1.31.6,1.31.11,1.30"
0318d1b
make %{?_smp_mflags}
0318d1b
cd ..
0318d1b
%endif
0318d1b
a46ad0d
%install
49a7b5c
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
f0777a3
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-%{ibus_api_version}.la
80ab9ad
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
80ab9ad
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
a46ad0d
a46ad0d
# install xinput config file
a663250
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
a46ad0d
d3fa3ee
# install .desktop files
f0777a3
# correct location in upstream.
f0777a3
if test ! -f $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop -a \
f0777a3
          -f $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop ; then
f0777a3
  mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
f0777a3
  mv $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop \
f0777a3
     $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
f0777a3
fi
a663250
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
1711405
echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
a663250
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
f0777a3
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop
6bf9178
f0777a3
# workaround for desktop-file-install
f0777a3
sed -i -e 's|Comment\[ja\]=IBus |& |' \
f0777a3
  $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
d3fa3ee
desktop-file-install --delete-original          \
a663250
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
a663250
  $RPM_BUILD_ROOT%{_datadir}/applications/*
d3fa3ee
fbc58ff
# home [dot] corp [dot] redhat [dot] com/wiki/rpmdiff-multilib
be3eae6
if test -f ibus/_config.py.in -a \
be3eae6
    -f $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.py ; then
be3eae6
  touch -r ibus/_config.py.in \
be3eae6
      $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.py
be3eae6
  if test -f ./py-compile ; then
be3eae6
    sh ./py-compile --destdir $RPM_BUILD_ROOT \
be3eae6
        --basedir %{python2_sitelib}/ibus _config.py
fbc58ff
  fi
fbc58ff
fi
fbc58ff
19c65a7
%if %with_gjs
63b857f
# https://bugzilla.redhat.com/show_bug.cgi?id=657165
c64cc4b
d=`basename %SOURCE2 .tar.gz`
c64cc4b
cd $d
6bf9178
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
c64cc4b
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/ibus-gjs.mo
c64cc4b
cd ..
9d6bb4f
%endif
9d6bb4f
f0777a3
# FIXME: no version number
f0777a3
%find_lang %{name}10
a46ad0d
1711405
%post
4f5c890
# recreate icon cache
f7052d6
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
4f5c890
3d68915
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
a46ad0d
1711405
%postun
f7052d6
if [ "$1" -eq 0 ]; then
f7052d6
  # recreate icon cache
f7052d6
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f7052d6
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
4f5c890
d3fa3ee
  %{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
d3fa3ee
  # if alternative was set to manual, reset to auto
d3fa3ee
  [ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
f7052d6
f7052d6
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
db31e52
  # 'dconf update' sometimes does not update the db...
db31e52
  dconf update
db31e52
  if [ -f %{_sysconfdir}/dconf/db/ibus ] ; then
db31e52
      rm -f %{_sysconfdir}/dconf/db/ibus
db31e52
  fi
f7052d6
fi
db6c981
db6c981
%posttrans
f7052d6
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f7052d6
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
db31e52
dconf update
a46ad0d
4f5c890
%post libs -p /sbin/ldconfig
c379828
4f5c890
%postun libs -p /sbin/ldconfig
1711405
80ab9ad
%post gtk2
6bf9178
if [ $1 -eq 1 ] ; then
6bf9178
    # For upgrades, the cache will be regenerated by the new package's %%postun
6bf9178
    %{_bindir}/update-gtk-immodules %{_host} || :
6bf9178
fi
80ab9ad
80ab9ad
%postun gtk2
cf977d1
%{_bindir}/update-gtk-immodules %{_host} || :
c379828
80ab9ad
%post gtk3
6bf9178
if [ $1 -eq 1 ] ; then
6bf9178
    # For upgrades, the cache will be regenerated by the new package's %%postun
6bf9178
    /usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
6bf9178
fi
80ab9ad
80ab9ad
%postun gtk3
6bf9178
/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
6bf9178
d3fa3ee
f0777a3
# FIXME: no version number
f0777a3
%files -f %{name}10.lang
a46ad0d
%doc AUTHORS COPYING README
a46ad0d
%dir %{_datadir}/ibus/
db6c981
%{_bindir}/ibus
1ec38f4
%{_bindir}/ibus-daemon
8a89c0e
%{_datadir}/applications/*
ba8f25c
%{_datadir}/bash-completion/completions/ibus.bash
150c9ee
%{_datadir}/GConf/gsettings/*
150c9ee
%{_datadir}/glib-2.0/schemas/*.xml
2607fbb
%{_datadir}/ibus/component
ba8f25c
%{_datadir}/ibus/engine
ba8f25c
%{_datadir}/ibus/keymaps
ba8f25c
%{_datadir}/icons/hicolor/*/apps/*
ba8f25c
%{_datadir}/man/man1/ibus.1.gz
ba8f25c
%{_datadir}/man/man1/ibus-daemon.1.gz
db6c981
%{_libexecdir}/ibus-engine-simple
150c9ee
%{_libexecdir}/ibus-dconf
2607fbb
%{_libexecdir}/ibus-ui-gtk3
1ec38f4
%{_libexecdir}/ibus-x11
312fbb7
# {_sysconfdir}/xdg/autostart/ibus.desktop
db31e52
%{_sysconfdir}/dconf/db/ibus.d
150c9ee
%{_sysconfdir}/dconf/profile/ibus
ecac051
%python2_sitearch/gi/overrides/IBus.py*
a46ad0d
%config %{_xinputconf}
add36c8
%if ! %with_python_pkg
add36c8
%if %with_pygobject3
add36c8
%{_bindir}/ibus-setup
add36c8
%{_datadir}/ibus/setup
add36c8
%{_datadir}/man/man1/ibus-setup.1.gz
add36c8
%endif
add36c8
%if %with_pygobject2
add36c8
%dir %{python2_sitelib}/ibus
add36c8
%{python2_sitelib}/ibus/*
add36c8
%endif
add36c8
%endif
a46ad0d
48fa194
%files libs
f0777a3
%{_libdir}/libibus-%{ibus_api_version}.so.*
80ab9ad
%{_libdir}/girepository-1.0/IBus-1.0.typelib
80ab9ad
80ab9ad
%files gtk2
80ab9ad
%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.so
48fa194
80ab9ad
%files gtk3
80ab9ad
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
a46ad0d
add36c8
%if %with_python_pkg
ba8f25c
%if %with_pygobject3
ba8f25c
%files setup
ba8f25c
%{_bindir}/ibus-setup
ba8f25c
%{_datadir}/ibus/setup
ba8f25c
%{_datadir}/man/man1/ibus-setup.1.gz
ba8f25c
%endif
ba8f25c
ba8f25c
%if %with_pygobject2
ba8f25c
%files pygtk2
ba8f25c
%dir %{python2_sitelib}/ibus
ba8f25c
%{python2_sitelib}/ibus/*
ba8f25c
%endif
add36c8
%endif
ba8f25c
19c65a7
%if %with_gjs
63b857f
%files gnome3
63b857f
%{_datadir}/gnome-shell/js/ui/status/ibus
63b857f
%{_datadir}/gnome-shell/extensions/ibus-indicator@example.com
e429e12
%endif
63b857f
1ec38f4
%files devel
1ec38f4
%{_libdir}/lib*.so
1ec38f4
%{_libdir}/pkgconfig/*
80ab9ad
%{_includedir}/*
80ab9ad
%{_datadir}/gir-1.0/IBus-1.0.gir
80ab9ad
%{_datadir}/vala/vapi/ibus-1.0.vapi
f0777a3
%{_datadir}/vala/vapi/ibus-1.0.deps
a46ad0d
abfe682
%files devel-docs
abfe682
%{_datadir}/gtk-doc/html/*
abfe682
a46ad0d
%changelog
99df57f
* Thu Jul 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-8
99df57f
- Updated ibus-HEAD.patch to delete pyxdg dependencies.
99df57f
2607fbb
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-7
2607fbb
- Bug 972328 - Deleted ibus-panel
2607fbb
9e674a0
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-6
9e674a0
- Bug 972328 - Bring back the dependency of ibus-setup.
9e674a0
19ed92e
* Tue Jun 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-5
19ed92e
- Removed dependencies of ibus-setup and ibus-pygtk2
19ed92e
399db0b
* Wed Jun 05 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-4
399db0b
- Updated ibus-HEAD.patch for upstream.
399db0b
- Added ibus-xx-1.5.2.patch until 1.5.3 will be released.
399db0b
- Added ibus-xx-ctrl-space.patch for back compatible triggers.
399db0b
ee58945
* Wed May 01 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-3
ee58945
- Updated ibus-HEAD.patch for upstream.
ee58945
- Deleted ibus-947318-reconnect-gtk-client.patch
ee58945
add36c8
* Sun Apr 21 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-2
add36c8
- Separate python files in f19 or later.
add36c8
ba8f25c
* Thu Apr 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
ba8f25c
- Bumped to 1.5.2
ba8f25c
- Created noarch packages for python files due to .pyc and .pyo.
ba8f25c
- Added man pages.
ba8f25c
7bb697b
* Mon Feb 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-3
7bb697b
- Copied gtk2 module to gtk3 one.
7bb697b
80224fc
* Thu Jan 31 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-2
80224fc
- Updated ibus-530711-preload-sys.patch. Fixes #904799
80224fc
ecac051
* Tue Jan 08 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
ecac051
- Bumped to 1.5.1
ecac051
- Bumped to ibus-gjs 3.4.1.20130115 for f17
ecac051
- Removed ibus-xx-no-use.diff
ecac051
8e7bad2
* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
8e7bad2
- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
8e7bad2
16eb651
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
16eb651
- Resolves #869584 - Removed libgnomekbd dependency in f18.
16eb651
be3eae6
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-7
be3eae6
- Set time stamp of ibus/_config.py
be3eae6
4bd90a5
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-6
4bd90a5
- Set time stamp of ibus/_config.py
4bd90a5
81afe7c
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-5
81afe7c
- Updated spec file to work witout pkgconfig.
81afe7c
0d58ff1
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-4
0d58ff1
- Added comment lines for patches.
0d58ff1
6bf9178
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-3
6bf9178
- Fixed misc issues.
6bf9178
ca9429a
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-2
ca9429a
- Obsoleted ibus-gnome3
ca9429a
a208e6b
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-1
a208e6b
- Bumped to 1.4.99.20121109
a208e6b
- Removed im-chooser, imsettings-gnome, gnome-icon-theme-symbolic
a208e6b
  dependencies in f18 because ibus gnome integration is done.
a208e6b
  Use ibus-keyboard instead of input-keyboard-symbolic.
a208e6b
- Disabled ibus-gjs build because of ibus gnome integration.
a208e6b
a208e6b
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
a208e6b
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
a208e6b
28f7f62
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
28f7f62
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
28f7f62
717e5a3
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
717e5a3
- Bumped to 1.4.99.20121006
717e5a3
- Removed ibus-xx-segv-reg-prop.patch
717e5a3
c0fd76c
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-2
c0fd76c
- Added ibus-xx-segv-reg-prop.patch to avoid segv
c0fd76c
fac4756
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-1
fac4756
- Bumped to 1.4.99.20120914
fac4756
ed456ef
* Thu Sep 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-2
ed456ef
- Updated ibus-530711-preload-sys.patch
ed456ef
- Updated ibus-541492-xkb.patch
ed456ef
- Updated ibus-xx-no-use.diff
ed456ef
  Fixed Bug 854161 - not able to add keymap with ibus-setup
ed456ef
fd3eb3d
* Wed Aug 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-1
fd3eb3d
- Bumped to 1.4.99.20120822
fd3eb3d
- Bumped to ibus-gjs 3.4.1.20120815
fd3eb3d
  Fixed Bug 845956 - ibus backward trigger key is not customized
fd3eb3d
  Fixed Bug 844580 - ibus-dconf does not load the system gvdb
fd3eb3d
- Separated ibus-810211-no-switch-by-no-trigger.patch from ibus-HEAD.patch
fd3eb3d
0aa9bb8
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120712-3
0aa9bb8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0aa9bb8
2e84674
* Thu Jul 19 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-2
2e84674
- Updated ibus-HEAD.patch
2e84674
  Support dconf 0.13.4
2e84674
db31e52
* Tue Jul 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-1
db31e52
- Bumped to 1.4.99.20120712
db31e52
- Removed ibus-xx-branding-switcher-ui.patch as upstreamed.
db31e52
44ea810
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 1.4.99.20120428-3
44ea810
- Rebuild against new libgnomekbd
44ea810
2f7b82c
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-2
2f7b82c
- Updated ibus-HEAD.patch
2f7b82c
- Updated ibus-541492-xkb.patch
2f7b82c
- Updated ibus-xx-branding-switcher-ui.patch
2f7b82c
  Fixed Bug 810211 - Cancel Control + space pressing Control key.
2f7b82c
- Updated ibus-xx-no-use.diff
2f7b82c
  Enabled to customize trigger keys with non-modifier trigger keys.
2f7b82c
2ed8a1a
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-1
2ed8a1a
- Bumped to 1.4.99.20120428
2ed8a1a
  Fixed Bug 799571 - no IME list at the session login.
2ed8a1a
  Fixed Bug 810415 - ibus does not handle Ctrl+space with BUTTON_PRESS.
2ed8a1a
- Bumped to ibus-gjs 3.4.1.20120428
2ed8a1a
  Fixed Bug 802052 - no modifiers trigger keys.
2ed8a1a
  Fixed Bug 803244 - IME switch Ctrl+space not working on shell text entry.
2ed8a1a
f7052d6
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.4.99.20120317-4
f7052d6
- Update the dconf and icon cache rpm scriptlets
f7052d6
c31870b
* Wed Apr 18 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-3
c31870b
- Added a RHEL flag.
c31870b
b771dfa
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-2
b771dfa
- Bumped to ibus-gjs 3.3.92.20120327
b771dfa
  
19c65a7
* Sat Mar 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-1
19c65a7
- Bumped to 1.4.99.20120317
19c65a7
  Fixed Bug 718668 - focus move is slow with ibus-gnome3
19c65a7
  Fixed Bug 749497 - Enhance IME descriptions in status icon active menu
19c65a7
- Bumped to ibus-gjs 3.3.90.20120317
19c65a7
- Added ibus-xx-no-use.diff
19c65a7
  Fixed Bug 803260 - Disable non-global input method mode
19c65a7
- Updated ibus-HEAD.patch
19c65a7
  Fixed Bug 803250 - ibus lookup window font customization
19c65a7
  Fixed Bug 803177 - language id on ibus-ui-gtk3 switcher
19c65a7
- Update ibus-530711-preload-sys.patch
19c65a7
  Fixed Bug 797023 - port preload engines
19c65a7
e429e12
* Thu Mar 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-3
e429e12
- Bumped to ibus-gjs 3.3.90.20120308 to work with gnome-shell 3.3.90
e429e12
- Fixed Bug 786906 - Added ifnarch ppc ppc64 s390 s390x
e429e12
- Updated ibus-HEAD.patch
e429e12
  Fixed Bug 800897 - After doing "ctrl+space", ibus tray icon freezes
e429e12
5deefb2
* Mon Mar 05 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-2
5deefb2
- Added ibus-HEAD.patch to fix python library to load libibus.so.
5deefb2
ca22209
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-1
ca22209
- Bumped to 1.4.99.20120303
e429e12
  Fixed Bug 796070 - ibus-setup without no ibus-daemon
ca22209
e6ed2dd
* Wed Feb 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-3
7bcb691
- Fixed ibus-setup on C locale
7bcb691
- Fixed to show no registered engines from g-c-c.
7bcb691
- Enabled Alt_R keybinding on ko locales for ibus gtk only.
7bcb691
7bcb691
* Fri Feb 03 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-1
db6c981
- Updated to 1.4.99.20120203
db6c981
- Removed ibus-xx-bridge-hotkey.patch
db6c981
- Updated ibus-541492-xkb.patch to use libgnomekbd.
db6c981
- Updated ibus-xx-setup-frequent-lang.patch for 1.4.99.20120203
db6c981
3b4ca62
* Wed Jan 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-17
3b4ca62
- Added ibus-771115-property-compatible.patch for f16
3b4ca62
  Fixed Bug 771115 - IBusProperty back compatibility.
3b4ca62
bf8c2de
* Fri Dec 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-16
8ffe462
- Enhanced ibus-gnome3 shell lookup window.
8ffe462
- Updated ibus-HEAD.patch from upstream
8ffe462
  Fixed Bug 769135 - ibus-x11 SEGV in _process_key_event_done.
8ffe462
- Updated ibus-541492-xkb.patch
8ffe462
  Fixed Bug 757889 - ibus-setup SEGV without active engine.
8ffe462
  Fixed Bug 760213 - ibus-setup saves XKB variants correctly.
8ffe462
  Fixed Bug 769133 - ibus-engine-xkb returns FALSE for ASCII typings.
8ffe462
- Updated ibus-xx-bridge-hotkey.patch for an enhancement.
8ffe462
9694246
* Wed Nov 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-14
150c9ee
- Enabled dconf.
150c9ee
- Updated ibus-HEAD.patch
150c9ee
  Fixed Bug 618229 - engine setup buton on ibus-setup.
150c9ee
- Removed ibus-711632-fedora-fallback-icon.patch as upstreamed.
150c9ee
- Updated ibus-xx-bridge-hotkey.patch
150c9ee
  Removed Enable/Disable buttons on ibus-setup
150c9ee
481f2ee
* Fri Nov 18 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-11
481f2ee
- Updated ibus-541492-xkb.patch
481f2ee
  Fixed Bug 750484 - support reloading Xmodmap
481f2ee
- Updated ibus-HEAD.patch
481f2ee
  Fixed Bug 753781 - ibus-x11 needs async for hangul ibus_commit_text.
481f2ee
3ef409f
* Fri Nov 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-10
3ef409f
- Updated ibus-xx-bridge-hotkey.patch for f16
3ef409f
  Fixed no XKB languages from layout only. e.g. in(eng).
3ef409f
- Updated ibus-541492-xkb.patch
3ef409f
  Fixed not to show 'eng' on GUI for in(eng).
3ef409f
be89530
* Wed Nov 02 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-9
be89530
- Updated ibus-HEAD.patch
be89530
  Fixed prev/next keys without global engine.
be89530
- Updated ibus-xx-bridge-hotkey.patch for f16
be89530
  Fixed Bug 747902 - mouse and ctrl+space not working
be89530
  Fixed Bug 749770 - IME hotkey after Control + Space
be89530
- Updated ibus-711632-fedora-fallback-icon.patch
be89530
  Fixed Bug 717831 - use old icon for desktops other than gnome
be89530
15fdf9a
* Fri Oct 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-8
be89530
- Updated ibus-xx-bridge-hotkey.patch for f16
5f53fe6
- Fixed Bug 747902 - mouse and ctrl+space not working
5f53fe6
c3ca1e1
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
c3ca1e1
- Rebuilt for glibc bug#747377
c3ca1e1
9781a05
* Fri Oct 21 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-5
9781a05
- Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
9781a05
a4b3ac5
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
a4b3ac5
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
a4b3ac5
1bd91f5
* Fri Sep 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-3
1bd91f5
- Rebuilt for f16 gnome-shell 3.2 and gjs 1.30
1bd91f5
5a56699
* Wed Sep 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-2
e4605fa
- Updated to 1.4.0
e4605fa
- Updated ibus-gjs 3.0.2.20110928 for f15.
e4605fa
- Updated ibus-gjs 3.2.0.20110928 for f16. (#740588)
e4605fa
- Updated ibus-530711-preload-sys.patch
e4605fa
  Fixed not to show duplicated engine names in setup treeview (#740447)
e4605fa
- Updated bus-gjs-xx-gnome-shell-3.1.4-build-failure.patch for f16.
e4605fa
- Updated ibus-xx-bridge-hotkey.patch
e4605fa
  Fixed a XKB configuration without the input focus for f16 (#739165)
e4605fa
  Fixed not to show null strings in case of no variants (#738130)
e4605fa
81e73d4
* Tue Sep 13 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-5
81e73d4
- Updated ibus-gjs 3.1.91.20110913 for f16.
81e73d4
5fabd65
* Thu Sep 08 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-4
5fabd65
- Updated ibus-gjs 3.1.91.20110908 and 3.0.2.20110908 for gnome-shell.
5fabd65
  Fixed preedit active segments on gnome-shell and X11 apps.
5fabd65
- Added ibus-xx-g-s-disable-preedit.patch
5fabd65
  Disabled preedit on gnome-shell for a workaround.
5fabd65
- Updated ibus.spec
5fabd65
  Fixed Bug 735879 pre/postun scripts
5fabd65
3bcb3ac
* Thu Sep 01 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-3
e0a5e11
- Fixed Bug 700472 Use a symbol icon instead of an image icon.
63b857f
- Updated ibus-HEAD.patch for upstream.
63b857f
- Removed ibus-435880-surrounding-text.patch as upstream.
7c25acb
- Added ibus-711632-fedora-fallback-icon.patch
7c25acb
  Fixed SEGV with no icon in oxygen-gtk icon theme.
63b857f
- Added ibus-xx-bridge-hotkey.patch
095f9c1
  Triaged Bug 707370 SetEngine timeout
ed173d8
  Fixed Bug 731610 Keep IM state when text input focus changes
63b857f
- Added transitional ibus-gnome3 package.
095f9c1
  Fixed Bug 718110 Use a shell icon instead of pygtk2 icon.
7c25acb
84d8da5
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-1
84d8da5
- Updated to 1.3.99.20110419
aca4d37
- Added ibus-HEAD.patch
aca4d37
  Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
e5da135
- Updated ibus-541492-xkb.patch
e5da135
  Fixed Bug 701202 - us(dvorak) does not show up in list
84d8da5
  Updated ibus-1.0.pc for ibus-xkb
692f6ca
  Showed XKB variant descriptions only without layout descriptions.
692f6ca
- Updated ibus-xx-setup-frequent-lang.patch
692f6ca
  Updated UI strings
aca4d37
48fb145
* Tue Apr 19 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-1
48fb145
- Updated to 1.3.99.20110408
1640e30
  Fixed Bug 683484 - Timed out SetEngine when select an engine from panel.
9aff0cb
  Fixed Bug 657165 - IBus for gnome-shell for Fedora 15.
48fb145
- Upstreamed ibus-657165-panel-libs.patch
48fb145
- Removed ibus-675503-gnome-shell-workaround.patch
48fb145
- Added ibus-xx-setup-frequent-lang.patch
48fb145
- Updated ibus-541492-xkb.patch
48fb145
  Fixed Bug 696481 - no the variant maps without language codes
48fb145
- Added dependency of imsettings-gnome.
48fb145
  Fixed Bug 696510 - need a dependency in ibus-gtk3 for imsettings-gnome
1935274
9d6bb4f
* Thu Mar 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110228-1
9d6bb4f
- Updated to 1.3.99.20110228
b46cf54
- Integrated the part of gjs in Bug 657165 ibus for gnome-shell.
b46cf54
  Added ibus-657165-panel-libs.patch
9d6bb4f
  Added gnome-shell-ibus-plugins-20110304.tar.bz2
b46cf54
- Fixed Bug 675503 - a regression in sync mode
b46cf54
  Added ibus-675503-gnome-shell-workaround.patch until gnome-shell is updated.
9d6bb4f
- Fixed Bug 677856 - left ibus snooper when im client is switched.
9d6bb4f
- Fixed Bug 673047 - abrt ibus_xkb_get_current_layout for non-XKB system
9d6bb4f
  Updated ibus-541492-xkb.patch
64816e6
e090fc3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.99.20110127-3
e090fc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e090fc3
0610dd6
* Fri Feb 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110127-1
0610dd6
- Updated to 1.3.99.20110127
0610dd6
- Updated ibus-HEAD.patch from upstream.
9213786
069aa90
* Wed Jan 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110117-1
069aa90
- Updated to 1.3.99.20110117
f2b7493
- Fixed Bug 666427 - ibus requires dbus-x11
069aa90
- Fixed Bug 670137 - QT_IM_MODULE=xim in ibus.conf without ibus-qt
fbc5579
cf977d1
* Thu Dec 09 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101202-1
cf977d1
- Updated to 1.3.99.20101202
8a795bf
- Added ibus-530711-preload-sys.patch
08b90e8
  Fixed Bug 530711 - Reload preloaded engines by login
8a795bf
f0777a3
* Fri Oct 29 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101028-1
f0777a3
- Updated to 1.3.99.20101028
f0777a3
- Integrated gdbus
f0777a3
- Merged notify.patch into ibus-HEAD.patch
20eb2be
7935081
* Fri Oct 22 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-1
7935081
- Updated to 1.3.8
6cc8efa
- Added ibus-541492-xkb.patch
6cc8efa
  Fixes Bug 541492 - ibus needs to support some xkb layout switching
6cc8efa
- Added ibus-435880-surrounding-text.patch
6cc8efa
  Fixes Bug 435880 - ibus-gtk requires surrounding-text support
7935081
- Added ibus-xx-workaround-gtk3.patch
7935081
  Workaround for f14 http://koji.fedoraproject.org/koji/taskinfo?taskID=2516604
cca15f3
60148ca
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
7935081
- Updated to 1.3.7
60148ca
e0c0aef
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.6-5
e0c0aef
- Rebuild against python 2.7
e0c0aef
225277b
* Thu Jul 22 2010 Jens Petersen <petersen@redhat.com> - 1.3.6-4
225277b
- keep bumping ibus-gtk obsoletes to avoid upgrade problems
225277b
7af1430
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.6-3
7af1430
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
7af1430
e237ce1
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.3.6-2
e237ce1
- Rebuild with new gobject-introspection
e237ce1
225277b
* Tue Jul 06 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.6-1
829c553
- Update to 1.3.6
829c553
1f251c9
* Wed Jun 30 2010 Jens Petersen <petersen@redhat.com>
1f251c9
- version the ibus-gtk obsolete and provides
1f251c9
- drop the old redundant ibus-qt obsoletes
1f251c9
fe3783f
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.5-3
fe3783f
- Rebuild against newer gtk
fe3783f
012c668
* Tue Jun 22 2010 Colin Walters <walters@verbum.org> - 1.3.5-2
012c668
- Bump Release to keep ahead of F-13
012c668
225277b
* Sat Jun 12 2010 Peng Huang <phuang@redhat.com> - 1.3.5-1
80ab9ad
- Update to 1.3.5
80ab9ad
- Support gtk3, gobject-introspection and vala.
80ab9ad
225277b
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-2
61324a1
- Update to 1.3.4
61324a1
225277b
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-1
1336b86
- Update to 1.3.4
1336b86
225277b
* Tue May 04 2010 Peng Huang <phuang@redhat.com> - 1.3.3-1
cf678d7
- Update to 1.3.3
cf678d7
225277b
* Sun May 02 2010 Peng Huang <phuang@redhat.com> - 1.3.2-3
cf678d7
- Embedded language bar in menu by default.
cf678d7
- Fix bug 587353 - [abrt] crash in ibus-1.3.2-2.fc12
cf678d7
225277b
* Sat Apr 24 2010 Peng Huang <phuang@redhat.com> - 1.3.2-2
3f5c101
- Add requires librsvg2
cf678d7
- Update ibus-HEAD.patch: Update po files and and setting 
3f5c101
225277b
* Wed Apr 21 2010 Peng Huang <phuang@redhat.com> - 1.3.2-1
6611c09
- Update to 1.3.2
6611c09
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
6611c09
225277b
* Mon Apr 05 2010 Peng Huang <phuang@redhat.com> - 1.3.1-1
6611c09
- Update to 1.3.1
6611c09
225277b
* Fri Mar 26 2010 Peng Huang <phuang@redhat.com> - 1.3.0-3
6611c09
- Update ibus-HEAD.patch
6611c09
- Fix bug - some time panel does not show candidates.
6611c09
- Update some po files
6611c09
225277b
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-2
6611c09
- Does not check glib micro version in ibus im module.
6611c09
225277b
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-1
6611c09
- Update to 1.3.0
6611c09
225277b
* Tue Feb 02 2010 Peng Huang <phuang@redhat.com> - 1.2.99.20100202-1
1f28780
- Update to 1.2.99.20100202
1f28780
225277b
* Mon Jan 11 2010 Peng Huang <phuang@redhat.com> - 1.2.0.20100111-1
ebb6886
- Update to 1.2.0.20100111
ebb6886
225277b
* Fri Dec 25 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091225-1
dbcbb36
- Update to 1.2.0.20091225
dbcbb36
- Fix bug 513895 - new IME does not show up in ibus-setup
dbcbb36
- Fix bug 531857 - applet order should correspond with preferences order
dbcbb36
- Fix bug 532856 - should not list already added input-methods in Add selector
dbcbb36
7bb697b
* Tue Dec 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091215-1
25e6fc5
- Update to 1.2.0.20091215
25e6fc5
225277b
* Thu Dec 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-2
0f1a80e
- Fix rpmlint warnings and errors.
0f1a80e
225277b
* Fri Dec 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-1
c97f22d
- Update to 1.2.0.20091204
c97f22d
- Fix Bug 529920 - language panel pops up on the wrong monitor
c97f22d
- Fix Bug 541197 - Ibus crash
c97f22d
225277b
* Tue Nov 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091124-1
992402f
- Update to 1.2.0.20091124
992402f
- Update some translations.
992402f
- Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12 
992402f
225277b
* Sat Oct 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091024-1
1eb4d1c
- Update to 1.2.0.20091024
1eb4d1c
225277b
* Wed Oct 14 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091014-2
1eb4d1c
- Update to 1.2.0.20091014
1eb4d1c
- Change ICON in ibus.conf 
1eb4d1c
7bb697b
* Sun Sep 27 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090927-1
746b981
- Update to 1.2.0.20090927
746b981
225277b
* Tue Sep 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090915-1
fbdbfcc
- Update to 1.2.0.20090915
fbdbfcc
- Fix bug 521591 - check if the icon filename is a real file before trying to open it
fbdbfcc
- Fix bug 522310 - Memory leak on show/hide
fbdbfcc
- Fix bug 509518 - ibus-anthy should only override to jp layout for kana input
fbdbfcc
225277b
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-2
be1be1e
- Refresh the tarball.
be1be1e
225277b
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-1
8b7e9de
- Update to 1.2.0.20090904
8b7e9de
225277b
* Mon Aug 31 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-2
efa9d00
- Change icon path in ibus.conf
efa9d00
225277b
* Fri Aug 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-1
4a29c4a
- Update to 1.2.0.20090828
4a29c4a
- Change the icon on systray.
4a29c4a
- Fix segment fault in ibus_hotkey_profile_destroy
4a29c4a
- Fix some memory leaks.
4a29c4a
225277b
* Wed Aug 12 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090812-1
12fc5e5
- Update to 1.2.0.20090812
12fc5e5
225277b
* Mon Aug 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-4
4474c8e
- Update ibus-HEAD.patch
4474c8e
- Fix Numlock problem.
392a856
- Fix some memory leaks.
4474c8e
225277b
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-2
0f8a6e1
- Update ibus-HEAD.patch
0f8a6e1
- Fix bug 516154.
0f8a6e1
225277b
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-1
12bc233
- Update to 1.2.0.20090807
12bc233
225277b
* Thu Aug 06 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090806-1
13baf9a
- Update to 1.2.0.20090806
13baf9a
- Fix bug 515106 - don't install duplicate files
13baf9a
225277b
* Tue Jul 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-3
2026869
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists. 
2026869
23d75b9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
23d75b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
23d75b9
225277b
* Thu Jul 23 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-1
0529018
- Update to 1.2.0.20090723
0529018
- Fix dead loop in ibus-gconf
0529018
225277b
* Wed Jul 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090722-1
a01fb4d
- Update to 1.2.0.20090722
a01fb4d
225277b
* Sun Jul 19 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090719-1
a01fb4d
- Update to 1.2.0.20090719
7338ae6
225277b
* Mon Jun 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090617-1
e339d4c
- Update to 1.2.0.20090617
e339d4c
225277b
* Fri Jun 12 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090612-1
e339d4c
- Update to 1.1.0.20090612
ccc4a53
- Fix bug 504942 - PageUp and PageDown do not work in candidate list
ccc4a53
- Fix bug 491040 - Implememnt mouse selection in candidate list
ccc4a53
225277b
* Wed Jun 10 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090609-1
ccc4a53
- Update to Update to 1.1.0.20090609
ccc4a53
- Fix bug 502414 - Implemented on-screen help facility
ccc4a53
- Fix bug 502561 - iBus should show keymap name on iBus panel
ccc4a53
- Fix bug 498043 - ibus Alt-grave trigger conflicts with openoffice.org
ccc4a53
- Implemented API for setting labels for candidates in LookupTable
ccc4a53
225277b
* Sun May 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090531-1
ccc4a53
- Update to Update to 1.1.0.20090531
ccc4a53
225277b
* Tue May 26 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-5
ccc4a53
- Update ibus-HEAD.patch.
ccc4a53
- Show the default input method with bold text
ccc4a53
- Add information text below input methods list
ccc4a53
225277b
* Mon May 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-4
ccc4a53
- Update ibus-HEAD.patch.
ccc4a53
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
ccc4a53
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
ccc4a53
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
ccc4a53
225277b
* Thu May 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-2
10dc4e3
- Remove requires notification-daemon
10dc4e3
- Fix bug 500588 - Hardcoded requirement for notification-daemon
10dc4e3
225277b
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-1
10dc4e3
- Update to 1.1.0.20090508
10dc4e3
- Fix bug 499533 - [Indic] ibus should allow input in KDE using all supported Indic locales
10dc4e3
- Fix bug 498352 - hotkey config table should list keys in same order as on main setup page
10dc4e3
- Fix bug 497707 - ibus French translation update
10dc4e3
225277b
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-3
10dc4e3
- Fix bug 498541 - ibus-libs should not contain devel file libibus.so
10dc4e3
225277b
* Tue May 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-2
10dc4e3
- Fix bug 498141 - new ibus install needs gtk immodules
10dc4e3
- Separate ibus document from ibus-devel to ibus-devel-docs
10dc4e3
225277b
* Thu Apr 23 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-1
abfe682
- Update to ibus-1.1.0.20090423.
10dc4e3
- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
10dc4e3
- Fix bug 497279 - IBus does not works with evolution correctly.
abfe682
- Enhance authentication both in daemon & clients
abfe682
225277b
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090417-1
51866ea
- Update to ibus-1.1.0.20090417.
51866ea
- Fix bug 496199 -  cannot remove Ctrl+Space hotkey with ibus-setup
51866ea
225277b
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-4
56724d8
- Update ibus-HEAD.patch.
56724d8
- Next Engine hotkey will do nothing if the IM is not active.
56724d8
225277b
* Wed Apr 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-3
9e5ddf1
- Update ibus-HEAD.patch.
9e5ddf1
- Fix bug 495431 -  ibus Release modifier doesn't work with Alt
9e5ddf1
- Fix bug 494445 -  ibus-hangul missing Hangul Han/En mode
9e5ddf1
  (and Alt_R+release hotkey)
9e5ddf1
- Update te.po
9e5ddf1
225277b
* Tue Apr 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-2
d78a808
- Update ibus-HEAD.patch.
d78a808
- Change the mode of /tmp/ibus-$USER to 0700 to improve security
d78a808
- Change the mode of /tmp/ibus-$USER/socket-address to 0600 to improve security
b12e239
- Update as.po
d78a808
225277b
* Mon Apr 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-1
8047f49
- Update to ibus-1.1.0.20090413.
8047f49
- Fix crash when restart the ibus-daemon
8047f49
- Add some translations.
8047f49
225277b
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-3
dc5787f
- Update the tarball.
dc5787f
- Fix bug 494511 - ibus-gtk makes gnome-terminal abort 
dc5787f
  when a key is pressed
dc5787f
225277b
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-2
51c5c9d
- Update default hotkey settings.
51c5c9d
225277b
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-1
4e02553
- Update to ibus-1.1.0.20090407.
4e02553
- Fix bug 491042 - ibus default trigger hotkeys
4e02553
- Fix bug 492929 - ibus-hangul can cause gtk app to lockup
4e02553
- Fix bug 493701 -  (ibus) imsettings disconnect/reconnect kills gtk app
4e02553
- Fix bug 493687 -  ibus-hangul should default to vertical candidate selection
4e02553
- Fix bug 493449 -  ibus broke Alt-F2 command auto-completion
4e02553
225277b
* Tue Mar 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090331-1
95e3c55
- Update to ibus-1.1.0.20090331.
95e3c55
- Fix bug 492956 - screws up keyboard input in firefox
95e3c55
- Fix bug 490143 - ibus issue with gnome-keyring
95e3c55
225277b
* Sun Mar 29 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-3
3ef8203
- Recreate the ibus-HEAD.patch from upstream git source tree
3ef8203
- Fix bug 491999 - up/down arrow keys broken in xchat
3ef8203
225277b
* Sat Mar 28 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-2
9b78944
- Recreate the ibus-HEAD.patch from upstream git source tree.
3ef8203
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
3ef8203
- Fix bug 490381 - Change "Next/Previous engine" labels
9b78944
225277b
* Wed Mar 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-1
f773b50
- Update to ibus-1.1.0.20090311.
f773b50
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).
f773b50
225277b
* Fri Mar  6 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090306-1
c379828
- Update to ibus-1.1.0.20090306.
c379828
bd758d2
* Tue Mar  3 2009 Jens Petersen <petersen@redhat.com>
bd758d2
- use post for ibus-gtk requires glib2
bd758d2
741d918
* Mon Mar  2 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090225-2
741d918
- drop the superfluous ibus-0.1 engine obsoletes
741d918
- move glib2 requires to gtk package
741d918
7bb697b
* Wed Feb 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090225-1
1711405
- Update to ibus-1.1.0.20090225.
0f1a80e
- Fix problems in %%post and %%postun scripts.
1711405
- Hide ibus & ibus preferences menu items.
1711405
225277b
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-10
f1f13f7
- Recreate the ibus-HEAD.patch from upstream git source tree.
f1f13f7
- Put 'Select an input method' in engine select combobox (#485861).
f1f13f7
225277b
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-9
bfd6ae7
- Add requires im-chooser >= 1.2.5.
bfd6ae7
225277b
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-8
f899d7f
- Recreate the ibus-HEAD.patch from upstream git source tree.
13d9ada
- Fix ibus-hangul segfault (#485438).
f899d7f
225277b
* Mon Feb 16 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-6
7cae023
- Recreate the ibus-HEAD.patch from upstream git source tree.
7cae023
- The new patch fixes ibus-x11 segfault (#485661).
7cae023
225277b
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-5
8b3cdeb
- Recreate the ibus-HEAD.patch from upstream git source tree.
8b3cdeb
225277b
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-4
79bc7e2
- Remove gnome-python2-gconf from requires.
79bc7e2
225277b
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-3
0de710e
- Update ibus-HEAD.patch, to fix bug 484652.
0de710e
225277b
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-2
f01d539
- Add patch ibus-HEAD.patch, to update ibus to HEAD version.
f01d539
225277b
* Wed Feb 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-1
48fa194
- Add --xim argument in xinput-ibus
48fa194
- Add Obsoletes:  ibus-qt <= 1.1.0
48fa194
- Move libibus.so.* to ibus-libs to make ibus multilib.
96ce3a9
- Update to 1.1.0.20090211.
48fa194
225277b
* Thu Feb 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090205-1
1ec38f4
- Update to 1.1.0.20090205.
1ec38f4
225277b
* Tue Feb 03 2009 Peng Huang <phuang@redhat.com> - 0.1.1.20090203-1
f33bbfe
- Update to 0.1.1.20090203.
f33bbfe
6f04ad2
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
6f04ad2
- Rebuild for Python 2.6
6f04ad2
225277b
* Wed Nov 19 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-2
b1c01a1
- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
b1c01a1
225277b
* Thu Oct 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-1
490d980
- Update to 0.1.1.20081023.
490d980
225277b
* Thu Oct 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081016-1
56f3325
- Update to 0.1.1.20081016.
56f3325
1707a40
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-3
1707a40
- remove the empty %%doc file entries
1707a40
3d68915
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-2
3d68915
- add xinputrc alternative when installing or uninstalling
3d68915
225277b
* Mon Oct 06 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081006-1
3ceca47
- Update to 0.1.1.20081006.
3ceca47
225277b
* Sun Oct 05 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081005-1
f086536
- Update to 0.1.1.20081005.
f086536
225277b
* Sat Oct 04 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081004-1
3cfb2db
- Update to 0.1.1.20081004.
3cfb2db
225277b
* Wed Oct 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081001-1
ad17161
- Update to 0.1.1.20081001.
ad17161
225277b
* Tue Sep 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080930-1
b55fd8e
- Update to 0.1.1.20080930.
b55fd8e
225277b
* Tue Sep 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080923-1
c08d658
- Update to 0.1.1.20080923.
c08d658
225277b
* Wed Sep 17 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080917-1
33b9829
- Update to 0.1.1.20080917.
33b9829
225277b
* Tue Sep 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080916-1
2e7d1b0
- Update to 0.1.1.20080916.
2e7d1b0
225277b
* Mon Sep 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080914-1
454ce80
- Update to 0.1.1.20080914.
454ce80
225277b
* Mon Sep 08 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080908-1
d816398
- Update to 0.1.1.20080908.
d816398
225277b
* Mon Sep 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080901-1
bf0939a
- Update to 0.1.1.20080901.
bf0939a
225277b
* Sat Aug 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080830-1
f6c0679
- Update to 0.1.1.20080830.
f6c0679
225277b
* Mon Aug 25 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080825-1
26a9947
- Update to 0.1.1.20080825.
26a9947
225277b
* Sat Aug 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080823-1
40afea4
- Update to 0.1.1.20080823.
40afea4
225277b
* Fri Aug 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080815-1
86843fa
- Update to 0.1.1.20080815.
86843fa
7bb697b
* Tue Aug 12 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080812-1
58ac710
- Update to 0.1.1.20080812.
58ac710
225277b
* Mon Aug 11 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-2
0815c8e
- Add gnome-python2-gconf in Requires.
0815c8e
225277b
* Thu Aug 07 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-1
a46ad0d
- The first version.