[mongodb] update to 2.0.7

Nathaniel McCallum npmccallum at fedoraproject.org
Thu Aug 23 16:15:11 UTC 2012


commit a9cbdd56829af217a5311a6c643575006a55937c
Author: Nathaniel McCallum <nathaniel at themccallums.org>
Date:   Thu Aug 23 12:15:01 2012 -0400

    update to 2.0.7

 .gitignore   |    1 +
 mongodb.spec |   13 +++++++++++--
 sources      |    1 +
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bcce61..f668e78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /mongodb-src-r2.0.2.tar.gz
 /mongodb-src-r2.0.4.tar.gz
 /mongodb-src-r2.0.6.tar.gz
+/mongodb-src-r2.0.7.tar.gz
diff --git a/mongodb.spec b/mongodb.spec
index 92d4233..d74afeb 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -1,8 +1,8 @@
 %global         daemon mongod
 
 Name:           mongodb
-Version:        2.0.6
-Release:        3%{?dist}
+Version:        2.0.7
+Release:        1%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -26,8 +26,11 @@ Patch3:         mongodb-fix-pcre.patch
 Patch4:         mongodb-src-r2.0.2-js.patch
 # https://jira.mongodb.org/browse/SERVER-6686
 Patch5:         mongodb-fix-xtime.patch
+%if 0%{?el6} == 0
 # https://jira.mongodb.org/browse/SERVER-4314
 Patch6:         mongodb-boost-filesystem3.patch
+%endif
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -112,7 +115,9 @@ software, default configuration files, and init scripts.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%if 0%{?el6} == 0
 %patch6 -p1
+%endif
 
 # spurious permissions
 chmod -x README
@@ -262,6 +267,10 @@ fi
 %{_includedir}/mongo
 
 %changelog
+* Tue Aug 21 2012 Nathaniel McCallum <nathaniel at natemccallum.com> - 2.0.7-1
+- Update to 2.0.7
+- Don't patch for boost-filesystem version 3 on EL6
+
 * Mon Aug 13 2012 Nathaniel McCallum <nathaniel at natemccallum.com> - 2.0.6-3
 - Remove EL5 support
 - Add patch to use boost-filesystem version 3
diff --git a/sources b/sources
index 57ae513..3aff191 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 b3b32fecdcbe8e8068ec2989be9d2da4  mongodb-src-r2.0.6.tar.gz
+420660f67c0dfaefac3ec3164fc2e096  mongodb-src-r2.0.7.tar.gz


More information about the scm-commits mailing list