diff --git a/python-alembic.spec b/python-alembic.spec index ee3be10..01f4bde 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -12,7 +12,7 @@ Name: python-alembic Version: 0.8.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -203,6 +203,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Mon Dec 19 2016 Miro HronĨok - 0.8.8-2 +- Rebuild for Python 3.6 + * Sat Sep 17 2016 Kevin Fenzi - 0.8.8-1 - Update to 0.8.8. Fixes bug #1376235