2013-04-26 08:08:37 +00:00
|
|
|
%global require_ibus_version 1.4.0
|
2008-08-10 11:43:26 +00:00
|
|
|
Name: ibus-m17n
|
2012-05-11 06:36:42 +00:00
|
|
|
Version: 1.3.4
|
2014-09-16 06:13:51 +00:00
|
|
|
Release: 16%{?dist}
|
2008-08-10 11:43:26 +00:00
|
|
|
Summary: The M17N engine for IBus platform
|
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://code.google.com/p/ibus/
|
|
|
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
|
2013-05-13 06:56:29 +00:00
|
|
|
# Upstreamed patches:
|
2013-04-26 08:08:37 +00:00
|
|
|
Patch0: ibus-m17n-HEAD.patch
|
2013-09-04 07:52:53 +00:00
|
|
|
Patch1: ibus-m17n-fix-data-location.patch
|
|
|
|
Patch2: ibus-m17n-fix-preedit-color.patch
|
2014-09-16 06:13:51 +00:00
|
|
|
Patch3: ibus-m17n-fix-preferences-ui.patch
|
2013-05-13 06:56:29 +00:00
|
|
|
|
|
|
|
# Fedora specific patches:
|
2013-04-26 08:08:37 +00:00
|
|
|
# Enable lv3:ralt_switch option for some Indic engines in default.xml.
|
2013-05-13 06:56:29 +00:00
|
|
|
Patch100: ibus-m17n-xkb-options.patch
|
2013-04-26 08:08:37 +00:00
|
|
|
# Don't make the status button clickable (maybe obsolete).
|
2013-09-04 07:52:53 +00:00
|
|
|
Patch101: ibus-m17n-hide-title-status.patch
|
2014-06-05 03:50:38 +00:00
|
|
|
# Use gettext-0.19 instead of intltool
|
|
|
|
Patch102: ibus-m17n-gettext-0.19.patch
|
2009-02-18 09:46:32 +00:00
|
|
|
|
2011-03-07 06:13:46 +00:00
|
|
|
# The following BR is for autogen and not necessary when packging
|
|
|
|
# released tarballs.
|
2014-06-05 03:50:38 +00:00
|
|
|
BuildRequires: gettext-devel >= 0.19
|
2011-06-03 02:36:37 +00:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: gnome-common
|
2008-08-10 11:43:26 +00:00
|
|
|
BuildRequires: m17n-lib-devel
|
2010-10-22 09:31:22 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2009-06-22 05:41:54 +00:00
|
|
|
BuildRequires: ibus-devel >= %{require_ibus_version}
|
2013-09-04 07:52:53 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2009-02-05 07:12:31 +00:00
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
Requires: ibus >= %{require_ibus_version}
|
2008-08-10 11:43:26 +00:00
|
|
|
Requires: m17n-lib
|
|
|
|
|
|
|
|
%description
|
2009-11-25 05:40:26 +00:00
|
|
|
M17N engine for IBus input platform. It allows input of many languages using
|
2009-02-05 07:12:31 +00:00
|
|
|
the input table maps from m17n-db.
|
2008-08-10 11:43:26 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2012-03-30 09:05:56 +00:00
|
|
|
|
2013-04-26 08:08:37 +00:00
|
|
|
%patch0 -p1 -b .HEAD
|
2013-05-13 06:56:29 +00:00
|
|
|
%patch1 -p1 -b .fix-data-location
|
2013-09-04 07:52:53 +00:00
|
|
|
%patch2 -p1 -b .fix-preedit-color
|
2014-09-16 06:13:51 +00:00
|
|
|
%patch3 -p1 -b .fix-preferences-ui
|
2013-05-13 06:56:29 +00:00
|
|
|
%patch100 -p1 -b .xkb-options
|
|
|
|
%patch101 -p1 -b .hide-title-status
|
2014-06-05 03:50:38 +00:00
|
|
|
%patch102 -p1 -b .gettext-0.19
|
2012-03-30 09:05:56 +00:00
|
|
|
|
2011-06-03 02:36:37 +00:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2008-08-10 11:43:26 +00:00
|
|
|
|
|
|
|
%build
|
2013-04-26 08:08:37 +00:00
|
|
|
%configure --disable-static --with-gtk=3.0
|
2008-08-10 11:43:26 +00:00
|
|
|
# make -C po update-gmo
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
|
|
2012-10-08 01:11:15 +00:00
|
|
|
desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-m17n.desktop
|
2012-10-08 00:54:24 +00:00
|
|
|
|
2008-08-15 04:05:49 +00:00
|
|
|
%find_lang %{name}
|
2008-08-10 11:43:26 +00:00
|
|
|
|
2008-08-15 04:05:49 +00:00
|
|
|
%files -f %{name}.lang
|
2008-08-10 11:43:26 +00:00
|
|
|
%doc AUTHORS COPYING README
|
2009-02-05 07:12:31 +00:00
|
|
|
%{_datadir}/ibus-m17n
|
|
|
|
%{_libexecdir}/ibus-engine-m17n
|
2010-09-03 08:30:46 +00:00
|
|
|
%{_libexecdir}/ibus-setup-m17n
|
2009-02-05 07:12:31 +00:00
|
|
|
%{_datadir}/ibus/component/*
|
2012-10-08 00:54:24 +00:00
|
|
|
%{_datadir}/applications/ibus-setup-m17n.desktop
|
2008-08-10 11:43:26 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-09-16 06:13:51 +00:00
|
|
|
* Tue Sep 16 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-16
|
|
|
|
- Add ibus-m17n-fix-preferences-ui.patch
|
|
|
|
- Fix bug 1117720 - ibus-m17n input method's setup option does not work
|
|
|
|
|
2014-08-16 21:06:22 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 21:48:54 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-05 03:50:38 +00:00
|
|
|
* Thu Jun 5 2014 Daiki Ueno <dueno@redhat.com> - 1.3.4-13
|
|
|
|
- Use gettext-0.19 instead of intltool (#1078169)
|
|
|
|
|
2013-09-04 07:52:53 +00:00
|
|
|
* Wed Sep 4 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-12
|
|
|
|
- Add ibus-m17n-fix-preedit-color.patch
|
|
|
|
- Fix bug 995842 - Preedit background colour in ibus-m17n is always
|
|
|
|
black and preedit underlining is always off
|
|
|
|
|
2013-08-03 19:08:37 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-13 06:56:29 +00:00
|
|
|
* Mon May 13 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-10
|
|
|
|
- Add ibus-m17n-fix-data-location.patch
|
|
|
|
- Fix bug 962144 [abrt] ibus-m17n-1.3.4-9.fc19:
|
|
|
|
setup_dialog_load_config: Process /usr/libexec/ibus-setup-m17n was
|
|
|
|
killed by signal 11 (SIGSEGV)
|
|
|
|
|
2013-05-01 07:29:40 +00:00
|
|
|
* Wed May 1 2013 Daiki Ueno <dueno@redhat.com> - 1.3.4-9
|
|
|
|
- Update ibus-m17n-xkb-options.patch to set XKB option for Inscript2
|
|
|
|
- Fix bug 957993 - ibus-m17n doesn't automatically map Alt_R to AltGr
|
|
|
|
when Inscript2 maps are used
|
|
|
|
|
2013-04-26 08:08:37 +00:00
|
|
|
* Fri Apr 26 2013 Daiki Ueno <deno@redhat.com> - 1.3.4-8
|
|
|
|
- Update ibus-m17n-HEAD.patch to the latest upstream master
|
|
|
|
- Remove unnecessary and not upstreamable patches
|
|
|
|
- Use gtk3 always
|
|
|
|
- Fix bug 912592 - ibus-m17n should use default keyboard in most cases
|
|
|
|
|
2013-02-14 01:52:55 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-08 00:20:20 +00:00
|
|
|
* Mon Oct 8 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-6
|
|
|
|
- Add ibus-m17n-desktop-file.patch
|
|
|
|
Fix bug 860955 - ibus-m17n setup is not enabled in
|
|
|
|
gnome-control-center region, .desktop file is missing
|
|
|
|
|
2012-09-26 08:58:05 +00:00
|
|
|
* Wed Sep 26 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-5
|
|
|
|
- Add ibus-m17n-honor-user-cflags.patch
|
|
|
|
|
2012-08-15 09:16:56 +00:00
|
|
|
* Wed Aug 15 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-4
|
|
|
|
- Add ibus-m17n-translit-layout.patch
|
|
|
|
- Fix bug 847495 - For non-US keyboard layout Ibus-m17n adds English
|
|
|
|
(US) to the list of input methods and other input methods use US
|
|
|
|
layout
|
|
|
|
- Require eekboard-service instead of eekboard
|
|
|
|
- Fix bug 847500 - Don't install Eekboard by default in the desktop spin
|
|
|
|
|
2012-08-02 09:12:06 +00:00
|
|
|
* Thu Aug 2 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-3
|
|
|
|
- Add ibus-m17n-fix-mtext-config.patch
|
|
|
|
- Fix bug 836397 - [abrt] ibus-m17n-1.3.3-11.fc17: mtext_data: Process
|
|
|
|
/usr/libexec/ibus-setup-m17n was killed by signal 11 (SIGSEGV)
|
|
|
|
|
2012-07-19 14:26:41 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-11 06:36:42 +00:00
|
|
|
* Fri May 11 2012 Daiki Ueno <dueno@redhat.com> - 1.3.4-1
|
|
|
|
- New upstream release.
|
|
|
|
|
2012-04-03 03:17:39 +00:00
|
|
|
* Tue Apr 3 2012 Daiki Ueno <dueno@redhat.com> - 1.3.3-12
|
|
|
|
- Check %%{rhel} version in addition to %%{fedora}
|
|
|
|
- Remove unnecessary %%defattr(-,root,root,-) from %%files
|
|
|
|
- Drop libxklavier-devel from BR
|
|
|
|
|
2012-03-30 09:05:56 +00:00
|
|
|
* Fri Mar 30 2012 Daiki Ueno <dueno@redhat.com> - 1.3.3-11
|
|
|
|
- Revive m17n:zh:pinyin with a different label ("hanyu pinyin (m17n)")
|
2012-04-03 03:17:39 +00:00
|
|
|
- Rebase ibus-m17n-virtkbd.patch
|
2012-03-30 09:05:56 +00:00
|
|
|
|
2012-03-06 10:02:40 +00:00
|
|
|
* Tue Mar 6 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.3-9
|
|
|
|
- Rebuild for ibus 1.4.99.20120304
|
|
|
|
|
2012-01-13 05:37:39 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 07:21:06 +00:00
|
|
|
* Tue Dec 6 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-7
|
|
|
|
- Add ibus-m17n-custom-setup-element.patch
|
|
|
|
- Fix bug 760427 - engine preferences button in ibus-setup doesn't
|
|
|
|
work for ibus-m17n
|
|
|
|
|
2011-11-18 07:18:01 +00:00
|
|
|
* Fri Nov 18 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-6
|
|
|
|
- Add ibus-m17n-blacklist-engines.patch
|
|
|
|
https://lists.fedoraproject.org/pipermail/i18n/2011-October/001194.html
|
|
|
|
|
2011-09-29 03:47:05 +00:00
|
|
|
* Thu Sep 29 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-5
|
|
|
|
- Add ibus-m17n-hide-title-status.patch.
|
|
|
|
- Fix bug 741157 - ibus-m17n: m17n "title" variable appears as a
|
|
|
|
dormant button on the language panel
|
|
|
|
|
2011-09-16 08:18:04 +00:00
|
|
|
* Fri Sep 16 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-4
|
|
|
|
- Fix Indic IME symbols (thanks to pravins).
|
|
|
|
|
2011-09-09 05:31:16 +00:00
|
|
|
* Fri Sep 9 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.3-3
|
|
|
|
- Rebuild with the latest ibus 1.3.99.20110817-4 and eekboard 1.0.3
|
|
|
|
|
2011-09-02 03:02:57 +00:00
|
|
|
* Fri Sep 2 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-2
|
|
|
|
- Revive iok patch.
|
|
|
|
|
2011-09-01 10:28:55 +00:00
|
|
|
* Thu Sep 1 2011 Daiki Ueno <dueno@redhat.com> - 1.3.3-1
|
|
|
|
- New upstream release.
|
2011-09-01 10:18:22 +00:00
|
|
|
- Add ibus-m17n-default-xml-override.patch.
|
|
|
|
- Add ibus-m17n-virtkbd.patch, instead of ibus-m17n-iok.patch.
|
|
|
|
|
2011-08-09 07:01:25 +00:00
|
|
|
* Tue Aug 9 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-10
|
|
|
|
- Set symbol for m17n:ne:rom.
|
|
|
|
|
2011-08-08 01:15:01 +00:00
|
|
|
* Mon Aug 8 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-9
|
|
|
|
- Update ibus-m17n-xkb-options.patch.
|
|
|
|
- Don't set XKB options directly from engine but via ibus-xkb
|
|
|
|
|
2011-08-05 09:17:54 +00:00
|
|
|
* Fri Aug 5 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-8
|
|
|
|
- Update ibus-m17n-xx-icon-symbol.patch.
|
|
|
|
- Fix bug 727024 - ibus compose file needs a symbol tag for gnome-shell
|
|
|
|
- Update ibus-m17n-xkb-options.patch.
|
|
|
|
|
2011-07-07 05:49:41 +00:00
|
|
|
* Thu Jul 7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-7
|
|
|
|
- don't specify --with-hotkey.
|
|
|
|
|
2011-07-07 05:37:21 +00:00
|
|
|
* Mon Jul 4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-6
|
|
|
|
- Add ibus-m17n-xkb-options.patch.
|
|
|
|
- Add ibus-m17n-xx-icon-symbol.patch.
|
|
|
|
- Drop surrounding-text patches since they are included in the HEAD patch.
|
|
|
|
|
2011-06-15 01:22:03 +00:00
|
|
|
* Wed Jun 15 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-5
|
|
|
|
- Add ibus-m17n-stsreq.patch.
|
|
|
|
- Fix bug 711126 - ibus: surrounding text support fails for the first
|
|
|
|
syllable upon activation
|
|
|
|
|
2011-06-07 04:00:52 +00:00
|
|
|
* Tue Jun 7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-4
|
|
|
|
- Add ibus-m17n-stscap.patch.
|
|
|
|
- Fix bug 711126 - ibus: surrounding text support fails for the first
|
|
|
|
syllable upon activation
|
|
|
|
|
2011-06-03 02:36:37 +00:00
|
|
|
* Mon May 23 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-3
|
|
|
|
- Update ibus-m17n-HEAD.patch.
|
|
|
|
|
2011-05-23 01:06:11 +00:00
|
|
|
* Mon May 23 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-2
|
|
|
|
- Bump the release to fix upgrade path.
|
|
|
|
- Fix bug 706602 - ibus-m17n-1.3.2-2.fc14 > ibus-m17n-1.3.2-1.fc15
|
|
|
|
- Drop preparing/cleaning buildroot.
|
|
|
|
|
2011-03-07 06:13:46 +00:00
|
|
|
* Mon Mar 7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-1
|
|
|
|
- New upstream release.
|
|
|
|
|
2011-02-11 13:35:48 +00:00
|
|
|
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-18
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 11:52:46 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 18:37:10 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-16
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-14 01:22:55 +00:00
|
|
|
* Fri Jan 14 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-15
|
|
|
|
- Update iok patch.
|
|
|
|
- Fix bug 669128 - [abrt] ibus-m17n-1.3.1-14.fc15:
|
|
|
|
Process /usr/libexec/ibus-engine-m17n was killed by signal 6 (SIGABRT)
|
|
|
|
|
2011-01-10 01:37:35 +00:00
|
|
|
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-14
|
|
|
|
- Rebuild against newer gtk3
|
|
|
|
|
2010-12-27 05:52:29 +00:00
|
|
|
* Mon Dec 27 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-13
|
|
|
|
- Update iok patch.
|
|
|
|
|
2010-12-22 09:03:38 +00:00
|
|
|
* Wed Dec 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-12
|
|
|
|
- Update surrounding-text patch.
|
|
|
|
|
2010-12-10 06:43:35 +00:00
|
|
|
* Fri Dec 10 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-11
|
|
|
|
- Update ibus-m17n-HEAD.patch.
|
|
|
|
- Lower si-samanala.mim rank per request from a Sinhala user.
|
|
|
|
|
2010-12-08 09:25:29 +00:00
|
|
|
* Wed Dec 8 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-10
|
|
|
|
- Update ibus-m17n-HEAD.patch.
|
|
|
|
- Fix bug 658336 - ibus-m17n: define the IM ranks in a config file and
|
|
|
|
not in a compiled binary
|
|
|
|
|
2010-12-03 22:29:38 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.1-9
|
|
|
|
- Rebuild against newer gtk3
|
|
|
|
|
2010-11-09 02:34:42 +00:00
|
|
|
* Tue Nov 9 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-8
|
|
|
|
- Apply ibus-m17n-ibus-1.4.patch for ibus-1.3.99.
|
|
|
|
- Specify backup filename for each patch.
|
|
|
|
|
2010-11-05 02:42:24 +00:00
|
|
|
* Fri Nov 5 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-7
|
|
|
|
- Rename ibus-m17n-fedora.patch to ibus-m17n-HEAD.patch since the
|
|
|
|
changes are merged into upstream.
|
|
|
|
- Update ibus-m17n-HEAD.patch with upstream fix 08e06310
|
|
|
|
- Fix bug 649230 - [si] last input character is committed late in
|
|
|
|
wijesekara input method
|
|
|
|
|
2010-10-22 09:22:44 +00:00
|
|
|
* Fri Oct 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-6
|
|
|
|
- Link ibus-setup-m17n with GTK+ 3.0.
|
|
|
|
|
2010-10-14 03:30:14 +00:00
|
|
|
* Tue Oct 12 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
|
|
|
|
- put several Fedora patches into one.
|
|
|
|
- Fix bug 640896 - Ibus does not load all the keymaps for a language
|
|
|
|
that is used for logging in.
|
|
|
|
|
2010-10-07 06:15:32 +00:00
|
|
|
* Tue Oct 5 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-4
|
|
|
|
- Remove Shift+AltGr patch; apply a simplified AltGr patch.
|
|
|
|
- Fix bug 639963 - SHIFT switch is not working in layouts as expected.
|
|
|
|
|
|
|
|
* Fri Oct 1 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-3
|
|
|
|
- Apply a patch to handle Shift+AltGr.
|
|
|
|
- Update surrounding-text patch.
|
|
|
|
- Fix bug 634829 - [abrt] ibus-m17n-1.3.1-1.fc14: shift_state: Process
|
|
|
|
/usr/libexec/ibus-engine-m17n was killed by signal 11 (SIGSEGV).
|
|
|
|
|
|
|
|
* Thu Sep 16 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-2
|
|
|
|
- Apply surrounding text patch. Bug 435880.
|
|
|
|
|
2010-09-03 08:30:46 +00:00
|
|
|
* Fri Sep 3 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-1
|
|
|
|
- Update to 1.3.1.
|
|
|
|
- Fix bug 615158 - Do not change the background colour of the pre-edit buffer
|
|
|
|
- Add gtk2-devel to BR
|
|
|
|
- Install ibus-setup-m17n in %%{_libexecdir}
|
|
|
|
|
2010-08-26 04:55:02 +00:00
|
|
|
* Thu Aug 26 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-4
|
|
|
|
- Rebuild with ibus 1.3.7 to avoid ABI incompatibility. Bug 627256.
|
|
|
|
|
2010-07-27 07:20:03 +00:00
|
|
|
* Tue Jul 27 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-3
|
|
|
|
- Update ibus-m17n-HEAD.patch.
|
|
|
|
- Fix regression with the previous update. See comment 7 of bug 614867.
|
|
|
|
|
2010-07-16 06:16:32 +00:00
|
|
|
* Fri Jul 16 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0-2
|
|
|
|
- Update ibus-m17n-HEAD.patch.
|
|
|
|
- Fix bug 614867 - Invisible pre-edit buffer when using m17n Wijesekera keyboard layout
|
|
|
|
- Update iok patch.
|
|
|
|
|
|
|
|
* Mon Mar 29 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-1
|
|
|
|
- Update to 1.3.0.
|
|
|
|
- Update iok patch.
|
|
|
|
- Fix bug 577148 - IOK screen appears with all keyboard layouts on ibus language panel
|
|
|
|
|
2010-02-02 03:25:05 +00:00
|
|
|
* Tue Feb 02 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.99.20100202-1
|
|
|
|
- Update to 1.2.99.20100202.
|
|
|
|
- Update iok patch.
|
|
|
|
|
2009-12-17 00:04:59 +00:00
|
|
|
* Thu Dec 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091217-1
|
|
|
|
- Update to 1.2.0.20091217.
|
|
|
|
- Update iok patch.
|
|
|
|
|
2009-11-20 05:57:02 +00:00
|
|
|
* Fri Nov 20 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091120-1
|
|
|
|
- Update to 1.2.0.20091120.
|
|
|
|
- Fix bug 530976
|
|
|
|
|
|
|
|
* Fri Oct 23 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-5
|
|
|
|
- Update iok patch to fix bug 530493.
|
|
|
|
|
|
|
|
* Wed Oct 14 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-4
|
|
|
|
- Update iok patch to fix build error.
|
|
|
|
|
|
|
|
* Tue Oct 13 2009 Parag <pnemade@redhat.com> - 1.2.0.20090617-3
|
|
|
|
- Re-enable iok support to ibus-m17n.
|
|
|
|
|
2009-07-25 03:02:15 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-1
|
|
|
|
- Update to 1.2.0.20090617.
|
|
|
|
|
2009-03-05 04:34:40 +00:00
|
|
|
* Thu Mar 05 2009 Parag <pnemade@redhat.com> - 1.1.0.20090211-4
|
|
|
|
- Add iok support to ibus-m17n.
|
|
|
|
|
2009-02-25 06:32:37 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Wed Feb 18 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-2
|
2009-02-18 09:46:32 +00:00
|
|
|
- Add patch ibus-m17n-HEAD.patch from upstream git tree.
|
|
|
|
- Make Control + Alt + ... available. (#482789)
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
|
2009-02-11 07:47:32 +00:00
|
|
|
- Update to 1.1.0.20090211.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
|
2009-02-05 07:12:31 +00:00
|
|
|
- Update to 1.1.0.20090205.
|
|
|
|
|
2008-11-29 16:47:53 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081013-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-10-16 04:24:37 +00:00
|
|
|
* Thu Oct 16 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081013-3
|
|
|
|
- move the .engine files to m17n-db and m17n-contrib (#466410)
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Wed Oct 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081013-2
|
2008-10-15 08:30:41 +00:00
|
|
|
- Move unicode, rfc1345 to generic package, and syrc-phonetic to syriac package.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Mon Oct 13 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081013-1
|
2008-10-13 06:24:30 +00:00
|
|
|
- Update to 0.1.1.20081013.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Thu Oct 09 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081009-1
|
2008-10-09 05:29:06 +00:00
|
|
|
- Update to 0.1.1.20081009.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
|
2008-09-01 00:42:39 +00:00
|
|
|
- Update to 0.1.1.20080901.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Sat Aug 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
|
2008-08-23 01:34:37 +00:00
|
|
|
- Update to 0.1.1.20080823.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Fri Aug 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080815-1
|
2008-08-15 04:05:49 +00:00
|
|
|
- Update to 0.1.1.20080815.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Tue Aug 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080812-1
|
2008-08-12 07:33:30 +00:00
|
|
|
- Update to 0.1.1.20080812.
|
|
|
|
|
2009-06-22 05:41:54 +00:00
|
|
|
* Thu Aug 07 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-1
|
2008-08-10 11:43:26 +00:00
|
|
|
- The first version.
|