Hello community,

here is the log from the commit of package python-mox for openSUSE:Factory 
checked in at 2012-03-13 09:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mox (Old)
 and      /work/SRC/openSUSE:Factory/.python-mox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mox", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mox/python-mox.changes    2012-02-14 
13:11:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-mox.new/python-mox.changes       
2012-03-13 09:38:48.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 21:50:54 UTC 2012 - sasc...@gmx.de
+
+- Use upstream tarball
+
+-------------------------------------------------------------------

Old:
----
  mox-0.5.3.tar.bz2

New:
----
  mox-0.5.3.tar.gz

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

Other differences:
------------------
++++++ python-mox.spec ++++++
--- /var/tmp/diff_new_pack.VU7BAl/_old  2012-03-13 09:38:49.000000000 +0100
+++ /var/tmp/diff_new_pack.VU7BAl/_new  2012-03-13 09:38:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mox
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 
 Name:           python-mox
 Version:        0.5.3
@@ -24,15 +23,14 @@
 Summary:        Mock object framework
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Source:         mox-%{version}.tar.bz2
+Source:         
http://pypi.python.org/packages/source/m/mox/mox-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
 Mox is a mock object framework for Python based on the

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to