Hello community, here is the log from the commit of package python-amqplib for openSUSE:Factory checked in at 2012-03-11 20:04:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-amqplib (Old) and /work/SRC/openSUSE:Factory/.python-amqplib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-amqplib", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-amqplib/python-amqplib.changes 2012-02-14 13:10:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-amqplib.new/python-amqplib.changes 2012-03-11 20:04:42.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Mar 10 17:10:32 UTC 2012 - [email protected] + +- Use upstream URL +- Simplify macro usage + +------------------------------------------------------------------- Old: ---- amqplib-1.0.2.tar.bz2 New: ---- amqplib-1.0.2.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-amqplib.spec ++++++ --- /var/tmp/diff_new_pack.7JXV9d/_old 2012-03-11 20:04:42.000000000 +0100 +++ /var/tmp/diff_new_pack.7JXV9d/_new 2012-03-11 20:04:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-amqplib # -# 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-amqplib Version: 1.0.2 @@ -24,15 +23,14 @@ Summary: Client library for AMQP (Advanced Message Queuing Protocol) License: LGPL-2.1+ Group: Development/Languages/Python -Source: amqplib-%{version}.tar.bz2 +Source: http://pypi.python.org/packages/source/a/amqplib/amqplib-%{version}.tgz 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 Supports the 0-8 AMQP spec, and has been tested with RabbitMQ and Pythons 2.4, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
