0.6.4 upstream release

This commit is contained in:
Luke Macken 2010-09-07 15:16:28 -04:00
parent a3fefadeee
commit bcf5961109
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
SQLAlchemy-0.6.1.tar.gz SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-0.6.3.tar.gz /SQLAlchemy-0.6.3.tar.gz
/SQLAlchemy-0.6.4.tar.gz

View File

@ -10,7 +10,7 @@
%global srcname SQLAlchemy %global srcname SQLAlchemy
Name: python-sqlalchemy Name: python-sqlalchemy
Version: 0.6.3 Version: 0.6.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Modular and flexible ORM library for python Summary: Modular and flexible ORM library for python
@ -134,6 +134,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Tue Sep 07 2010 Luke Macken <lmacken@redhat.com> - 0.6.4-1
- 0.6.4 upstream release
* Mon Aug 23 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.3-1 * Mon Aug 23 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.3-1
- 0.6.3 upstream release - 0.6.3 upstream release

View File

@ -1 +1 @@
14953e2d511123eef2f5f9527f318f0a SQLAlchemy-0.6.3.tar.gz f1e553e73ca989c162ea039b55bd93f5 SQLAlchemy-0.6.4.tar.gz