diff --git a/python-click.spec b/python-click.spec index 1053669..dd1a76e 100644 --- a/python-click.spec +++ b/python-click.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple wrapper around optparse for powerful command line utilities License: BSD @@ -71,6 +71,9 @@ py.test-%{python3_version} tests --tb=long --verbose %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 6.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Jan 09 2017 Miro HronĨok - 6.7-2 - Fixed a copy-paste bug in %%python_provide (rhbz#1411169)