From 16c95beb4f8d7882fd8397a9b58db0f05d764baa Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 29 Sep 2010 14:21:06 -0400 Subject: [PATCH] - 0.6.4 upstream release - Filter out the C extensions from provides --- .gitignore | 1 + python-sqlalchemy.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 129bb91..6d20d32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.6.3.tar.gz +/SQLAlchemy-0.6.4.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index efedc7d..1d125b5 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,7 +10,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.6.3 +Version: 0.6.4 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -64,6 +64,13 @@ domain. This package includes the python 3 version of the module. %endif # with_python3 +# Filter unnecessary dependencies +%{?filter_setup: +%filter_provides_in %{python_sitearch}.*\.so$ +%filter_provides_in %{python3_sitearch}.*\.so$ +%filter_setup +} + %prep %setup -q -n %{srcname}-%{version} %patch0 -p1 -b .order @@ -134,6 +141,10 @@ popd %endif # with_python3 %changelog +* Wed Sep 29 2010 Toshio Kuratomi - 0.6.4-1 +- 0.6.4 upstream release +- Filter out the C extensions from provides + * Mon Aug 23 2010 Toshio Kuratomi - 0.6.3-1 - 0.6.3 upstream release diff --git a/sources b/sources index d281b86..73eab0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14953e2d511123eef2f5f9527f318f0a SQLAlchemy-0.6.3.tar.gz +f1e553e73ca989c162ea039b55bd93f5 SQLAlchemy-0.6.4.tar.gz