Blame SPECS/ibus-m17n.spec

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

026c9d
      The multilingualization input method allows entering many languages using the
026c9d
      tables from the m17n library.
026c9d
    

026c9d
    

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

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