From 5e3f83032edab79ac958ea9507b052d19d215bd1f18e7a11a5ddb4745cfc1101 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 5 Sep 2011 14:38:13 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-Cython revision 2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=75cd188b47d43d249edc3a54e5fba757 From f1770ec71282763513f311d181e4a075e1da83639f0c5a194e8aeb49757cc0fa Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 6 Sep 2011 13:29:33 +0000 Subject: [PATCH 2/2] - Add Provides/Obsoletes for python-cython OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=4 --- python-Cython.changes | 5 +++++ python-Cython.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-Cython.changes b/python-Cython.changes index 519299c..3168224 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -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 diff --git a/python-Cython.spec b/python-Cython.spec index d9a5a7d..78f199a 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -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