[python-oslo-messaging] latest upstream (1.4.0.0a3)

Pádraig Brady pbrady at fedoraproject.org
Wed Jul 9 11:14:26 UTC 2014


commit 91c9849dc570f476bfa76b0f69ced773607c655b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jul 9 11:54:12 2014 +0100

    latest upstream (1.4.0.0a3)

 .gitignore                                  |    1 +
 ensure-routing-key-specified-for-qpid.patch |   31 ---------------------------
 python-oslo-messaging.spec                  |   24 ++++++++++++--------
 sources                                     |    2 +-
 4 files changed, 16 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f15e9e2..9c3ba90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /oslo.messaging-1.3.0a7.tar.gz
 /oslo.messaging-1.3.0a9.tar.gz
 /oslo.messaging-1.3.0.2.tar.gz
+/oslo.messaging-1.4.0.0a3.tar.gz
diff --git a/python-oslo-messaging.spec b/python-oslo-messaging.spec
index 319701a..48541c7 100644
--- a/python-oslo-messaging.spec
+++ b/python-oslo-messaging.spec
@@ -1,26 +1,26 @@
 %global sname oslo.messaging
-%global milestone gf61a889
+%global milestone a3
 
 Name:       python-oslo-messaging
-Version:    1.3.0.2
-Release:    4%{?dist}
+Version:    1.4.0.0
+Release:    1%{?dist}
 Summary:    OpenStack common messaging library
 
 Group:      Development/Languages
 License:    ASL 2.0
 URL:        https://launchpad.net/oslo
-Source0:    http://tarballs.openstack.org/oslo.messaging/%{sname}-%{version}.tar.gz
-Patch0:     ensure-routing-key-specified-for-qpid.patch
+Source0:    http://tarballs.openstack.org/oslo.messaging/%{sname}-%{version}%{milestone}.tar.gz
 
 BuildArch:  noarch
 Requires:   python-setuptools
 Requires:   python-iso8601
-Requires:   python-oslo-config
+Requires:   python-oslo-config >= 1:1.2.1
 Requires:   python-six >= 1.6
 Requires:   python-stevedore
 Requires:   PyYAML
 Requires:   python-kombu
 Requires:   python-qpid
+Requires:   python-babel
 
 # FIXME: this dependency will go away soon
 Requires:   python-eventlet >= 0.13.0
@@ -49,17 +49,18 @@ BuildRequires: python-oslo-sphinx
 # Needed for autoindex which imports the code
 BuildRequires: python-iso8601
 BuildRequires: python-oslo-config
+BuildRequires: python-six
 BuildRequires: python-stevedore
+BuildRequires: PyYAML
+BuildRequires: python-babel
 
 %description doc
 Documentation for the oslo.messaging library.
 
 %prep
-%setup -q -n %{sname}-%{version}.%{milestone}
+%setup -q -n %{sname}-%{version}%{milestone}
 
-%patch0 -p1
-
-sed -i 's/\.\?%{milestone}//' PKG-INFO
+sed -i 's/%{version}\.\?%{milestone}/%{version}/' PKG-INFO
 
 # Remove bundled egg-info
 rm -rf %{sname}.egg-info
@@ -102,6 +103,9 @@ rm -fr doc/build/html/.buildinfo
 %doc doc/build/html LICENSE
 
 %changelog
+* Wed Jul 09 2014 Pádraig Brady <pbrady at redhat.com> - 1.4.0.0-1
+- Latest upstream
+
 * Tue Jun 10 2014 Pádraig Brady <pbrady at redhat.com> - 1.3.0.2-4
 - Fix message routing with newer QPID #1103800
 
diff --git a/sources b/sources
index 8027278..18f04e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4435b526c5dcfbf1057a0434faa4ac9  oslo.messaging-1.3.0.2.tar.gz
+556ef434e43b784a6aef0e0bf7e994f2  oslo.messaging-1.4.0.0a3.tar.gz


More information about the scm-commits mailing list