From 26eca206c05342f039de1590a896253dedea7e29 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Jan 08 2014 10:51:38 +0000 Subject: revert to 2.5.x series, introduce epoch --- diff --git a/.gitignore b/.gitignore index a7d46f2..cea259b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kombu-3.0.2.tar.gz /kombu-3.0.3.tar.gz /kombu-3.0.4.tar.gz +/kombu-2.5.16.tar.gz diff --git a/python-kombu.spec b/python-kombu.spec index 5533102..c8c4d32 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} @@ -7,8 +7,9 @@ %global srcname kombu Name: python-%{srcname} -Version: 3.0.4 +Version: 2.5.16 Release: 1%{?dist} +Epoch: 1 Summary: AMQP Messaging Framework for Python Group: Development/Languages @@ -143,6 +144,9 @@ popd %endif # with_python3 %changelog +* Wed Jan 08 2014 Matthias Runge - 1:2.5.16 -1 +- revert to version 2.5.16, introduce epoch (related rhbz #102826) + * Sat Nov 16 2013 Fabian Affolter - 3.0.4-1 - Updated to latest upstream version 3.0.4 (rhbz#1024916) diff --git a/sources b/sources index 1ba437b..6642dd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -582d0fffc0f4bc36b28508d6d7881f38 kombu-3.0.4.tar.gz +e6a883288a962be7c64af5e1806a0f9e kombu-2.5.16.tar.gz