diff --git a/python-pymongo.changes b/python-pymongo.changes index 5075ca6..f38303d 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -2,8 +2,12 @@ Tue Feb 28 08:54:00 UTC 2012 - saschpe@suse.de - Update to version 2.1.1 + * See https://jira.mongodb.org/browse/PYTHON/fixforversion/11081 + for details +- Require mongodb ------------------------------------------------------------------- +>>>>>>> ./python-pymongo.changes.r1 Sat Mar 26 00:03:48 UTC 2011 - alexandre@exatati.com.br - Initial package (1.9) for openSUSE. diff --git a/python-pymongo.spec b/python-pymongo.spec index 93c258a..56aa794 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -23,11 +23,12 @@ Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB License: Apache-2.0 Group: Development/Languages/Python -Source: pymongo-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute #BuildRequires: python-nose +Requires: mongodb %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif @@ -48,7 +49,7 @@ CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%check +#%%check #python setup.py test %files