Update to 1.3.4-16
This commit is contained in:
parent
31c85805db
commit
168cae4c97
24
ibus-m17n-fix-preferences-ui.patch
Normal file
24
ibus-m17n-fix-preferences-ui.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 1a497768dfb15c18865154183296087ec07d6a95 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Daiki Ueno <ueno@unixuser.org>
|
||||||
|
Date: Tue, 16 Sep 2014 11:28:04 +0900
|
||||||
|
Subject: [PATCH] setup: Don't use removed "tab_vborder" property
|
||||||
|
|
||||||
|
---
|
||||||
|
src/ibus-m17n-preferences.ui | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/ibus-m17n-preferences.ui b/src/ibus-m17n-preferences.ui
|
||||||
|
index e85fb15..19d3b47 100644
|
||||||
|
--- a/src/ibus-m17n-preferences.ui
|
||||||
|
+++ b/src/ibus-m17n-preferences.ui
|
||||||
|
@@ -98,7 +98,6 @@
|
||||||
|
<object class="GtkNotebook" id="pages">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">True</property>
|
||||||
|
- <property name="tab_vborder">3</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkAlignment" id="pageGeneral">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
--
|
||||||
|
1.9.3
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
%global require_ibus_version 1.4.0
|
%global require_ibus_version 1.4.0
|
||||||
Name: ibus-m17n
|
Name: ibus-m17n
|
||||||
Version: 1.3.4
|
Version: 1.3.4
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: The M17N engine for IBus platform
|
Summary: The M17N engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -12,6 +12,7 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
|||||||
Patch0: ibus-m17n-HEAD.patch
|
Patch0: ibus-m17n-HEAD.patch
|
||||||
Patch1: ibus-m17n-fix-data-location.patch
|
Patch1: ibus-m17n-fix-data-location.patch
|
||||||
Patch2: ibus-m17n-fix-preedit-color.patch
|
Patch2: ibus-m17n-fix-preedit-color.patch
|
||||||
|
Patch3: ibus-m17n-fix-preferences-ui.patch
|
||||||
|
|
||||||
# Fedora specific patches:
|
# Fedora specific patches:
|
||||||
# Enable lv3:ralt_switch option for some Indic engines in default.xml.
|
# Enable lv3:ralt_switch option for some Indic engines in default.xml.
|
||||||
@ -45,6 +46,7 @@ the input table maps from m17n-db.
|
|||||||
%patch0 -p1 -b .HEAD
|
%patch0 -p1 -b .HEAD
|
||||||
%patch1 -p1 -b .fix-data-location
|
%patch1 -p1 -b .fix-data-location
|
||||||
%patch2 -p1 -b .fix-preedit-color
|
%patch2 -p1 -b .fix-preedit-color
|
||||||
|
%patch3 -p1 -b .fix-preferences-ui
|
||||||
%patch100 -p1 -b .xkb-options
|
%patch100 -p1 -b .xkb-options
|
||||||
%patch101 -p1 -b .hide-title-status
|
%patch101 -p1 -b .hide-title-status
|
||||||
%patch102 -p1 -b .gettext-0.19
|
%patch102 -p1 -b .gettext-0.19
|
||||||
@ -72,6 +74,10 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-m17n.
|
|||||||
%{_datadir}/applications/ibus-setup-m17n.desktop
|
%{_datadir}/applications/ibus-setup-m17n.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-15
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user