From 018c0e64838807f5d5f5ba4acabb843fd02e6354 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 24 Jun 2010 14:32:29 +0000 Subject: [PATCH] 0.6.1 upstream release --- .cvsignore | 2 +- python-sqlalchemy.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2202193..7c05d5c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQLAlchemy-0.6beta3.tar.gz +SQLAlchemy-0.6.1.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 74de151..cd0a066 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,14 +10,14 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.6 -Release: 0.3.beta3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries License: MIT URL: http://www.sqlalchemy.org/ -Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}beta3.tar.gz +Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python2-devel @@ -64,7 +64,7 @@ This package includes the python 3 version of the module. %endif # with_python3 %prep -%setup -q -n %{srcname}-%{version}beta3 +%setup -q -n %{srcname}-%{version} sed -i 's/\r//' examples/dynamic_dict/dynamic_dict.py @@ -133,6 +133,9 @@ popd %endif # with_python3 %changelog +* Thu Jun 24 2010 Nils Philippsen - 0.6.1-1 +- 0.6.1 upstream release + * Tue Apr 13 2010 Toshio Kuratomi - 0.6-0.4.beta3 - Build beta3 diff --git a/sources b/sources index fd5bb52..4031b6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1556518d889521ab0bd9a8c36bb7489e SQLAlchemy-0.6beta3.tar.gz +3a3278f88aba9d39c6b8ac86a85e1ed5 SQLAlchemy-0.6.1.tar.gz