[python-sqlalchemy: 1/2] - 0.6.4 upstream release - Filter out the C extensions from provides

Toshio くらとみ toshio at fedoraproject.org
Wed Sep 29 18:28:26 UTC 2010


commit 16c95beb4f8d7882fd8397a9b58db0f05d764baa
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Sep 29 14:21:06 2010 -0400

    - 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 <toshio at fedoraproject.org> - 0.6.4-1
+- 0.6.4 upstream release
+- Filter out the C extensions from provides
+
 * Mon Aug 23 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 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


More information about the scm-commits mailing list