[python-oslo-sphinx] latest upstream (2.0)

Pádraig Brady pbrady at fedoraproject.org
Fri Mar 7 13:00:41 UTC 2014


commit 8331135d171ac91c290ebc0537214249e8285374
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Mar 7 12:50:38 2014 +0000

    latest upstream (2.0)

 .gitignore              |    1 +
 python-oslo-sphinx.spec |   14 +++++++-------
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ff6775..d2c12ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /oslo.sphinx-1.0.tar.gz
+/oslosphinx-2.0.tar.gz
diff --git a/python-oslo-sphinx.spec b/python-oslo-sphinx.spec
index 9555332..21efa0e 100644
--- a/python-oslo-sphinx.spec
+++ b/python-oslo-sphinx.spec
@@ -1,8 +1,8 @@
-%global sname oslo.sphinx
+%global sname oslosphinx
 
 Name:       python-oslo-sphinx
-Version:    1.0
-Release:    4%{?dist}
+Version:    2.0
+Release:    1%{?dist}
 Summary:    OpenStack Sphinx Extensions
 
 Group:      Development/Languages
@@ -29,8 +29,6 @@ OpenStack.
 
 %prep
 %setup -q -n %{sname}-%{version}
-# Remove bundled egg-info
-rm -rf oslo_sphinx.egg-info
 
 %build
 %{__python} setup.py build
@@ -43,11 +41,13 @@ rm -fr doc/build/html/.buildinfo
 
 %files
 %doc LICENSE README.rst
-%{python_sitelib}/oslo
+%{python_sitelib}/%{sname}
 %{python_sitelib}/*.egg-info
-%{python_sitelib}/*-nspkg.pth
 
 %changelog
+* Fri Mar 07 2014 Pádraig Brady <pbrady at redhat.com> 2.0-1
+- Latest upstream
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b097759..812b5a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1db31018f62aa17ea8d4aa1ebe1952be  oslo.sphinx-1.0.tar.gz
+e18da999af42e844962fad7c12a7afab  oslosphinx-2.0.tar.gz


More information about the scm-commits mailing list