Hello community, here is the log from the commit of package python-anyjson for openSUSE:Factory checked in at 2012-03-11 20:04:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-anyjson (Old) and /work/SRC/openSUSE:Factory/.python-anyjson.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anyjson", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-anyjson/python-anyjson.changes 2012-02-27 18:35:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-anyjson.new/python-anyjson.changes 2012-03-11 20:04:47.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Mar 10 16:58:20 UTC 2012 - [email protected] + +- Use upstream tarball +- Simplify macro usage +- Buildrequire python-distribute instead of setuptools + +------------------------------------------------------------------- Old: ---- anyjson-0.3.1.tar.bz2 New: ---- anyjson-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-anyjson.spec ++++++ --- /var/tmp/diff_new_pack.Wb0TXg/_old 2012-03-11 20:04:47.000000000 +0100 +++ /var/tmp/diff_new_pack.Wb0TXg/_new 2012-03-11 20:04:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-anyjson # -# 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,26 +14,24 @@ # 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-anyjson Version: 0.3.1 Release: 0 -Url: http://bitbucket.org/runeh/anyjson Summary: Wraps the best available JSON implementation available in a common interface License: BSD-3-Clause Group: Development/Languages/Python -Source: anyjson-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: http://bitbucket.org/runeh/anyjson +Source: anyjson-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-setuptools -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +BuildRequires: python-distribute +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%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 Anyjson loads whichever is the fastest JSON module installed and provides -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
