Accepting request 81087 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/81087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=3
This commit is contained in:
Lars Vogdt 2011-09-12 21:08:24 +00:00 committed by Git OBS Bridge
commit c6d57254ea
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 6 13:25:54 UTC 2011 - saschpe@suse.de
- Add Provides/Obsoletes for python-cython
-------------------------------------------------------------------
Fri Sep 2 11:03:40 UTC 2011 - saschpe@suse.de

View File

@ -30,6 +30,8 @@ BuildRequires: python-devel
%if 0%{?suse_version}
%py_requires
%endif
Provides: python-cython = %{version}
Obsoletes: python-cython < %{version}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%description