diff --git a/.gitignore b/.gitignore index 31ad836..1da6e0a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kombu-2.5.7.tar.gz /kombu-2.5.8.tar.gz /kombu-2.5.10.tar.gz +/kombu-2.5.12.tar.gz diff --git a/python-kombu.spec b/python-kombu.spec index 140fa9c..116cd8f 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -7,8 +7,8 @@ %global srcname kombu Name: python-%{srcname} -Version: 2.5.10 -Release: 2%{?dist} +Version: 2.5.12 +Release: 1%{?dist} Summary: AMQP Messaging Framework for Python Group: Development/Languages @@ -86,7 +86,6 @@ This subpackage is for python3 cp -a . %{py3dir} %endif - %build %{__python} setup.py build @@ -97,7 +96,6 @@ pushd %{py3dir} popd %endif # with_python3 - %install %{__python} setup.py install --skip-build --root %{buildroot} @@ -107,7 +105,6 @@ pushd %{py3dir} popd %endif # with_python3 - # Documentation in docs folder is not useful without doing a make # Seems to have a circular dependency. Not building for now #cd docs && make html @@ -136,8 +133,10 @@ popd %{python3_sitelib}/* %endif # with_python3 - %changelog +* Sat Jun 29 2013 Fabian Affolter - 2.5.12-1 +- Updated to latest upstream version 2.5.12 + * Mon Jun 24 2013 Rahul Sundaram - 2.5.10-2 - add requires on python-amqp/python3-amqp. resolves rhbz#974684 - fix rpmlint warnings about macro in comments diff --git a/sources b/sources index 2ec01ce..be2ca42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc9845f65774b82f62e97203a2eee18a kombu-2.5.10.tar.gz +609ca6c0bfad41b71122d9d729d4c72e kombu-2.5.12.tar.gz