diff --git a/python-alembic.spec b/python-alembic.spec index bf3b548..f60da1a 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -6,7 +6,7 @@ Name: python-alembic Version: 0.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -190,6 +190,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Tue May 27 2014 Kalev Lember - 0.6.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Tue May 06 2014 Ralph Bean - 0.6.5-1 - Latest upstream.