diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 413fce7..ae3c4f7 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -3,7 +3,7 @@ Name: python-argcomplete Summary: Bash tab completion for argparse Version: 1.12.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %pypi_source argcomplete @@ -75,6 +75,9 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p %{_sysconfdir}/bash_completion.d/python-argcomplete %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 24 2020 Miro HronĨok - 1.12.0-1 - Update to 1.12.0 - Fixes rhbz#1856103