[mongodb] update mongodb to 1.8.0

Nathaniel McCallum npmccallum at fedoraproject.org
Sat Mar 19 15:51:20 UTC 2011


commit 029bb6684692fd33f1af63688582b8408515376d
Author: Nathaniel McCallum <nathaniel at natemccallum.com>
Date:   Sat Mar 19 11:51:07 2011 -0400

    update mongodb to 1.8.0

 .gitignore      |    1 +
 mongodb.spec    |   12 ++++++------
 nonce_fix.patch |   10 ----------
 sources         |    2 +-
 4 files changed, 8 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37492be..720dba8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mongodb-src-r1.6.3.tar.gz
 /mongodb-src-r1.6.4.tar.gz
 /mongodb-src-r1.7.5.tar.gz
+/mongodb-src-r1.8.0.tar.gz
diff --git a/mongodb.spec b/mongodb.spec
index 76280c3..bf24255 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -3,8 +3,8 @@
 
 %global         daemon mongod
 Name:           mongodb
-Version:        1.7.5
-Release:        5%{?dist}
+Version:        1.8.0
+Release:        1%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -17,7 +17,6 @@ Source0:        http://fastdl.mongodb.org/src/%{name}-src-r%{version}.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.logrotate
 Source3:        %{name}.conf
-Patch0:         nonce_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -90,8 +89,6 @@ software, default configuration files, and init scripts.
 %prep
 %setup -q -n mongodb-src-r%{version}
 
-%patch0 -b .nonce
-
 # spurious permissions
 chmod -x README
 chmod -x db/repl/rs_exception.h
@@ -110,7 +107,6 @@ sed -i 's/-Wall/-DBOOST_FILESYSTEM_VERSION=2/' SConstruct
 
 scons %{?_smp_mflags} --sharedclient .
 
-
 %install
 rm -rf %{buildroot}
 scons install . --sharedclient --prefix=%{buildroot}%{_prefix} --nostrip --full
@@ -204,6 +200,10 @@ fi
 %{_includedir}/mongo
 
 %changelog
+* Sat Mar 19 2011 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.8.0-1
+- Update to 1.8.0
+- Remove upstreamed nonce patch
+
 * Wed Feb 16 2011 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.7.5-5
 - Add nonce patch
 
diff --git a/sources b/sources
index d1b52bd..7b94853 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2733fbef326d8d183bd8abc7256f4a39  mongodb-src-r1.7.5.tar.gz
+243b2776cbe8c70b3bbc402c855f4e82  mongodb-src-r1.8.0.tar.gz


More information about the scm-commits mailing list