[mongodb/f19] update to 2.4.6, fix for #971595

tdawson tdawson at fedoraproject.org
Wed Aug 21 18:03:12 UTC 2013


commit 5320efc1b3f3bb3f47f55ea88b93c5ef75910fba
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Aug 21 13:02:58 2013 -0500

    update to 2.4.6, fix for #971595

 .gitignore   |    1 +
 mongodb.spec |    9 +++++++--
 sources      |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6d3ae0..61c0ed8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /mongodb-src-r2.2.2.tar.gz
 /mongodb-src-r2.2.3.tar.gz
 /mongodb-src-r2.2.4.tar.gz
+/mongodb-src-r2.2.6.tar.gz
diff --git a/mongodb.spec b/mongodb.spec
index 678065c..9506b13 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -1,8 +1,8 @@
 %global daemon mongod
 
 Name:           mongodb
-Version:        2.2.4
-Release:        2%{?dist}
+Version:        2.2.6
+Release:        1%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -56,6 +56,7 @@ Requires(preun): chkconfig
 %endif
 
 Requires(pre):  shadow-utils
+Requires:       v8
 
 %if 0%{?fedora} >= 15
 Requires(postun): systemd-units
@@ -299,6 +300,10 @@ fi
 %{_includedir}
 
 %changelog
+* Wed Aug 21 2013 Troy Dawson <tdawson at redhat.com> - 2.2.6-1
+- Bumped version up to 2.2.6
+- Added Requires: v8  (#971595)
+
 * Sat May 04 2013 David Marlin <dmarlin at redhat.com> - 2.2.4-2
 - Updated patch to work on both ARMv5 and ARMv7 (#921226)
 
diff --git a/sources b/sources
index b42e126..983c9bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-033354c543c053f5d539b573ac8c28b0  mongodb-src-r2.2.4.tar.gz
+63f320ef4e5e1bca4ff4a1495c9d0d30  mongodb-src-r2.2.6.tar.gz


More information about the scm-commits mailing list