From fab561fb5b45395f6059fec42b66aaff852c2c25 Mon Sep 17 00:00:00 2001 From: xiangshuaizhx Date: Thu, 12 Mar 2020 09:56:10 +0800 Subject: [PATCH 1/2] remove _isa --- ibus-libpinyin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibus-libpinyin.spec b/ibus-libpinyin.spec index 83f6857..41ef2eb 100644 --- a/ibus-libpinyin.spec +++ b/ibus-libpinyin.spec @@ -9,7 +9,7 @@ Source0: http://downloads.sourceforge.net/libpinyin/ibus-libpinyin/%{name Requires: python3-gobject ibus >= 1.5.11 BuildRequires: gcc-c++ gettext-devel intltool libtool pkgconfig sqlite-devel libuuid-devel lua-devel BuildRequires: python3-devel desktop-file-utils ibus-devel >= 1.5.11 libpinyin-devel >= 2.1.0 -Requires: libpinyin-data%{?_isa} >= 1.5.91 +Requires: libpinyin-data >= 1.5.91 Requires(post): sqlite Obsoletes: ibus-pinyin < 1.4.0-17 From 23ead3d46fa24a89ee392f067eb7a529a2ae897f Mon Sep 17 00:00:00 2001 From: xiangshuaizhx Date: Thu, 12 Mar 2020 10:44:40 +0800 Subject: [PATCH 2/2] remove isa resolve install error --- ibus-libpinyin.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ibus-libpinyin.spec b/ibus-libpinyin.spec index 41ef2eb..53062ea 100644 --- a/ibus-libpinyin.spec +++ b/ibus-libpinyin.spec @@ -1,6 +1,6 @@ Name: ibus-libpinyin Version: 1.10.0 -Release: 4 +Release: 5 Summary: Intelligent Pinyin engine based on libpinyin for IBus License: GPLv2+ Group: System Environment/Libraries @@ -63,5 +63,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/ibus-setup-libbopomof %{_libexecdir}/ibus-setup-libpinyin %changelog -* Fri Nov 22 2019 openEuler Buildteam - 1.10.0-4 +* Tue Mar 10 2020 wangzhishun - 1.10.0-5 - Package init