diff --git a/python-aiofiles.spec b/python-aiofiles.spec index fdef065..283f014 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.3.0 # https://github.com/Tinche/aiofiles/issues/12 %global tagver 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: File support for asyncio License: ASL 2.0 @@ -48,5 +48,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %{python3_sitelib}/%{modname}/ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun Jan 01 2017 Igor Gnatenko - 0.3.0-1 - Initial package