From 2c824caa80adddb531d9f1ae9630e2b7ffc21d13 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Aug 15 2007 22:57:24 +0000 Subject: - Remove python-abi Requires. This is automatic since FC4+. --- diff --git a/.cvsignore b/.cvsignore index 1dab8fc..709edad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQLAlchemy-0.3.6.tar.gz +SQLAlchemy-0.3.10.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 15c87be..75f4f4f 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.3.6 -Release: 1%{?dist} +Version: 0.3.10 +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -18,7 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools >= 0.6c3 -Requires: python-abi = %{pyver} %description SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, @@ -54,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/sqlalchemy/ %changelog +* Tue Jul 24 2007 Toshio Kuratomi - 0.3.10-2 +- Remove python-abi Requires. This is automatic since FC4+. + +* Tue Jul 24 2007 Toshio Kuratomi - 0.3.10-1 +- Update to new upstream version 0.3.10 + * Fri Mar 23 2007 Toshio Kuratomi - 0.3.6-1 - Update to new upstream version 0.3.6 diff --git a/sources b/sources index ecb845d..cc92cfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06cd60950d8f97f9466a323d3fae5cb5 SQLAlchemy-0.3.6.tar.gz +1e91e7430b7ec64d5f5ff51e5a9ddf58 SQLAlchemy-0.3.10.tar.gz