[python-pymongo] Bump the obsoletes version

Andrew McNabb amcnabb at fedoraproject.org
Tue Jun 11 15:13:18 UTC 2013


commit ccb7de935e5035e69d185aac10d0c2289da45b7a
Author: Andrew McNabb <amcnabb at mcnabbs.org>
Date:   Tue Jun 11 09:13:07 2013 -0600

    Bump the obsoletes version

 python-pymongo.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pymongo.spec b/python-pymongo.spec
index 32154e6..72b4638 100644
--- a/python-pymongo.spec
+++ b/python-pymongo.spec
@@ -12,7 +12,7 @@
 
 Name:           python-pymongo
 Version:        2.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python driver for MongoDB
 
 Group:          Development/Languages
@@ -24,7 +24,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       python-bson = %{version}-%{release}
 
 Provides:       pymongo = %{version}-%{release}
-Obsoletes:      pymongo <= 2.1.1-3
+Obsoletes:      pymongo <= 2.1.1-4
 
 BuildRequires:  python2-devel
 BuildRequires:  python-nose
@@ -238,6 +238,9 @@ nosetests --exclude="$exclude"
 popd
 
 %changelog
+* Tue Jun 11 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5-5
+- Bump the obsoletes version
+
 * Wed Apr 24 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5-4
 - Fix the test running procedure
 


More information about the scm-commits mailing list