Blame SPECS/ibus-m17n.spec

a21958
%global require_ibus_version 1.4.0
a21958
a21958
Name:       ibus-m17n
a21958
Version:    1.4.4
a21958
Release:    3%{?dist}
a21958
Summary:    The M17N engine for IBus platform
a21958
License:    GPLv2+
a21958
URL:        https://github.com/ibus/ibus-m17n
a21958
Source0:    https://github.com/ibus/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
a21958
a21958
# Upstreamed patches:
a21958
a21958
# Fedora specific patches:
a21958
# Enable lv3:ralt_switch option for some Indic engines in default.xml.
a21958
Patch100:     ibus-m17n-xkb-options.patch
a21958
# Don't make the status button clickable (maybe obsolete).
a21958
Patch101:     ibus-m17n-hide-title-status.patch
a21958
# Use ar-kbd as default keymap for Arabic
a21958
# https://bugzilla.redhat.com/show_bug.cgi?id=1076945
a21958
Patch103:     ibus-m17n-enable-ar-kbd.patch
a21958
a21958
BuildRequires:  gettext-devel >= 0.19
a21958
BuildRequires:  libtool
a21958
BuildRequires:  pkgconfig
a21958
BuildRequires:  gnome-common
a21958
BuildRequires:  m17n-lib-devel
a21958
BuildRequires:  gtk3-devel
a21958
BuildRequires:  ibus-devel >= %{require_ibus_version}
a21958
BuildRequires:  desktop-file-utils
a21958
BuildRequires:  libappstream-glib
a21958
BuildRequires: make
a21958
a21958
Requires:   ibus >= %{require_ibus_version}
a21958
Requires:   m17n-lib
a21958
a21958
%description
a21958
M17N engine for IBus input platform. It allows input of many languages using
a21958
the input table maps from m17n-db.
a21958
a21958
%prep
a21958
%setup -q
a21958
a21958
%patch100 -p1 -b .xkb-options
a21958
%patch101 -p1 -b .hide-title-status
a21958
%patch103 -p1 -b .enable-ar-kbd
a21958
a21958
a21958
%build
a21958
%configure --disable-static --with-gtk=3.0
a21958
# make -C po update-gmo
a21958
%{make_build}
a21958
a21958
%install
a21958
%{make_install}
a21958
a21958
%find_lang %{name}
a21958
a21958
%check
a21958
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
a21958
desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-m17n.desktop
a21958
make check
a21958
a21958
%files -f %{name}.lang
a21958
%doc AUTHORS README
a21958
%license COPYING
a21958
%{_datadir}/metainfo/m17n.appdata.xml
a21958
%{_datadir}/ibus-m17n
a21958
%{_libexecdir}/ibus-engine-m17n
a21958
%{_libexecdir}/ibus-setup-m17n
a21958
%{_datadir}/ibus/component/*
a21958
%{_datadir}/applications/ibus-setup-m17n.desktop
a21958
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
a21958
a21958
%changelog
a21958
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.4-3
a21958
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
a21958
  Related: rhbz#1991688
a21958
a21958
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.4-2
a21958
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
a21958
a21958
* Thu Jan 28 2021 Mike FABIAN <mfabian@redhat.com> - 1.4.4-1
a21958
- Update to  1.4.4
a21958
- Translation update from Weblate, zh_CN now 100% complete.
a21958
a21958
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a21958
a21958
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a21958
a21958
* Sat Jun 20 2020 Mike FABIAN <mfabian@redhat.com> - 1.4.3-1
a21958
- Update to  1.4.3
a21958
- New translation: es (Spanish) 100%.
a21958
a21958
* Sat Apr 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.4.2-4
a21958
- No need to call autogen.sh in %%prep section
a21958
a21958
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.4.2-3
a21958
- Use make_build and make_install macros
a21958
a21958
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a21958
a21958
* Mon Jan 20 2020 Mike FABIAN <mfabian@redhat.com> - 1.4.2-1
a21958
- Update to  1.4.2
a21958
- New translations: tr (Turkish) 100%, uk (Ukrainian) 100%,
a21958
  id (Indonesian) 100%, ja_JP (Japanese) 100%.
a21958
- Translation updates: zh_CN, pt_BR
a21958
a21958
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a21958
a21958
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a21958
a21958
* Thu Oct 25 2018 Mike FABIAN <mfabian@redhat.com> - 1.4.1-1
a21958
- Update to  1.4.1
a21958
- Fix for google code issue 1781 in ibus-m17n for kk (Correct symbols for kk input methods)
a21958
- Add German translations
a21958
- Add m17n.appdata.xml
a21958
a21958
* Tue Oct 23 2018 Mike FABIAN <mfabian@redhat.com> - 1.4.0-1
a21958
- Update to  1.4.0
a21958
- Migration from IBusConfig to GSettings
a21958
- Remove patches which are included upstream now
a21958
a21958
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-27
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a21958
a21958
* Fri Jun 22 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.3.4-26
a21958
- Fix the upstream URL and Source0 tags
a21958
a21958
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-25
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a21958
a21958
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-24
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a21958
a21958
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-23
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a21958
a21958
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-22
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a21958
a21958
* Tue Dec 20 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.4-21
a21958
- Resolves:rhbz#1076945 - Enable default ar-kbd.mim for Arabic language
a21958
a21958
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-20
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a21958
a21958
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-19
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a21958
a21958
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.3.4-18
a21958
- Register as an AppStream component.
a21958
a21958
* Thu Nov  6 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-17
a21958
- Add ibus-m17n-content-type.patch
a21958
- Fix bug 1024071 - ibus-m17n is enabled in the password entry field
a21958
  of the lock screen
a21958
a21958
* Tue Sep 16 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-16
a21958
- Add ibus-m17n-fix-preferences-ui.patch
a21958
- Fix bug 1117720 - ibus-m17n input method's setup option does not work
a21958
a21958
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-15
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a21958
a21958
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-14
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a21958
a21958
* Thu Jun  5 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-13
a21958
- Use gettext-0.19 instead of intltool (#1078169)
a21958
a21958
* Wed Sep  4 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-12
a21958
- Add ibus-m17n-fix-preedit-color.patch
a21958
- Fix bug 995842 - Preedit background colour in ibus-m17n is always
a21958
  black and preedit underlining is always off
a21958
a21958
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-11
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a21958
a21958
* Mon May 13 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-10
a21958
- Add ibus-m17n-fix-data-location.patch
a21958
- Fix bug 962144 [abrt] ibus-m17n-1.3.4-9.fc19:
a21958
  setup_dialog_load_config: Process /usr/libexec/ibus-setup-m17n was
a21958
  killed by signal 11 (SIGSEGV)
a21958
a21958
* Wed May  1 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-9
a21958
- Update ibus-m17n-xkb-options.patch to set XKB option for Inscript2
a21958
- Fix bug 957993 - ibus-m17n doesn't automatically map Alt_R to AltGr
a21958
  when Inscript2 maps are used
a21958
a21958
* Fri Apr 26 2013 Daiki Ueno <deno@redhat.com> - 1.3.4-8
a21958
- Update ibus-m17n-HEAD.patch to the latest upstream master
a21958
- Remove unnecessary and not upstreamable patches
a21958
- Use gtk3 always
a21958
- Fix bug 912592 - ibus-m17n should use default keyboard in most cases
a21958
a21958
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-7
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a21958
a21958
* Mon Oct  8 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-6
a21958
- Add ibus-m17n-desktop-file.patch
a21958
  Fix bug 860955 - ibus-m17n setup is not enabled in
a21958
  gnome-control-center region, .desktop file is missing
a21958
a21958
* Wed Sep 26 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-5
a21958
- Add ibus-m17n-honor-user-cflags.patch
a21958
a21958
* Wed Aug 15 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-4
a21958
- Add ibus-m17n-translit-layout.patch
a21958
- Fix bug 847495 - For non-US keyboard layout Ibus-m17n adds English
a21958
  (US) to the list of input methods and other input methods use US
a21958
  layout
a21958
- Require eekboard-service instead of eekboard
a21958
- Fix bug 847500 - Don't install Eekboard by default in the desktop spin
a21958
a21958
* Thu Aug  2 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-3
a21958
- Add ibus-m17n-fix-mtext-config.patch
a21958
- Fix bug 836397 - [abrt] ibus-m17n-1.3.3-11.fc17: mtext_data: Process
a21958
  /usr/libexec/ibus-setup-m17n was killed by signal 11 (SIGSEGV)
a21958
a21958
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a21958
a21958
* Fri May 11 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-1
a21958
- New upstream release.
a21958
a21958
* Tue Apr  3 2012 Daiki Ueno <dueno@redhat.com> - 1.3.3-12
a21958
- Check %%{rhel} version in addition to %%{fedora}
a21958
- Remove unnecessary %%defattr(-,root,root,-) from %%files
a21958
- Drop libxklavier-devel from BR
a21958
a21958
* Fri Mar 30 2012 Daiki Ueno <dueno@redhat.com> - 1.3.3-11
a21958
- Revive m17n:zh:pinyin with a different label ("hanyu pinyin (m17n)")
a21958
- Rebase ibus-m17n-virtkbd.patch
a21958
a21958
* Tue Mar  6 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.3-9
a21958
- Rebuild for ibus 1.4.99.20120304
a21958
a21958
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-8
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a21958
a21958
* Tue Dec  6 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-7
a21958
- Add ibus-m17n-custom-setup-element.patch
a21958
- Fix bug 760427 - engine preferences button in ibus-setup doesn't
a21958
  work for ibus-m17n
a21958
a21958
* Fri Nov 18 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-6
a21958
- Add ibus-m17n-blacklist-engines.patch
a21958
  https://lists.fedoraproject.org/pipermail/i18n/2011-October/001194.html
a21958
a21958
* Thu Sep 29 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-5
a21958
- Add ibus-m17n-hide-title-status.patch.
a21958
- Fix bug 741157 - ibus-m17n: m17n "title" variable appears as a
a21958
  dormant button on the language panel
a21958
a21958
* Fri Sep 16 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-4
a21958
- Fix Indic IME symbols (thanks to pravins).
a21958
a21958
* Fri Sep  9 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.3-3
a21958
- Rebuild with the latest ibus 1.3.99.20110817-4 and eekboard 1.0.3
a21958
a21958
* Fri Sep  2 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-2
a21958
- Revive iok patch.
a21958
a21958
* Thu Sep  1 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-1
a21958
- New upstream release.
a21958
- Add ibus-m17n-default-xml-override.patch.
a21958
- Add ibus-m17n-virtkbd.patch, instead of ibus-m17n-iok.patch.
a21958
a21958
* Tue Aug  9 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-10
a21958
- Set symbol for m17n:ne:rom.
a21958
a21958
* Mon Aug  8 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-9
a21958
- Update ibus-m17n-xkb-options.patch.
a21958
- Don't set XKB options directly from engine but via ibus-xkb
a21958
a21958
* Fri Aug  5 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-8
a21958
- Update ibus-m17n-xx-icon-symbol.patch.
a21958
- Fix bug 727024 - ibus compose file needs a symbol tag for gnome-shell
a21958
- Update ibus-m17n-xkb-options.patch.
a21958
a21958
* Thu Jul  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-7
a21958
- don't specify --with-hotkey.
a21958
a21958
* Mon Jul  4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-6
a21958
- Add ibus-m17n-xkb-options.patch.
a21958
- Add ibus-m17n-xx-icon-symbol.patch.
a21958
- Drop surrounding-text patches since they are included in the HEAD patch.
a21958
a21958
* Wed Jun 15 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-5
a21958
- Add ibus-m17n-stsreq.patch.
a21958
- Fix bug 711126 - ibus: surrounding text support fails for the first
a21958
  syllable upon activation
a21958
a21958
* Tue Jun  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-4
a21958
- Add ibus-m17n-stscap.patch.
a21958
- Fix bug 711126 - ibus: surrounding text support fails for the first
a21958
  syllable upon activation
a21958
a21958
* Mon May 23 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-3
a21958
- Update ibus-m17n-HEAD.patch.
a21958
a21958
* Mon May 23 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-2
a21958
- Bump the release to fix upgrade path.
a21958
- Fix bug 706602 - ibus-m17n-1.3.2-2.fc14 > ibus-m17n-1.3.2-1.fc15
a21958
- Drop preparing/cleaning buildroot.
a21958
a21958
* Mon Mar  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-1
a21958
- New upstream release.
a21958
a21958
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-18
a21958
- Rebuild against newer gtk
a21958
a21958
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-17
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a21958
a21958
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-16
a21958
- Rebuild against newer gtk
a21958
a21958
* Fri Jan 14 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-15
a21958
- Update iok patch.
a21958
- Fix bug 669128 - [abrt] ibus-m17n-1.3.1-14.fc15:
a21958
  Process /usr/libexec/ibus-engine-m17n was killed by signal 6 (SIGABRT)
a21958
a21958
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-14
a21958
- Rebuild against newer gtk3
a21958
a21958
* Mon Dec 27 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-13
a21958
- Update iok patch.
a21958
a21958
* Wed Dec 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-12
a21958
- Update surrounding-text patch.
a21958
a21958
* Fri Dec 10 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-11
a21958
- Update ibus-m17n-HEAD.patch.
a21958
- Lower si-samanala.mim rank per request from a Sinhala user.
a21958
a21958
* Wed Dec  8 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-10
a21958
- Update ibus-m17n-HEAD.patch.
a21958
- Fix bug 658336 - ibus-m17n: define the IM ranks in a config file and
a21958
  not in a compiled binary
a21958
a21958
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.1-9
a21958
- Rebuild against newer gtk3
a21958
a21958
* Tue Nov  9 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-8
a21958
- Apply ibus-m17n-ibus-1.4.patch for ibus-1.3.99.
a21958
- Specify backup filename for each patch.
a21958
a21958
* Fri Nov  5 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-7
a21958
- Rename ibus-m17n-fedora.patch to ibus-m17n-HEAD.patch since the
a21958
  changes are merged into upstream.
a21958
- Update ibus-m17n-HEAD.patch with upstream fix 08e06310
a21958
- Fix bug 649230 - [si] last input character is committed late in
a21958
  wijesekara input method
a21958
a21958
* Fri Oct 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-6
a21958
- Link ibus-setup-m17n with GTK+ 3.0.
a21958
a21958
* Tue Oct 12 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
a21958
- put several Fedora patches into one.
a21958
- Fix bug 640896 - Ibus does not load all the keymaps for a language
a21958
  that is used for logging in.
a21958
a21958
* Tue Oct  5 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-4
a21958
- Remove Shift+AltGr patch; apply a simplified AltGr patch.
a21958
- Fix bug 639963 - SHIFT switch is not working in layouts as expected.
a21958
a21958
* Fri Oct  1 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-3
a21958
- Apply a patch to handle Shift+AltGr.
a21958
- Update surrounding-text patch.
a21958
- Fix bug 634829 - [abrt] ibus-m17n-1.3.1-1.fc14: shift_state: Process
a21958
  /usr/libexec/ibus-engine-m17n was killed by signal 11 (SIGSEGV).
a21958
a21958
* Thu Sep 16 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-2
a21958
- Apply surrounding text patch.  Bug 435880.
a21958
a21958
* Fri Sep  3 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-1
a21958
- Update to 1.3.1.
a21958
- Fix bug 615158 - Do not change the background colour of the pre-edit buffer
a21958
- Add gtk2-devel to BR
a21958
- Install ibus-setup-m17n in %%{_libexecdir}
a21958
a21958
* Thu Aug 26 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-4
a21958
- Rebuild with ibus 1.3.7 to avoid ABI incompatibility.  Bug 627256.
a21958
a21958
* Tue Jul 27 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-3
a21958
- Update ibus-m17n-HEAD.patch.
a21958
- Fix regression with the previous update.  See comment 7 of bug 614867.
a21958
a21958
* Fri Jul 16 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-2
a21958
- Update ibus-m17n-HEAD.patch.
a21958
- Fix bug 614867 - Invisible pre-edit buffer when using m17n Wijesekera keyboard layout
a21958
- Update iok patch.
a21958
a21958
* Mon Mar 29 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-1
a21958
- Update to 1.3.0.
a21958
- Update iok patch.
a21958
- Fix bug 577148 - IOK screen appears with all keyboard layouts on ibus language panel
a21958
a21958
* Tue Feb 02 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.99.20100202-1
a21958
- Update to 1.2.99.20100202.
a21958
- Update iok patch.
a21958
a21958
* Thu Dec 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091217-1
a21958
- Update to 1.2.0.20091217.
a21958
- Update iok patch.
a21958
a21958
* Fri Nov 20 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091120-1
a21958
- Update to 1.2.0.20091120.
a21958
- Fix bug 530976
a21958
a21958
* Fri Oct 23 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-5
a21958
- Update iok patch to fix bug 530493.
a21958
a21958
* Wed Oct 14 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-4
a21958
- Update iok patch to fix build error.
a21958
a21958
* Tue Oct 13 2009 Parag <pnemade@redhat.com> - 1.2.0.20090617-3
a21958
- Re-enable iok support to ibus-m17n.
a21958
a21958
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a21958
a21958
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-1
a21958
- Update to 1.2.0.20090617.
a21958
a21958
* Thu Mar 05 2009 Parag <pnemade@redhat.com> - 1.1.0.20090211-4
a21958
- Add iok support to ibus-m17n.
a21958
a21958
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-3
a21958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a21958
a21958
* Wed Feb 18 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-2
a21958
- Add patch ibus-m17n-HEAD.patch from upstream git tree.
a21958
- Make Control + Alt + ... available. (#482789)
a21958
a21958
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
a21958
- Update to 1.1.0.20090211.
a21958
a21958
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
a21958
- Update to 1.1.0.20090205.
a21958
a21958
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081013-4
a21958
- Rebuild for Python 2.6
a21958
a21958
* Thu Oct 16 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081013-3
a21958
- move the .engine files to m17n-db and m17n-contrib (#466410)
a21958
a21958
* Wed Oct 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081013-2
a21958
- Move unicode, rfc1345 to generic package, and syrc-phonetic to syriac package.
a21958
a21958
* Mon Oct 13 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081013-1
a21958
- Update to 0.1.1.20081013.
a21958
a21958
* Thu Oct 09 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081009-1
a21958
- Update to 0.1.1.20081009.
a21958
a21958
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
a21958
- Update to 0.1.1.20080901.
a21958
a21958
* Sat Aug 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
a21958
- Update to 0.1.1.20080823.
a21958
a21958
* Fri Aug 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080815-1
a21958
- Update to 0.1.1.20080815.
a21958
a21958
* Tue Aug 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080812-1
a21958
- Update to 0.1.1.20080812.
a21958
a21958
* Thu Aug 07 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-1
a21958
- The first version.