[ibus-anthy] Bumped to 1.5.5

Takao Fujiwara fujiwara at fedoraproject.org
Thu Feb 6 03:46:12 UTC 2014


commit bc85845e07677fb7e9c64f61e7d3c1826ebff4ad
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Thu Feb 6 12:35:24 2014 +0900

    Bumped to 1.5.5

 .gitignore      |    1 +
 ibus-anthy.spec |   30 +++++++++++++++---------------
 sources         |    2 +-
 3 files changed, 17 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c900d47..59e7307 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ ibus-anthy.png
 /ibus-anthy-1.5.2.tar.gz
 /ibus-anthy-1.5.3.tar.gz
 /ibus-anthy-1.5.4.tar.gz
+/ibus-anthy-1.5.5.tar.gz
diff --git a/ibus-anthy.spec b/ibus-anthy.spec
index d4d9351..48acd6d 100644
--- a/ibus-anthy.spec
+++ b/ibus-anthy.spec
@@ -3,26 +3,24 @@
 %global have_default_layout             1
 %global have_bridge_hotkey              1
 
-%if (0%{?fedora} > 18 || 0%{?rhel} > 6)
-%global with_ctrl_space                 1
-%else
-%global with_ctrl_space                 0
-%endif
-
 %if (0%{?fedora} > 19 || 0%{?rhel} > 6)
 %global with_python_pkg                 1
 %else
 %global with_python_pkg                 0
 %endif
 
+# for bytecompile in %%{_datadir}/ibus-anthy
+%global __python %{__python3}
+
 Name:           ibus-anthy
-Version:        1.5.4
-Release:        2%{?dist}
+Version:        1.5.5
+Release:        1%{?dist}
 Summary:        The Anthy engine for IBus input platform
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://code.google.com/p/ibus/
-Source0:        http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+# https://docs.google.com/file/d/0B3GBdbLj_9YgY0tvRXdMWHVYd2s
+Source0:        %{name}-%{version}.tar.gz
 
 # Upstreamed patches.
 # Patch0:         %%{name}-HEAD.patch
@@ -36,12 +34,13 @@ BuildRequires:  ibus
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python2-devel
+BuildRequires:  python3-devel
+BuildRequires:  python3-gobject
 
 Requires:       ibus >= %{require_ibus_version}
 Requires:       kasumi
 Requires:       anthy
-Requires:       pygobject3
+Requires:       python3-gobject
 %if %with_python_pkg
 Requires:       %{name}-python = %{version}-%{release}
 %endif
@@ -84,11 +83,8 @@ for developers.
 %if %have_bridge_hotkey
   --with-hotkeys \
 %endif
-%if %with_ctrl_space
   --with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
-%else
-  --with-on-off-keys="'Ctrl+J'" \
-%endif
+  --with-python=python3 \
   --disable-static
 # make -C po update-gmo
 make %{?_smp_mflags}
@@ -152,6 +148,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_libdir}/libanthygobject-%{sub_version}.so
 
 %changelog
+* Wed Feb 05 2014 Takao Fujiwara <tfujiwar at redhat.com> - 1.5.5-1
+- Bumped to 1.5.5
+- Enabled python3.
+
 * Tue Dec 24 2013 Takao Fujiwara <tfujiwar at redhat.com> - 1.5.4-2
 - Required ibus-anthy by ibus-anthy-python
 
diff --git a/sources b/sources
index 26c5fe4..8cf9c6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50a4115ad9bf386daea1161eb0bf4435  ibus-anthy-1.5.4.tar.gz
+0d21a3e24cfd7be22521475a63392276  ibus-anthy-1.5.5.tar.gz


More information about the scm-commits mailing list