[python-oslo-messaging] Final release 1.4.0

Alan Pevec apevec at fedoraproject.org
Sat Sep 20 23:25:47 UTC 2014


commit 9d4ca4c57aeaa9dd2fc159c49a37bc9cb5274107
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Sun Sep 21 01:22:16 2014 +0200

    Final release 1.4.0
    
    Note that 1.4.0.0 was used by mistake in pre-release builds in Version:
    so we keep it to avoid introducing Epoch:
    See http://lists.openstack.org/pipermail/openstack-dev/2014-September/046425.html

 .gitignore                 |    1 +
 python-oslo-messaging.spec |   11 ++++++-----
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d957e6..9653f45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /oslo.messaging-1.4.0.0a3.tar.gz
 /oslo.messaging-1.4.0.0a4.tar.gz
 /oslo.messaging-1.4.0.0a5.tar.gz
+/oslo.messaging-1.4.0.tar.gz
diff --git a/python-oslo-messaging.spec b/python-oslo-messaging.spec
index b7fb6be..837bc26 100644
--- a/python-oslo-messaging.spec
+++ b/python-oslo-messaging.spec
@@ -3,13 +3,13 @@
 
 Name:       python-oslo-messaging
 Version:    1.4.0.0
-Release:    3.%{milestone}%{?dist}
+Release:    4%{?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}%{milestone}.tar.gz
+Source0:    https://pypi.python.org/packages/source/o/%{sname}/%{sname}-1.4.0.tar.gz
 
 BuildArch:  noarch
 Requires:   python-setuptools
@@ -58,9 +58,7 @@ BuildRequires: python-babel
 Documentation for the oslo.messaging library.
 
 %prep
-%setup -q -n %{sname}-%{version}%{milestone}
-
-sed -i 's/%{version}\.\?%{milestone}/%{version}/' PKG-INFO
+%setup -q -n %{sname}-1.4.0
 
 # Remove bundled egg-info
 rm -rf %{sname}.egg-info
@@ -103,6 +101,9 @@ rm -fr doc/build/html/.buildinfo
 %doc doc/build/html LICENSE
 
 %changelog
+* Sun Sep 21 2014 Alan Pevec <apevec at redhat.com> - 1.4.0.0-4
+- Final release 1.4.0
+
 * Wed Sep 17 2014 Alan Pevec <apevec at redhat.com> - 1.4.0.0-3.a5
 - Latest upstream
 
diff --git a/sources b/sources
index 8710e80..9ca9b43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e851605f0e94e5b040b76fb61a0e4a7a  oslo.messaging-1.4.0.0a5.tar.gz
+690cb3a0686172b0a9d0eef449ada964  oslo.messaging-1.4.0.tar.gz


More information about the scm-commits mailing list