diff --git a/.gitignore b/.gitignore index f99c3b7..4906847 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.3.tar.gz /SQLAlchemy-1.0.4.tar.gz /SQLAlchemy-1.0.5.tar.gz +/SQLAlchemy-1.0.6.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index e012719..5bfc185 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,8 +12,8 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.5 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Mon Jun 29 2015 Nils Philippsen 1.0.6-1 +- version 1.0.6, upstream feature and bugfix release + * Thu Jun 18 2015 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index fbaa262..01bf107 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9e54eb24b148d065e42e0826523657a SQLAlchemy-1.0.5.tar.gz +a433793d8dea5d302553217d8dbbf3be SQLAlchemy-1.0.6.tar.gz