[python-qpid] Rebased to sync with upstream's official 0.14 release

Nuno Santos nsantos at fedoraproject.org
Fri Feb 17 21:02:23 UTC 2012


commit 7bfe1d9b71c4cc6e6606b071ca0d2660be1e6893
Author: Nuno Santos <nsantos at redhat.com>
Date:   Fri Feb 17 16:02:19 2012 -0500

    Rebased to sync with upstream's official 0.14 release

 .gitignore       |    1 +
 python-qpid.spec |   12 +++++-------
 sources          |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11fe15a..456f082 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ python-qpid-0.7.946106.tar.gz
 /qpid-extras-0.8.tar.gz
 /qpid-python-0.10.tar.gz
 /qpid-python-0.12.tar.gz
+/qpid-python-0.14.tar.gz
diff --git a/python-qpid.spec b/python-qpid.spec
index 9e1c10a..c28ff0f 100644
--- a/python-qpid.spec
+++ b/python-qpid.spec
@@ -2,17 +2,14 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:           python-qpid
-Version:        0.12
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        Python client library for AMQP
 
 Group:          Development/Python
 License:        ASL 2.0
 URL:            http://qpid.apache.org
 Source0:        qpid-python-%{version}.tar.gz
-# http://archive.apache.org/dist/qpid/0.8/qpid-python-0.8.tar.gz
-#Source1:        qpid-extras-%{version}.tar.gz
-
 Patch0:         fedora.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -24,10 +21,8 @@ BuildRequires:  python-devel
 The Apache Qpid Python client library for AMQP.
 
 %prep
-#%setup -q -D -b 1 -n qpid-%{version}/extras
 %setup -q -n qpid-%{version}/python
 cd ..
-#%patch0 -p0
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -51,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Feb 17 2012 Nuno Santos <nsantos at redhat.com> - 0.14-1
+- Rebased to sync with upstream's official 0.14 release
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f423eab..f50498f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-392a25e68672bdbc2e6b40b6eaa976cc  qpid-python-0.12.tar.gz
+3edc085281224b72d428271bd71ea26e  qpid-python-0.14.tar.gz


More information about the scm-commits mailing list