[python-pika/f16] updated sources and spec file to patch logging issue in 0.9.5

icheishvili icheishvili at fedoraproject.org
Mon Feb 27 02:31:10 UTC 2012


commit e4c7cbf9a46c66937ea17e16719a9b4020c6865c
Author: Ilia Cheishvili <icheishvili at fedora.localdomain>
Date:   Sun Feb 26 19:31:04 2012 -0700

    updated sources and spec file to patch logging issue in 0.9.5

 .gitignore       |    1 +
 python-pika.spec |    9 +++++++--
 sources          |    1 +
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e37e35..74f7cd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /tonyg-pika-v0.9.3-0-gfaf4cc0.tar.gz
 /tonyg-pika-v0.9.4-52-gd1554ef.tar.gz
 /pika-pika-v0.9.5-0-g120fdea.tar.gz
+/blocking_connection.patch
diff --git a/python-pika.spec b/python-pika.spec
index 9b08bc4..6b132e9 100644
--- a/python-pika.spec
+++ b/python-pika.spec
@@ -1,8 +1,9 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %define short_name pika
 
 Name:           python-%{short_name}
 Version:        0.9.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        AMQP 0-9-1 client library for Python
 
 Group:          Development/Libraries
@@ -13,6 +14,7 @@ URL:            http://github.com/%{short_name}/%{short_name}
 # GitHub has layers of redirection and renames that make this a troublesome
 # URL to include directly.
 Source0:        %{short_name}-%{short_name}-v%{version}-0-g120fdea.tar.gz
+Patch0:         blocking_connection.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -28,7 +30,7 @@ library.
 
 %prep
 %setup -q -n %{short_name}-%{short_name}-120fdea
-
+%patch0 -p0
 
 
 %build
@@ -55,6 +57,9 @@ library.
 %doc examples
 
 %changelog
+* Tue Dec 13 2011 Daniel Aharon <dan at danielaharon.com> - 0.9.5-2
+- Patch pika/adapters/blocking_connection.py
+
 * Sun Apr 3 2011 Ilia Cheishvili <ilia.cheishvili at gmail.com> - 0.9.5-1
 - Upgrade to version 0.9.5
 
diff --git a/sources b/sources
index f23afe1..1a7acfd 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 98f71fee03249429a7fd5760ecfa922d  pika-pika-v0.9.5-0-g120fdea.tar.gz
+a0f1e1cbe8e214906df5dbac5c008378  blocking_connection.patch


More information about the scm-commits mailing list