[python-oslo-config] Final 1.4.0 release

Alan Pevec apevec at fedoraproject.org
Sat Sep 20 13:19:01 UTC 2014


commit 76111738b214694ca85432f0a3e1a5c7ac355115
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Sat Sep 20 15:13:44 2014 +0200

    Final 1.4.0 release
    
    Epoch bumped to make 1.4.0 win over 1.4.0.0, used by mistake in pre-release builds.
    Other option was to keep 1.4.0.0 in Version, like Debian:
    http://lists.openstack.org/pipermail/openstack-dev/2014-September/046425.html
    but we already had an Epoch so no big deal to bump it.

 .gitignore              |    1 +
 python-oslo-config.spec |   19 ++++++++++---------
 sources                 |    2 +-
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89674c6..1f62019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /oslo.config-1.2.1.tar.gz
 /oslo.config-1.4.0.0a3.tar.gz
 /oslo.config-1.4.0.0a5.tar.gz
+/oslo.config-1.4.0.tar.gz
diff --git a/python-oslo-config.spec b/python-oslo-config.spec
index 8efa667..84c5fe4 100644
--- a/python-oslo-config.spec
+++ b/python-oslo-config.spec
@@ -6,19 +6,19 @@
 %endif
 
 Name:       python-oslo-config
-Epoch:      1
-Version:    1.4.0.0
-Release:    0.4.%{milestone}%{?dist}
+Epoch:      2
+Version:    1.4.0
+Release:    1%{?dist}
 Summary:    OpenStack common configuration library
 
 Group:      Development/Languages
 License:    ASL 2.0
 URL:        https://launchpad.net/oslo
-#Source0:    https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
-Source0:    http://tarballs.openstack.org/oslo.config/%{sname}-%{version}%{milestone}.tar.gz
+Source0:    https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+#Source0:    http://tarballs.openstack.org/oslo.config/%{sname}-%{version}%{milestone}.tar.gz
 
 #
-# patches_base=1.4.0.0a5
+# patches_base=1.4.0
 #
 Patch0001: 0001-add-usr-share-project-dist.conf-to-the-default-confi.patch
 
@@ -73,12 +73,10 @@ parsing library from the Oslo project.
 %endif
 
 %prep
-%setup -q -n %{sname}-%{version}%{milestone}
+%setup -q -n %{sname}-%{version}
 
 %patch0001 -p1
 
-sed -i 's/%{version}%{milestone}/%{version}/' PKG-INFO
-
 # Remove bundled egg-info
 rm -rf %{sname}.egg-info
 # let RPM handle deps
@@ -146,6 +144,9 @@ rm -fr doc/build/html/.buildinfo
 %endif
 
 %changelog
+* Sat Sep 20 2014 Alan Pevec <apevec at redhat.com> - 2:1.4.0
+- Final 1.4.0 release, Epoch bumped to make 1.4.0 win over 1.4.0.0
+
 * Wed Sep 17 2014 Alan Pevec <apevec at redhat.com> - 1:1.4.0.0-0.4.a5
 - Update to 1.4.0.0a5 milestone
 
diff --git a/sources b/sources
index 1e62daf..699e8e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c92df74889c02771b2454ba2b66d7467  oslo.config-1.4.0.0a5.tar.gz
+55bc1515401b92252685c94d556a7257  oslo.config-1.4.0.tar.gz


More information about the scm-commits mailing list