From 6572e396a720c88a09b20e99b3c2d9597b482d69 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 11 Jan 2021 09:20:14 +0800 Subject: [PATCH] modify homepage url --- ibus-table.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ibus-table.spec b/ibus-table.spec index 9140550..d724946 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -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 - 1.9.21-6 +- Modify homepage url + * Tue Jun 23 2020 lizhenhua - 1.9.21-5 - Add exist_ok=True in os.makedirs to avoid failure due to race condition