diff --git a/.gitignore b/.gitignore index eb11f48..72ab9be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /alembic-0.3.4.tar.gz /alembic-0.4.2.tar.gz /alembic-0.5.0.tar.gz +/alembic-0.6.2.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index b5c495f..7cd5eb8 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -5,8 +5,8 @@ %global modname alembic Name: python-alembic -Version: 0.5.0 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -193,6 +193,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Tue Jan 28 2014 Ralph Bean - 0.6.2-1 +- Latest upstream. + * Mon Jul 29 2013 Ralph Bean - 0.5.0-2 - Add forgotten dependency on python-setuptools. https://bugzilla.redhat.com/show_bug.cgi?id=989016 diff --git a/sources b/sources index f299cd4..b98a21e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e22d10fd885473eccc9c8c75238e97ce alembic-0.5.0.tar.gz +7cc7ffe6ade6fe7daa5bcab3d5dc8013 alembic-0.6.2.tar.gz