diff --git a/.build-0.7.6-1.fc23.log b/.build-0.7.6-1.fc23.log new file mode 100644 index 0000000..9072654 --- /dev/null +++ b/.build-0.7.6-1.fc23.log @@ -0,0 +1,7 @@ +error: Failed build dependencies: + help2man is needed by python-alembic-0.7.6-1.fc23.noarch + python-mock is needed by python-alembic-0.7.6-1.fc23.noarch + python3-mock is needed by python-alembic-0.7.6-1.fc23.noarch + python3-sqlalchemy >= 0.7.4 is needed by python-alembic-0.7.6-1.fc23.noarch + + diff --git a/python-alembic.spec b/python-alembic.spec index 9e2e57f..9598488 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -12,7 +12,7 @@ Name: python-alembic Version: 0.7.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -201,10 +201,13 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog -* Fri Jul 10 2015 Ralph Bean - 0.7.6-2 +* Fri Jul 10 2015 Ralph Bean - 0.7.6-3 - Disable tests until sqlalchemy-1.1 is out. There's a bug against MS sql DBs (likely won't affect us). +* Thu Jun 18 2015 Fedora Release Engineering - 0.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed May 06 2015 Ralph Bean - 0.7.6-1 - new version