[python-shove] Update to 0.2.5 (#681829)

Luke Macken lmacken at fedoraproject.org
Thu Jun 16 20:14:12 UTC 2011


commit 1b907ce623857acd116b93530ff03d13027c0e81
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Jun 16 16:14:00 2011 -0400

    Update to 0.2.5 (#681829)

 .gitignore               |    1 +
 python-shove-setup.patch |   32 --------------------------------
 python-shove.spec        |    8 ++++----
 sources                  |    2 +-
 4 files changed, 6 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1864e47..01ff63c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 shove-0.2.1.tar.bz2
 /shove-0.2.2.tar.bz2
+/shove-0.2.5.tar.bz2
diff --git a/python-shove.spec b/python-shove.spec
index 9675120..30fd8a5 100644
--- a/python-shove.spec
+++ b/python-shove.spec
@@ -3,7 +3,7 @@
 %define module  shove
 
 Name:           python-shove
-Version:        0.2.2
+Version:        0.2.5
 Release:        1%{?dist}
 Summary:        Common object storage frontend
 
@@ -14,8 +14,6 @@ Source0:        http://pypi.python.org/packages/source/s/%{module}/%{module}-%{v
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Patch0:         %{name}-setup.patch
-
 BuildRequires:  python-devel python-setuptools-devel
 Requires:       python-boto
 Requires:       python-sqlalchemy
@@ -57,7 +55,6 @@ Currently supported caching backends are:
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -b .setup
 
 
 %build
@@ -80,6 +77,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jun 16 2011 Luke Macken <lmacken at redhat.com> - 0.2.5-1
+- Update to 0.2.5 (#681829)
+
 * Tue Mar 01 2011 Luke Macken <lmacken at redhat.com> - 0.2.2-1
 - Update to 0.2.2
 - Update our setup.py patch
diff --git a/sources b/sources
index fcb1205..e59348d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce52f4951dfad87f3d1848577d9d78ff  shove-0.2.2.tar.bz2
+1e36d9030072ac095913e72a8ef8f6f6  shove-0.2.5.tar.bz2


More information about the scm-commits mailing list