diff --git a/.cvsignore b/.cvsignore index e7d067a..5bce597 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQLAlchemy-0.2.7.tar.gz +SQLAlchemy-0.3.1.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 0509926..1fb540d 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -16,7 +16,8 @@ Source0: http://download.sourceforge.net/sqlalchemy/%{srcname}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python python-setuptools +BuildRequires: python +BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} %description @@ -76,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 +- Update to new upstream version 0.3.1 + * Sat Sep 16 2006 Shahms E. King 0.2.7-2 - Rebuild for FC6 diff --git a/sources b/sources index 37272d8..9a4ac5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz +cb5e17096ed50389687c62bad8c5a67a SQLAlchemy-0.3.1.tar.gz