[openstack-glance/f20] Updated to upstream 2013.2.b3

John Bresnahan buzztroll at fedoraproject.org
Tue Sep 10 03:20:42 UTC 2013


commit 325b035e086af3e8d6deecaf1318efa910b0d83f
Author: John Bresnahan <jbresnah at redhat.com>
Date:   Mon Sep 9 16:57:32 2013 -1000

    Updated to upstream 2013.2.b3

 .gitignore                                         |    1 +
 ...-Don-t-access-the-net-while-building-docs.patch |   12 ++++++------
 openstack-glance.spec                              |   11 +++++++----
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f273ffb..c870c65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /glance-2013.1.2.tar.gz
 /glance-2013.2.b1.tar.gz
 /glance-2013.2.b2.tar.gz
+/glance-2013.2.b3.tar.gz
diff --git a/0001-Don-t-access-the-net-while-building-docs.patch b/0001-Don-t-access-the-net-while-building-docs.patch
index 21564a2..6b5e52e 100644
--- a/0001-Don-t-access-the-net-while-building-docs.patch
+++ b/0001-Don-t-access-the-net-while-building-docs.patch
@@ -1,4 +1,4 @@
-From 25ea091172a0d36fb331e3d7a6547f4d49ded61c Mon Sep 17 00:00:00 2001
+From 13ff57ee9c58eb75bbc217d8efbe7e8576e212f9 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady at redhat.com>
 Date: Fri, 6 Jan 2012 17:12:54 +0000
 Subject: [PATCH] Don't access the net while building docs
@@ -8,11 +8,11 @@ Subject: [PATCH] Don't access the net while building docs
 Change-Id: I42c6e3a5062db209a0abe00cebc04d383c79cbcb
 (cherry picked from commit f2b4bb4e45afcc178200966193a7b87401c534d7)
 ---
- doc/source/conf.py |    1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ doc/source/conf.py | 1 -
+ 1 file changed, 1 deletion(-)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
-index f926b61..68b9973 100644
+index 04f4ebe..8ceeb43 100644
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
 @@ -44,7 +44,6 @@ sys.path = [
@@ -21,5 +21,5 @@ index f926b61..68b9973 100644
                'sphinx.ext.ifconfig',
 -              'sphinx.ext.intersphinx',
                'sphinx.ext.pngmath',
-               'sphinx.ext.graphviz']
- 
+               'sphinx.ext.graphviz',
+               'oslo.sphinx',
diff --git a/openstack-glance.spec b/openstack-glance.spec
index e2eb881..2b34c5e 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2013.2
-Release:          0.7.b2%{?dist}
+Release:          0.8.b3%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -13,7 +13,7 @@ Source3:          openstack-glance-scrubber.service
 Source4:          openstack-glance.logrotate
 
 #
-# patches_base=2013.2.b2
+# patches_base=2013.2.b3
 #
 Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
 
@@ -99,8 +99,8 @@ and delivery services for virtual disk images.
 This package contains documentation files for glance.
 
 %prep
-%setup -q -n glance-%{version}.b2
-sed -i 's/%{version}.b2/%{version}/' PKG-INFO
+%setup -q -n glance-%{version}.b3
+sed -i 's/%{version}.b3/%{version}/' PKG-INFO
 %patch0001 -p1
 
 # Remove bundled egg-info
@@ -279,6 +279,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Mon Sep  9 2013 John Bresnahan <jbresnah at redhat.com> 2013.2-0.8.b3
+- Update to version 2013.2.b3
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2013.2-0.7.b2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f21ac08..d8166d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9a7986cdfd0eea4777b10eb7044bba7  glance-2013.2.b2.tar.gz
+a2801214a1c119a196cc75a5cabe7978  glance-2013.2.b3.tar.gz


More information about the scm-commits mailing list