From 529410443b579de851b5c97ff54ed952e21d2596 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 30 Jan 2012 17:43:23 +0100 Subject: [PATCH] Upstream bugfix release --- .gitignore | 1 + python-sqlalchemy.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4465b07..024a3e7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.7.1.tar.gz /SQLAlchemy-0.7.2.tar.gz /SQLAlchemy-0.7.3.tar.gz +/SQLAlchemy-0.7.5.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index a23ef90..9339afd 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,8 +10,8 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.7.3 -Release: 2%{?dist} +Version: 0.7.5 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -131,6 +131,9 @@ popd %endif # with_python3 %changelog +* Mon Jan 30 2012 Nils Philippsen - 0.7.5-1 +- Upstream bugfix release + * Tue Jan 10 2012 Nils Philippsen - 0.7.3-2 - rebuild for gcc 4.7 diff --git a/sources b/sources index 43604ea..ce0e10b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0280527f7a80775a770cb3e4bdadaf6f SQLAlchemy-0.7.3.tar.gz +5bce21d5dcf055addf564442698e58e5 SQLAlchemy-0.7.5.tar.gz