86af9e
%global require_ibus_version 1.4.0
86af9e
86af9e
Name:       ibus-m17n
86af9e
Version:    1.3.4
86af9e
Release:    26%{?dist}
86af9e
Summary:    The M17N engine for IBus platform
86af9e
License:    GPLv2+
86af9e
URL:        https://github.com/ibus/ibus-m17n
86af9e
Source0:    https://github.com/ibus/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
86af9e
86af9e
# Upstreamed patches:
86af9e
Patch0:     ibus-m17n-HEAD.patch
86af9e
Patch1:     ibus-m17n-fix-data-location.patch
86af9e
Patch2:     ibus-m17n-fix-preedit-color.patch
86af9e
Patch3:     ibus-m17n-fix-preferences-ui.patch
86af9e
Patch4:	    ibus-m17n-content-type.patch
86af9e
86af9e
86af9e
# Fedora specific patches:
86af9e
# Enable lv3:ralt_switch option for some Indic engines in default.xml.
86af9e
Patch100:     ibus-m17n-xkb-options.patch
86af9e
# Don't make the status button clickable (maybe obsolete).
86af9e
Patch101:     ibus-m17n-hide-title-status.patch
86af9e
# Use gettext-0.19 instead of intltool
86af9e
Patch102:     ibus-m17n-gettext-0.19.patch
86af9e
# Use ar-kbd as default keymap for Arabic
86af9e
# https://bugzilla.redhat.com/show_bug.cgi?id=1076945
86af9e
Patch103:     ibus-m17n-enable-ar-kbd.patch
86af9e
86af9e
# The following BR is for autogen and not necessary when packging
86af9e
# released tarballs.
86af9e
BuildRequires:  gettext-devel >= 0.19
86af9e
BuildRequires:  libtool
86af9e
BuildRequires:  pkgconfig
86af9e
BuildRequires:  gnome-common
86af9e
BuildRequires:  m17n-lib-devel
86af9e
BuildRequires:  gtk3-devel
86af9e
BuildRequires:  ibus-devel >= %{require_ibus_version}
86af9e
BuildRequires:  desktop-file-utils
86af9e
86af9e
Requires:   ibus >= %{require_ibus_version}
86af9e
Requires:   m17n-lib
86af9e
86af9e
%description
86af9e
M17N engine for IBus input platform. It allows input of many languages using
86af9e
the input table maps from m17n-db.
86af9e
86af9e
%prep
86af9e
%setup -q
86af9e
86af9e
%patch0 -p1 -b .HEAD
86af9e
%patch1 -p1 -b .fix-data-location
86af9e
%patch2 -p1 -b .fix-preedit-color
86af9e
%patch3 -p1 -b .fix-preferences-ui
86af9e
%patch4 -p1 -b .content-type
86af9e
%patch100 -p1 -b .xkb-options
86af9e
%patch101 -p1 -b .hide-title-status
86af9e
%patch102 -p1 -b .gettext-0.19
86af9e
%patch103 -p1 -b .enable-ar-kbd
86af9e
86af9e
NOCONFIGURE=1 ./autogen.sh
86af9e
86af9e
%build
86af9e
%configure --disable-static --with-gtk=3.0
86af9e
# make -C po update-gmo
86af9e
make %{?_smp_mflags}
86af9e
86af9e
%install
86af9e
make DESTDIR=${RPM_BUILD_ROOT} install
86af9e
86af9e
# Register as an AppStream component to be visible in the software center
86af9e
#
86af9e
# NOTE: It would be *awesome* if this file was maintained by the upstream
86af9e
# project, translated and installed into the right place during `make install`.
86af9e
#
86af9e
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
86af9e
#
86af9e
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
86af9e
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/m17n.appdata.xml <
86af9e
86af9e
<component type="inputmethod">
86af9e
  <id>m17n.xml</id>
86af9e
  <metadata_license>CC0-1.0</metadata_license>
86af9e
  <name>Multilingualization</name>
86af9e
  <summary>Multilingualization input method</summary>
86af9e
  <description>
86af9e
    

86af9e
      The multilingualization input method allows entering many languages using the
86af9e
      tables from the m17n library.
86af9e
    

