diff --git a/python-aioodbc.spec b/python-aioodbc.spec index e3695e8..792e4a7 100644 --- a/python-aioodbc.spec +++ b/python-aioodbc.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for accessing a ODBC databases from the asyncio License: ASL 2.0 @@ -40,5 +40,8 @@ Requires: python3-pyodbc %{python3_sitelib}/%{modname}/ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun Nov 27 2016 Igor Gnatenko - 0.0.3-1 - Initial package