Bumped to 1.5.7
This commit is contained in:
parent
e1dc6434a6
commit
fbd634d1f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ ibus-1.3.6.tar.gz
|
|||||||
/ibus-1.5.4.tar.gz
|
/ibus-1.5.4.tar.gz
|
||||||
/ibus-1.5.5.tar.gz
|
/ibus-1.5.5.tar.gz
|
||||||
/ibus-1.5.6.tar.gz
|
/ibus-1.5.6.tar.gz
|
||||||
|
/ibus-1.5.7.tar.gz
|
||||||
|
@ -1,38 +1 @@
|
|||||||
From 9782a20c544001a211a788975f55ded5064b7273 Mon Sep 17 00:00:00 2001
|
|
||||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
|
||||||
Date: Tue, 18 Mar 2014 11:41:33 +0900
|
|
||||||
Subject: [PATCH] Add Czech (qwerty) keymap.
|
|
||||||
|
|
||||||
BUG=rhbz#1074879
|
|
||||||
|
|
||||||
Review URL: https://codereview.appspot.com/74520044
|
|
||||||
---
|
|
||||||
engine/simple.xml.in | 12 ++++++++++++
|
|
||||||
1 file changed, 12 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/engine/simple.xml.in b/engine/simple.xml.in
|
|
||||||
index 4218f6c..b3ac6a5 100644
|
|
||||||
--- a/engine/simple.xml.in
|
|
||||||
+++ b/engine/simple.xml.in
|
|
||||||
@@ -203,6 +203,18 @@
|
|
||||||
<icon>ibus-keyboard</icon>
|
|
||||||
<rank>99</rank>
|
|
||||||
</engine>
|
|
||||||
+ <engine>
|
|
||||||
+ <name>xkb:cz:qwerty:cze</name>
|
|
||||||
+ <language>cze</language>
|
|
||||||
+ <license>GPL</license>
|
|
||||||
+ <author>Peng Huang <shawn.p.huang@gmail.com></author>
|
|
||||||
+ <layout>cz</layout>
|
|
||||||
+ <layout_variant>qwerty</layout_variant>
|
|
||||||
+ <longname>Czech (qwerty)</longname>
|
|
||||||
+ <description>Czech (qwerty)</description>
|
|
||||||
+ <icon>ibus-keyboard</icon>
|
|
||||||
+ <rank>99</rank>
|
|
||||||
+ </engine>
|
|
||||||
<engine>
|
|
||||||
<name>xkb:dk::dan</name>
|
|
||||||
<language>dan</language>
|
|
||||||
--
|
|
||||||
1.8.5.3
|
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
%global dbus_python_version 0.83.0
|
%global dbus_python_version 0.83.0
|
||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.6
|
Version: 1.5.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -49,7 +49,6 @@ Source2: %{name}.conf.5
|
|||||||
Source3: https://github.com/ibus/ibus-xkb/archive/ibus-xkb-%{ibus_xkb_version}.tar.gz
|
Source3: https://github.com/ibus/ibus-xkb/archive/ibus-xkb-%{ibus_xkb_version}.tar.gz
|
||||||
# Upstreamed patches.
|
# Upstreamed patches.
|
||||||
# Patch0: %%{name}-HEAD.patch
|
# Patch0: %%{name}-HEAD.patch
|
||||||
Patch0: %{name}-HEAD.patch
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=810211
|
# https://bugzilla.redhat.com/show_bug.cgi?id=810211
|
||||||
Patch1: %{name}-810211-no-switch-by-no-trigger.patch
|
Patch1: %{name}-810211-no-switch-by-no-trigger.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=541492
|
# https://bugzilla.redhat.com/show_bug.cgi?id=541492
|
||||||
@ -249,7 +248,6 @@ The ibus-devel-docs package contains developer documentation for ibus
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# %%patch0 -p1
|
# %%patch0 -p1
|
||||||
%patch0 -p1
|
|
||||||
%if (0%{?fedora} < 20 && 0%{?rhel} < 8)
|
%if (0%{?fedora} < 20 && 0%{?rhel} < 8)
|
||||||
%patch96 -p1 -b .passwd
|
%patch96 -p1 -b .passwd
|
||||||
%endif
|
%endif
|
||||||
@ -466,6 +464,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 30 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
|
||||||
|
- Bumped to 1.5.7
|
||||||
|
|
||||||
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-3
|
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-3
|
||||||
- Do not require gtk-doc in ibus-devel-docs
|
- Do not require gtk-doc in ibus-devel-docs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user