modify homepage url

This commit is contained in:
wang--ge 2021-01-11 09:20:14 +08:00
parent 76c7ca8478
commit 6572e396a7

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