From 2ac99956595c9f8f259400d490e0eb55a0164736 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 20 Mar 2012 14:50:19 +0100 Subject: [PATCH] Upstream bugfix release --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 024a3e7..afaf0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.7.2.tar.gz /SQLAlchemy-0.7.3.tar.gz /SQLAlchemy-0.7.5.tar.gz +/SQLAlchemy-0.7.6.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 1005b9f..2045516 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,7 +10,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.7.5 +Version: 0.7.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -131,6 +131,9 @@ popd %endif # with_python3 %changelog +* Tue Mar 20 2012 Nils Philippsen - 0.7.6-1 +- Upstream bugfix release + * Mon Jan 30 2012 Nils Philippsen - 0.7.5-1 - Upstream bugfix release - package README.rst instead of README as documentation diff --git a/sources b/sources index ce0e10b..1236c21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bce21d5dcf055addf564442698e58e5 SQLAlchemy-0.7.5.tar.gz +6383cade61ecff1a236708fae066447a SQLAlchemy-0.7.6.tar.gz