Hello community, here is the log from the commit of package python-pymongo for openSUSE:Factory checked in at 2013-04-06 09:17:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old) and /work/SRC/openSUSE:Factory/.python-pymongo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymongo", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes 2013-03-30 15:00:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes 2013-04-06 09:17:04.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 3 21:23:59 UTC 2013 - [email protected] + +- Set Exclusive arch for LittleEndian machines. mongodb is not + BigEndian compatible. + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python-pymongo/python3-pymongo.changes 2013-03-30 15:00:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python3-pymongo.changes 2013-04-06 09:17:04.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 3 21:24:48 UTC 2013 - [email protected] + +- Set Exclusive arch for LittleEndian machines. mongodb is not + BigEndian compatible. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymongo.spec ++++++ --- /var/tmp/diff_new_pack.btNALb/_old 2013-04-06 09:17:05.000000000 +0200 +++ /var/tmp/diff_new_pack.btNALb/_new 2013-04-06 09:17:05.000000000 +0200 @@ -32,6 +32,8 @@ %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 ++++++ python3-pymongo.spec ++++++ --- /var/tmp/diff_new_pack.btNALb/_old 2013-04-06 09:17:05.000000000 +0200 +++ /var/tmp/diff_new_pack.btNALb/_new 2013-04-06 09:17:05.000000000 +0200 @@ -34,6 +34,8 @@ %if %{?suse_version} <= 1140 %define python3_sitearch /usr/lib64/python3.1/site-packages %endif +#currently mongodb is available only for little-endian CPU +ExclusiveArch: %{ix86} x86_64 %description The PyMongo distribution contains tools for interacting with MongoDB -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
