!5 Modify homepage url

From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-01-11 10:44:06 +08:00 committed by Gitee
commit 8f9e134038

View File

@ -1,9 +1,9 @@
Name: ibus-table
Version: 1.9.21
Release: 5
Release: 6
Summary: Table engine for Intelligent Input Bus (IBus)
License: LGPLv2+
URL: http://code.google.com/p/ibus/
URL: https://github.com/kaio/ibus-table/
Source0: http://github.com/kaio/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Patch0000: Add-exist_ok-True-in-os-makedirs-to-avoid-failure-due-to-race-condition.patch
BuildArch: noarch
@ -87,6 +87,9 @@ make check || cat ./tests/test-suite.log
%{_mandir}/man*/*
%changelog
* Sat Jan 09 2021 Ge Wang <wangge20@huawei.com> - 1.9.21-6
- Modify homepage url
* Tue Jun 23 2020 lizhenhua <lizhenhua21@huawei.com> - 1.9.21-5
- Add exist_ok=True in os.makedirs to avoid failure due to race condition