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