[python-pymongo] Bump the obsoletes version for pymongo-gridfs

Andrew McNabb amcnabb at fedoraproject.org
Thu Jun 13 16:45:47 UTC 2013


commit 1d4b32a7a26c1c90a693841787d42720841792e9
Author: Andrew McNabb <amcnabb at mcnabbs.org>
Date:   Thu Jun 13 10:45:35 2013 -0600

    Bump the obsoletes version for pymongo-gridfs

 python-pymongo.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pymongo.spec b/python-pymongo.spec
index 3982996..3edfea9 100644
--- a/python-pymongo.spec
+++ b/python-pymongo.spec
@@ -12,7 +12,7 @@
 
 Name:           python-pymongo
 Version:        2.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python driver for MongoDB
 
 Group:          Development/Languages
@@ -58,7 +58,7 @@ Summary:        Python GridFS driver for MongoDB
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Provides:       pymongo-gridfs = %{version}-%{release}
-Obsoletes:      pymongo-gridfs <= 2.1.1-3
+Obsoletes:      pymongo-gridfs <= 2.1.1-4
 
 %description gridfs
 GridFS is a storage specification for large objects in MongoDB.
@@ -240,6 +240,9 @@ nosetests --exclude="$exclude"
 popd
 
 %changelog
+* Thu Jun 13 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5.2-2
+- Bump the obsoletes version for pymongo-gridfs
+
 * Wed Jun 12 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5.2-1
 - Update to pymongo 2.5.2
 


More information about the scm-commits mailing list