Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2013-08-13 13:23:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymongo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymongo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes    
2013-06-05 19:33:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes       
2013-08-13 13:23:29.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Aug  8 14:47:50 UTC 2013 - [email protected]
+
+- on bigendian platforms we don't build native exentions, so
+  package to python_sitelib instead of python_sitearch on those
+  platforms
+
+-------------------------------------------------------------------
+Thu Aug  8 14:38:01 UTC 2013 - [email protected]
+
+- Drop ExclusiveArch, mongodb is only a Suggets which is plain documentation.
+  Nobody says that a PPC machine with the Python bindings can't talk to an
+  x86_64 machine hosting mongodb.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymongo.spec ++++++
--- /var/tmp/diff_new_pack.HzmPzt/_old  2013-08-13 13:23:30.000000000 +0200
+++ /var/tmp/diff_new_pack.HzmPzt/_new  2013-08-13 13:23:30.000000000 +0200
@@ -32,8 +32,6 @@
 %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
-#currently mongodb is available only for little-endian CPU
-ExclusiveArch:  %{ix86} x86_64
 
 %description
 The PyMongo distribution contains tools for interacting with MongoDB
@@ -57,6 +55,10 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
+%ifarch %{ix86} x86_64 %{arm}
 %{python_sitearch}/*
+%else
+%{python_sitelib}/*
+%endif
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to