86af9e
    

86af9e
      Input methods are typing systems allowing users to input complex languages.
86af9e
      They are necessary because these contain too many characters to simply be laid
86af9e
      out on a traditional keyboard.
86af9e
    

86af9e
  </description>
86af9e
  <url type="homepage">https://github.com/ibus/ibus-m17n</url>
86af9e
  <compulsory_for_desktop>GNOME</compulsory_for_desktop>
86af9e
  <project_group>GNOME</project_group>
86af9e
  <developer_name>The GNOME Project</developer_name>
86af9e
  <url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>
86af9e
  <url type="donation">http://www.gnome.org/friends/</url>
86af9e
  <url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>
86af9e
  <update_contact></update_contact>
86af9e
</component>
86af9e
EOF
86af9e
86af9e
desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-m17n.desktop
86af9e
86af9e
%find_lang %{name}
86af9e
86af9e
%files -f %{name}.lang
86af9e
%doc AUTHORS README
86af9e
%license COPYING
86af9e
%{_datadir}/appdata/*.appdata.xml
86af9e
%{_datadir}/ibus-m17n
86af9e
%{_libexecdir}/ibus-engine-m17n
86af9e
%{_libexecdir}/ibus-setup-m17n
86af9e
%{_datadir}/ibus/component/*
86af9e
%{_datadir}/applications/ibus-setup-m17n.desktop
86af9e
86af9e
%changelog
86af9e
* Fri Jun 22 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.3.4-26
86af9e
- Fix the upstream URL and Source0 tags
86af9e
86af9e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-25
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
86af9e
86af9e
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-24
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
86af9e
86af9e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-23
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
86af9e
86af9e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-22
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
86af9e
86af9e
* Tue Dec 20 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.4-21
86af9e
- Resolves:rhbz#1076945 - Enable default ar-kbd.mim for Arabic language
86af9e
86af9e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-20
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
86af9e
86af9e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-19
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
86af9e
86af9e
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.3.4-18
86af9e
- Register as an AppStream component.
86af9e
86af9e
* Thu Nov  6 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-17
86af9e
- Add ibus-m17n-content-type.patch
86af9e
- Fix bug 1024071 - ibus-m17n is enabled in the password entry field
86af9e
  of the lock screen
86af9e
86af9e
* Tue Sep 16 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-16
86af9e
- Add ibus-m17n-fix-preferences-ui.patch
86af9e
- Fix bug 1117720 - ibus-m17n input method's setup option does not work
86af9e
86af9e
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-15
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
86af9e
86af9e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-14
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
86af9e
86af9e
* Thu Jun  5 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-13
86af9e
- Use gettext-0.19 instead of intltool (#1078169)
86af9e
86af9e
* Wed Sep  4 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-12
86af9e
- Add ibus-m17n-fix-preedit-color.patch
86af9e
- Fix bug 995842 - Preedit background colour in ibus-m17n is always
86af9e
  black and preedit underlining is always off
86af9e
86af9e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-11
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
86af9e
86af9e
* Mon May 13 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-10
86af9e
- Add ibus-m17n-fix-data-location.patch
86af9e
- Fix bug 962144 [abrt] ibus-m17n-1.3.4-9.fc19:
86af9e
  setup_dialog_load_config: Process /usr/libexec/ibus-setup-m17n was
86af9e
  killed by signal 11 (SIGSEGV)
86af9e
86af9e
* Wed May  1 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-9
86af9e
- Update ibus-m17n-xkb-options.patch to set XKB option for Inscript2
86af9e
- Fix bug 957993 - ibus-m17n doesn't automatically map Alt_R to AltGr
86af9e
  when Inscript2 maps are used
86af9e
86af9e
* Fri Apr 26 2013 Daiki Ueno <deno@redhat.com> - 1.3.4-8
86af9e
- Update ibus-m17n-HEAD.patch to the latest upstream master
86af9e
- Remove unnecessary and not upstreamable patches
86af9e
- Use gtk3 always
86af9e
- Fix bug 912592 - ibus-m17n should use default keyboard in most cases
86af9e
86af9e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-7
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
86af9e
86af9e
* Mon Oct  8 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-6
86af9e
- Add ibus-m17n-desktop-file.patch
86af9e
  Fix bug 860955 - ibus-m17n setup is not enabled in
86af9e
  gnome-control-center region, .desktop file is missing
86af9e
86af9e
* Wed Sep 26 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-5
86af9e
- Add ibus-m17n-honor-user-cflags.patch
86af9e
86af9e
* Wed Aug 15 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-4
86af9e
- Add ibus-m17n-translit-layout.patch
86af9e
- Fix bug 847495 - For non-US keyboard layout Ibus-m17n adds English
86af9e
  (US) to the list of input methods and other input methods use US
86af9e
  layout
86af9e
- Require eekboard-service instead of eekboard
86af9e
- Fix bug 847500 - Don't install Eekboard by default in the desktop spin
86af9e
86af9e
* Thu Aug  2 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-3
86af9e
- Add ibus-m17n-fix-mtext-config.patch
86af9e
- Fix bug 836397 - [abrt] ibus-m17n-1.3.3-11.fc17: mtext_data: Process
86af9e
  /usr/libexec/ibus-setup-m17n was killed by signal 11 (SIGSEGV)
86af9e
86af9e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
86af9e
86af9e
* Fri May 11 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-1
86af9e
- New upstream release.
86af9e
86af9e
* Tue Apr  3 2012 Daiki Ueno <dueno@redhat.com> - 1.3.3-12
86af9e
- Check %%{rhel} version in addition to %%{fedora}
86af9e
- Remove unnecessary %%defattr(-,root,root,-) from %%files
86af9e
- Drop libxklavier-devel from BR
86af9e
86af9e
* Fri Mar 30 2012 Daiki Ueno <dueno@redhat.com> - 1.3.3-11
86af9e
- Revive m17n:zh:pinyin with a different label ("hanyu pinyin (m17n)")
86af9e
- Rebase ibus-m17n-virtkbd.patch
86af9e
86af9e
* Tue Mar  6 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.3-9
86af9e
- Rebuild for ibus 1.4.99.20120304
86af9e
86af9e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-8
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
86af9e
86af9e
* Tue Dec  6 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-7
86af9e
- Add ibus-m17n-custom-setup-element.patch
86af9e
- Fix bug 760427 - engine preferences button in ibus-setup doesn't
86af9e
  work for ibus-m17n
86af9e
86af9e
* Fri Nov 18 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-6
86af9e
- Add ibus-m17n-blacklist-engines.patch
86af9e
  https://lists.fedoraproject.org/pipermail/i18n/2011-October/001194.html
86af9e
86af9e
* Thu Sep 29 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-5
86af9e
- Add ibus-m17n-hide-title-status.patch.
86af9e
- Fix bug 741157 - ibus-m17n: m17n "title" variable appears as a
86af9e
  dormant button on the language panel
86af9e
86af9e
* Fri Sep 16 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-4
86af9e
- Fix Indic IME symbols (thanks to pravins).
86af9e
86af9e
* Fri Sep  9 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.3-3
86af9e
- Rebuild with the latest ibus 1.3.99.20110817-4 and eekboard 1.0.3
86af9e
86af9e
* Fri Sep  2 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-2
86af9e
- Revive iok patch.
86af9e
86af9e
* Thu Sep  1 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-1
86af9e
- New upstream release.
86af9e
- Add ibus-m17n-default-xml-override.patch.
86af9e
- Add ibus-m17n-virtkbd.patch, instead of ibus-m17n-iok.patch.
86af9e
86af9e
* Tue Aug  9 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-10
86af9e
- Set symbol for m17n:ne:rom.
86af9e
86af9e
* Mon Aug  8 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-9
86af9e
- Update ibus-m17n-xkb-options.patch.
86af9e
- Don't set XKB options directly from engine but via ibus-xkb
86af9e
86af9e
* Fri Aug  5 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-8
86af9e
- Update ibus-m17n-xx-icon-symbol.patch.
86af9e
- Fix bug 727024 - ibus compose file needs a symbol tag for gnome-shell
86af9e
- Update ibus-m17n-xkb-options.patch.
86af9e
86af9e
* Thu Jul  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-7
86af9e
- don't specify --with-hotkey.
86af9e
86af9e
* Mon Jul  4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-6
86af9e
- Add ibus-m17n-xkb-options.patch.
86af9e
- Add ibus-m17n-xx-icon-symbol.patch.
86af9e
- Drop surrounding-text patches since they are included in the HEAD patch.
86af9e
86af9e
* Wed Jun 15 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-5
86af9e
- Add ibus-m17n-stsreq.patch.
86af9e
- Fix bug 711126 - ibus: surrounding text support fails for the first
86af9e
  syllable upon activation
86af9e
86af9e
* Tue Jun  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-4
86af9e
- Add ibus-m17n-stscap.patch.
86af9e
- Fix bug 711126 - ibus: surrounding text support fails for the first
86af9e
  syllable upon activation
86af9e
86af9e
* Mon May 23 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-3
86af9e
- Update ibus-m17n-HEAD.patch.
86af9e
86af9e
* Mon May 23 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-2
86af9e
- Bump the release to fix upgrade path.
86af9e
- Fix bug 706602 - ibus-m17n-1.3.2-2.fc14 > ibus-m17n-1.3.2-1.fc15
86af9e
- Drop preparing/cleaning buildroot.
86af9e
86af9e
* Mon Mar  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-1
86af9e
- New upstream release.
86af9e
86af9e
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-18
86af9e
- Rebuild against newer gtk
86af9e
86af9e
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-17
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
86af9e
86af9e
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-16
86af9e
- Rebuild against newer gtk
86af9e
86af9e
* Fri Jan 14 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-15
86af9e
- Update iok patch.
86af9e
- Fix bug 669128 - [abrt] ibus-m17n-1.3.1-14.fc15:
86af9e
  Process /usr/libexec/ibus-engine-m17n was killed by signal 6 (SIGABRT)
86af9e
86af9e
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-14
86af9e
- Rebuild against newer gtk3
86af9e
86af9e
* Mon Dec 27 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-13
86af9e
- Update iok patch.
86af9e
86af9e
* Wed Dec 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-12
86af9e
- Update surrounding-text patch.
86af9e
86af9e
* Fri Dec 10 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-11
86af9e
- Update ibus-m17n-HEAD.patch.
86af9e
- Lower si-samanala.mim rank per request from a Sinhala user.
86af9e
86af9e
* Wed Dec  8 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-10
86af9e
- Update ibus-m17n-HEAD.patch.
86af9e
- Fix bug 658336 - ibus-m17n: define the IM ranks in a config file and
86af9e
  not in a compiled binary
86af9e
86af9e
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.1-9
86af9e
- Rebuild against newer gtk3
86af9e
86af9e
* Tue Nov  9 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-8
86af9e
- Apply ibus-m17n-ibus-1.4.patch for ibus-1.3.99.
86af9e
- Specify backup filename for each patch.
86af9e
86af9e
* Fri Nov  5 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-7
86af9e
- Rename ibus-m17n-fedora.patch to ibus-m17n-HEAD.patch since the
86af9e
  changes are merged into upstream.
86af9e
- Update ibus-m17n-HEAD.patch with upstream fix 08e06310
86af9e
- Fix bug 649230 - [si] last input character is committed late in
86af9e
  wijesekara input method
86af9e
86af9e
* Fri Oct 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-6
86af9e
- Link ibus-setup-m17n with GTK+ 3.0.
86af9e
86af9e
* Tue Oct 12 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
86af9e
- put several Fedora patches into one.
86af9e
- Fix bug 640896 - Ibus does not load all the keymaps for a language
86af9e
  that is used for logging in.
86af9e
86af9e
* Tue Oct  5 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-4
86af9e
- Remove Shift+AltGr patch; apply a simplified AltGr patch.
86af9e
- Fix bug 639963 - SHIFT switch is not working in layouts as expected.
86af9e
86af9e
* Fri Oct  1 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-3
86af9e
- Apply a patch to handle Shift+AltGr.
86af9e
- Update surrounding-text patch.
86af9e
- Fix bug 634829 - [abrt] ibus-m17n-1.3.1-1.fc14: shift_state: Process
86af9e
  /usr/libexec/ibus-engine-m17n was killed by signal 11 (SIGSEGV).
86af9e
86af9e
* Thu Sep 16 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-2
86af9e
- Apply surrounding text patch.  Bug 435880.
86af9e
86af9e
* Fri Sep  3 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-1
86af9e
- Update to 1.3.1.
86af9e
- Fix bug 615158 - Do not change the background colour of the pre-edit buffer
86af9e
- Add gtk2-devel to BR
86af9e
- Install ibus-setup-m17n in %%{_libexecdir}
86af9e
86af9e
* Thu Aug 26 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-4
86af9e
- Rebuild with ibus 1.3.7 to avoid ABI incompatibility.  Bug 627256.
86af9e
86af9e
* Tue Jul 27 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-3
86af9e
- Update ibus-m17n-HEAD.patch.
86af9e
- Fix regression with the previous update.  See comment 7 of bug 614867.
86af9e
86af9e
* Fri Jul 16 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-2
86af9e
- Update ibus-m17n-HEAD.patch.
86af9e
- Fix bug 614867 - Invisible pre-edit buffer when using m17n Wijesekera keyboard layout
86af9e
- Update iok patch.
86af9e
86af9e
* Mon Mar 29 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-1
86af9e
- Update to 1.3.0.
86af9e
- Update iok patch.
86af9e
- Fix bug 577148 - IOK screen appears with all keyboard layouts on ibus language panel
86af9e
86af9e
* Tue Feb 02 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.99.20100202-1
86af9e
- Update to 1.2.99.20100202.
86af9e
- Update iok patch.
86af9e
86af9e
* Thu Dec 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091217-1
86af9e
- Update to 1.2.0.20091217.
86af9e
- Update iok patch.
86af9e
86af9e
* Fri Nov 20 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091120-1
86af9e
- Update to 1.2.0.20091120.
86af9e
- Fix bug 530976
86af9e
86af9e
* Fri Oct 23 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-5
86af9e
- Update iok patch to fix bug 530493.
86af9e
86af9e
* Wed Oct 14 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-4
86af9e
- Update iok patch to fix build error.
86af9e
86af9e
* Tue Oct 13 2009 Parag <pnemade@redhat.com> - 1.2.0.20090617-3
86af9e
- Re-enable iok support to ibus-m17n.
86af9e
86af9e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
86af9e
86af9e
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-1
86af9e
- Update to 1.2.0.20090617.
86af9e
86af9e
* Thu Mar 05 2009 Parag <pnemade@redhat.com> - 1.1.0.20090211-4
86af9e
- Add iok support to ibus-m17n.
86af9e
86af9e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-3
86af9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86af9e
86af9e
* Wed Feb 18 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-2
86af9e
- Add patch ibus-m17n-HEAD.patch from upstream git tree.
86af9e
- Make Control + Alt + ... available. (#482789)
86af9e
86af9e
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
86af9e
- Update to 1.1.0.20090211.
86af9e
86af9e
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
86af9e
- Update to 1.1.0.20090205.
86af9e
86af9e
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081013-4
86af9e
- Rebuild for Python 2.6
86af9e
86af9e
* Thu Oct 16 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081013-3
86af9e
- move the .engine files to m17n-db and m17n-contrib (#466410)
86af9e
86af9e
* Wed Oct 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081013-2
86af9e
- Move unicode, rfc1345 to generic package, and syrc-phonetic to syriac package.
86af9e
86af9e
* Mon Oct 13 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081013-1
86af9e
- Update to 0.1.1.20081013.
86af9e
86af9e
* Thu Oct 09 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081009-1
86af9e
- Update to 0.1.1.20081009.
86af9e
86af9e
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
86af9e
- Update to 0.1.1.20080901.
86af9e
86af9e
* Sat Aug 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
86af9e
- Update to 0.1.1.20080823.
86af9e
86af9e
* Fri Aug 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080815-1
86af9e
- Update to 0.1.1.20080815.
86af9e
86af9e
* Tue Aug 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080812-1
86af9e
- Update to 0.1.1.20080812.
86af9e
86af9e
* Thu Aug 07 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-1
86af9e
- The first version.