diff --git a/.gitignore b/.gitignore index 6573ab1..dc6682f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /alembic-0.3.4.tar.gz +/alembic-0.4.2.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index a6aeb11..f83fa38 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -5,8 +5,8 @@ %global modname alembic Name: python-alembic -Version: 0.3.4 -Release: 10%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -189,6 +189,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Thu Mar 14 2013 Pádraig Brady - 0.4.2-1 +- Update to 0.4.2 + * Fri Feb 22 2013 Ralph Bean - 0.3.4-10 - Rebuilt again for good measure. - Disabled python3 tests.. they started failing in rawhide. diff --git a/sources b/sources index bf4346f..26561ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b5b13025c9c8a4e4c9d2efb61b21959 alembic-0.3.4.tar.gz +c64b9e8928e13df0b68fb6207ba45675 alembic-0.4.2.tar.gz