diff --git a/.gitignore b/.gitignore index 8f99e9c..a604ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.8.1.tar.gz /SQLAlchemy-0.8.2.tar.gz /SQLAlchemy-0.8.3.tar.gz +/SQLAlchemy-0.8.4.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index f631e8c..e65750a 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,7 +10,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.8.3 +Version: 0.8.4 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -127,6 +127,9 @@ popd %endif # with_python3 %changelog +* Mon Dec 09 2013 Nils Philippsen - 0.8.4-1 +- version 0.8.4, upstream bugfix release + * Tue Oct 29 2013 Nils Philippsen - 0.8.3-1 - version 0.8.3, upstream bugfix release diff --git a/sources b/sources index d3b4c4f..cb342a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48b344cf6948473ef2050a9e210114a0 SQLAlchemy-0.8.3.tar.gz +fd517e1bb4031cac1e3fa00108111b38 SQLAlchemy-0.8.4.tar.gz