diff --git a/.gitignore b/.gitignore index 7d278a1..8a8e219 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.1.tar.gz /SQLAlchemy-1.0.2.tar.gz /SQLAlchemy-1.0.3.tar.gz +/SQLAlchemy-1.0.4.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index fc6f154..087b43e 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Fri May 08 2015 Nils Philippsen 1.0.4-1 +- version 1.0.4, upstream bugfix release + * Sat May 02 2015 Kevin Fenzi 1.0.3-1 - Update to 1.0.3. Fixes bug #1217761 diff --git a/sources b/sources index b6afa3f..4dcf826 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35abc709164cbf8a37e4a39fafe9207b SQLAlchemy-1.0.3.tar.gz +ad1a8a2064dd9c8e76d5692a8eb4e864 SQLAlchemy-1.0.4.tar.gz