- 0.6.4 upstream release

- Filter out the C extensions from provides
This commit is contained in:
Toshio Kuratomi 2010-09-29 14:21:06 -04:00
parent a3fefadeee
commit 16c95beb4f
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-0.6.3.tar.gz
/SQLAlchemy-0.6.4.tar.gz

View File

@ -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@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@fedoraproject.org> - 0.6.3-1
- 0.6.3 upstream release

View File

@ -1 +1 @@
14953e2d511123eef2f5f9527f318f0a SQLAlchemy-0.6.3.tar.gz
f1e553e73ca989c162ea039b55bd93f5 SQLAlchemy-0.6.4.tar.gz