[mongodb/el6] Related: #1027157 (mongo segfaults with an older version of v8; allow higher versions of v8 - assume

Jan Pacner jpacner at fedoraproject.org
Fri Feb 7 15:17:12 UTC 2014


commit 1514678421e4a7f50b51e9af89859f89a7846d70
Author: Jan Pacner <jpacner at redhat.com>
Date:   Fri Feb 7 16:17:41 2014 +0100

    Related: #1027157 (mongo segfaults with an older version of v8; allow higher versions of v8 - assume API compatibility)

 mongodb.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mongodb.spec b/mongodb.spec
index ad6a22a..11770f7 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -2,7 +2,7 @@
 
 Name:           mongodb
 Version:        2.4.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -37,7 +37,7 @@ Patch10:        mongodb-2.4.5-atomics.patch
 ##Patch 11 https://jira.mongodb.org/browse/SERVER-9680
 Patch11:        mongodb-2.4.5-signed-char-for-BSONType-enumerations.patch
 
-Requires:       v8 = 3.14.5.10
+Requires:       v8 >= 3.14.5.10
 BuildRequires:  python-devel
 BuildRequires:  scons
 BuildRequires:  openssl-devel
@@ -282,6 +282,10 @@ fi
 %{_includedir}
 
 %changelog
+* Fri Feb 07 2014 Jan Pacner <jpacner at redhat.com> - 2.4.6-5
+- Related: #1027157 (mongo segfaults with an older version of v8; allow higher
+  versions of v8 - assume API compatibility)
+
 * Tue Feb 04 2014 Jan Pacner <jpacner at redhat.com> - 2.4.6-4
 - Related: #1022476 (.sysconf not respected; fix issue from comment #2)
 - Related: #1027157 (mongo segfaults with an older version of v8; fix Requires: specification)


More information about the scm-commits mailing list