[mongodb] update mongodb to 2.0.4

Nathaniel McCallum npmccallum at fedoraproject.org
Tue Apr 17 15:15:47 UTC 2012


commit 5f387e86ecf161441206ac5d99660877cb32a665
Author: Nathaniel McCallum <nathaniel at themccallums.org>
Date:   Tue Apr 17 11:15:45 2012 -0400

    update mongodb to 2.0.4

 .gitignore                           |    1 +
 mongodb-enable-external-snappy.patch |    9 ---
 mongodb-fix-oldpython.patch          |   91 ----------------------------------
 mongodb.spec                         |   15 +++---
 sources                              |    1 +
 5 files changed, 9 insertions(+), 108 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2561c21..ce43cb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /mongodb-src-r1.8.0.tar.gz
 /mongodb-src-r1.8.2.tar.gz
 /mongodb-src-r2.0.2.tar.gz
+/mongodb-src-r2.0.4.tar.gz
diff --git a/mongodb.spec b/mongodb.spec
index c727538..02d4b20 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -4,8 +4,8 @@
 %global         daemon mongod
 
 Name:           mongodb
-Version:        2.0.2
-Release:        10%{?dist}
+Version:        2.0.4
+Release:        1%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -27,10 +27,6 @@ Patch2:         mongodb-fix-fork.patch
 Patch3:         mongodb-fix-pcre.patch
 # https://github.com/mongodb/mongo/pull/160
 Patch4:         mongodb-src-r2.0.2-js.patch
-# https://jira.mongodb.org/browse/SERVER-4591
-Patch5:         mongodb-fix-oldpython.patch
-# https://jira.mongodb.org/browse/SERVER-4634
-Patch6:         mongodb-enable-external-snappy.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -114,8 +110,6 @@ software, default configuration files, and init scripts.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 # spurious permissions
 chmod -x README
@@ -269,6 +263,11 @@ fi
 %{_includedir}/mongo
 
 %changelog
+* Tue Apr 17 2012 Nathaniel McCallum <nathaniel at natemccallum.com> - 2.0.4-1
+- Update to 2.0.4
+- Remove oldpython patch (fixed upstream)
+- Remove snappy patch (fixed upstream)
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-10
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 28ef68f..7abd4af 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 5dcf819249955a3e9cc61a341e45403a  mongodb-src-r2.0.2.tar.gz
+099bc701a3d190a040123c58958e8f67  mongodb-src-r2.0.4.tar.gz


More information about the scm-commits mailing list