[python-pika] updated pika to version 0.9.4

icheishvili icheishvili at fedoraproject.org
Mon Mar 7 03:13:15 UTC 2011


commit d643d6f2cd2ed406f2dd95e411344cb9eb10a7d3
Author: Ilia Cheishvili <ilia.cheishvili at gmail.com>
Date:   Sun Mar 6 20:13:08 2011 -0700

    updated pika to version 0.9.4

 .gitignore       |    1 +
 python-pika.spec |   14 +++++++-------
 sources          |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a00a06..a0f30e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tonyg-pika-v0.5.2-0-gba01f9e.tar.gz
 /python-pika-0.9.3-1.fc14.src.rpm
 /tonyg-pika-v0.9.3-0-gfaf4cc0.tar.gz
+/tonyg-pika-v0.9.4-52-gd1554ef.tar.gz
diff --git a/python-pika.spec b/python-pika.spec
index b3a8401..83e284b 100644
--- a/python-pika.spec
+++ b/python-pika.spec
@@ -1,7 +1,7 @@
 %define short_name pika
 
 Name:           python-%{short_name}
-Version:        0.9.3
+Version:        0.9.4
 Release:        1%{?dist}
 Summary:        AMQP 0-9-1 client library for Python
 
@@ -12,7 +12,7 @@ URL:            http://github.com/tonyg/pika
 # http://github.com/tonyg/pika/tarball/v%{version}
 # GitHub has layers of redirection and renames that make this a troublesome
 # URL to include directly.
-Source0:        tonyg-%{short_name}-v%{version}-0-gfaf4cc0.tar.gz
+Source0:        tonyg-%{short_name}-v%{version}-52-gd1554ef.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -27,7 +27,8 @@ library.
 
 
 %prep
-%setup -q -n tonyg-%{short_name}-faf4cc0
+%setup -q -n tonyg-%{short_name}-d1554ef
+
 
 
 %build
@@ -51,16 +52,15 @@ library.
 %doc LICENSE-MPL-Pika
 %doc README.md
 %doc THANKS
-%doc TODO
 %doc examples
 
 %changelog
+* Sun Mar 6 2011 Ilia Cheishvili <ilia.cheishvili at gmail.com> - 0.9.4-1
+- Upgrade to version 0.9.4
+
 * Sat Feb 19 2011 Ilia Cheishvili <ilia.cheishvili at gmail.com> - 0.9.3-1
 - Upgrade to version 0.9.3
 
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
 * Sat Oct 2 2010 Ilia Cheishvili <ilia.cheishvili at gmail.com> - 0.5.2-1
 - Initial Package
 
diff --git a/sources b/sources
index 19dfd98..67db452 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d30e663cc7b9c2a08801b198d10b1b3  tonyg-pika-v0.9.3-0-gfaf4cc0.tar.gz
+3783e250b6718dd8bf29932202cacb4b  tonyg-pika-v0.9.4-52-gd1554ef.tar.gz


More information about the scm-commits mailing list