diff --git a/.gitignore b/.gitignore index 621fadc..c421943 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kombu-3.0.24.tar.gz /kombu-3.0.26.tar.gz /kombu-3.0.28.tar.gz +/kombu-3.0.29.tar.gz diff --git a/python-kombu.spec b/python-kombu.spec index a1c32f5..ad6cfba 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -7,7 +7,7 @@ %global srcname kombu Name: python-%{srcname} -Version: 3.0.28 +Version: 3.0.29 Release: 1%{?dist} Epoch: 1 Summary: An AMQP Messaging Framework for Python @@ -136,6 +136,9 @@ chmod +x %{buildroot}/%{python3_sitelib}/kombu/tests/test_serialization.py %{python3_sitelib}/* %changelog +* Wed Oct 28 2015 Fabian Affolter - 1:3.0.29-1 +- Update to latest upstream version 3.0.29 (rhbz#1275450) + * Thu Oct 15 2015 Fabian Affolter - 1:3.0.28-1 - Update to latest upstream version 3.0.28 (rhbz#1270505) diff --git a/sources b/sources index ba1b947..94523c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f759683722ea54dfc09d7977ec08bdb kombu-3.0.28.tar.gz +892bf89ee247c0d16d2bdd63f1ddf4c5 kombu-3.0.29.tar.gz