fix bug in spell check

This commit is contained in:
chengquan 2020-02-28 16:09:46 +08:00 committed by Gitee
parent 56b96ebea3
commit 9b8977d298

View File

@ -1,6 +1,6 @@
Name: babeltrace
Version: 1.5.6
Release: 3
Release: 4
Summary: Common Trace Format Babel Tower
License: MIT and GPLv2
URL: https://www.efficios.com/babeltrace
@ -29,7 +29,7 @@ reference implementation.
%package -n python3-%{name}
Summary: Common Trace Format Babel Tower
Requires: %{name}% = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
%description -n python3-%{name}
Babeltrace is a trace format converter. It is able to read and write different trace
@ -85,6 +85,12 @@ make check
%{_mandir}/man1/*.1.gz
%changelog
* Fri Feb 28 2020 chengquan<chengquan3@huawei.com> - 1.5.6-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix bug in spell check
* Fri Sep 27 2019 chengquan<chengquan3@huawei.com> - 1.5.6-3
- Type:bugfix
- ID:NA