[python-sqlalchemy] Upstream bugfix release

Nils Philippsen nphilipp at fedoraproject.org
Mon Jan 30 16:43:36 UTC 2012


commit 529410443b579de851b5c97ff54ed952e21d2596
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Jan 30 17:43:23 2012 +0100

    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 <nils at redhat.com> - 0.7.5-1
+- Upstream bugfix release
+
 * Tue Jan 10 2012 Nils Philippsen <nils at redhat.com> - 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


More information about the scm-commits mailing list