diff --git a/.gitignore b/.gitignore index 9390c43..d34c586 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /python-glanceclient-0.9.0.tar.gz /python-glanceclient-0.10.0.tar.gz /python-glanceclient-0.12.0.tar.gz +/python-glanceclient-0.13.1.tar.gz diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch index adb3e6d..496c3a6 100644 --- a/0001-Remove-runtime-dependency-on-python-pbr.patch +++ b/0001-Remove-runtime-dependency-on-python-pbr.patch @@ -1,4 +1,4 @@ -From 46df2e4adf792dbda6e698a111ab671c7d29ab96 Mon Sep 17 00:00:00 2001 +From 1fd343610b0673f3d5d86a08a6e78a68b7068381 Mon Sep 17 00:00:00 2001 From: Jakub Ruzicka Date: Wed, 14 Aug 2013 16:07:03 +0200 Subject: [PATCH] Remove runtime dependency on python-pbr. @@ -8,10 +8,10 @@ Subject: [PATCH] Remove runtime dependency on python-pbr. 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/glanceclient/__init__.py b/glanceclient/__init__.py -index f59bd0b..2239f0b 100644 +index f967031..ca5ac5f 100644 --- a/glanceclient/__init__.py +++ b/glanceclient/__init__.py -@@ -23,11 +23,4 @@ except ImportError: +@@ -21,11 +21,4 @@ except ImportError: import warnings warnings.warn("Could not import glanceclient.client", ImportWarning) diff --git a/python-glanceclient.spec b/python-glanceclient.spec index 8e27651..1a4dfe5 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -1,7 +1,7 @@ Name: python-glanceclient Epoch: 1 -Version: 0.12.0 -Release: 2%{?dist} +Version: 0.13.1 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Glance Group: Development/Languages @@ -9,9 +9,6 @@ License: ASL 2.0 URL: http://github.com/openstack/python-glanceclient Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz -# -# patches_base=0.12.0 -# Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch BuildArch: noarch @@ -89,6 +86,9 @@ install -p -D -m 644 man/glance.1 %{buildroot}%{_mandir}/man1/glance.1 %changelog +* Thu Jul 31 2014 Jakub Ruzicka 1:0.13.1-1 +- Update to upstream 0.13.1 + * Sat Jun 07 2014 Fedora Release Engineering - 1:0.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index ad849da..1c6b125 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8eddc27a90121c3d2ca6f6141de30f0d python-glanceclient-0.12.0.tar.gz +8cffb3f4895d3c3cacc08c48a979a44c python-glanceclient-0.13.1.tar.gz