[mongodb] update to 2.2.1

Nathaniel McCallum npmccallum at fedoraproject.org
Wed Oct 31 18:44:14 UTC 2012


commit 10b861d80211847c335f93c4adb8def4dd4d4e3d
Author: Nathaniel McCallum <nathaniel at themccallums.org>
Date:   Wed Oct 31 14:44:11 2012 -0400

    update to 2.2.1

 .gitignore   |    1 +
 mongodb.spec |   23 ++++++++---------------
 sources      |    1 +
 3 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1adbe0c..2869725 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /mongodb-src-r2.0.6.tar.gz
 /mongodb-src-r2.0.7.tar.gz
 /mongodb-src-r2.2.0.tar.gz
+/mongodb-src-r2.2.1.tar.gz
diff --git a/mongodb.spec b/mongodb.spec
index 276431f..943cdb2 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -1,8 +1,8 @@
 %global         daemon mongod
 
 Name:           mongodb
-Version:        2.2.0
-Release:        6%{?dist}
+Version:        2.2.1
+Release:        1%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -19,14 +19,6 @@ Source4:        %{daemon}.sysconf
 Source5:        %{name}-tmpfile
 Source6:        %{daemon}.service
 Patch1:         mongodb-2.2.0-no-term.patch
-##Patch 2 - fixed different than our patch
-#Patch2:         mongodb-fix-fork.patch
-##Patch 3 - patch in 2.0 release, files not in 2.2
-##Patch 3 - https://github.com/mongodb/mongo/pull/161
-#Patch3:         mongodb-fix-pcre.patch
-##Patch 4 - not really needed because of v8
-##Patch 4 - https://github.com/mongodb/mongo/pull/160
-Patch4:         mongodb-2.2.0-js.patch
 ##Patch 5 - https://jira.mongodb.org/browse/SERVER-6686
 Patch5:         mongodb-2.2.0-fix-xtime.patch
 %if 0%{?el6} == 0
@@ -46,8 +38,6 @@ BuildRequires:  python-devel
 BuildRequires:  scons
 BuildRequires:  boost-devel
 BuildRequires:  pcre-devel
-# Replace js-devel with v8-devel
-#BuildRequires:  js-devel
 BuildRequires:  v8-devel
 BuildRequires:  readline-devel
 BuildRequires:  libpcap-devel
@@ -123,9 +113,6 @@ software, default configuration files, and init scripts.
 %prep
 %setup -q -n mongodb-src-r%{version}
 %patch1 -p1
-#%patch2 -p1
-#%patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %if 0%{?el6} == 0
 %patch6 -p1
@@ -285,6 +272,12 @@ fi
 %{_includedir}
 
 %changelog
+* Wed Oct 31 2012 Nathaniel McCallum <nathaniel at natemccallum.com> - 2.2.1-1
+- Remove fork fix patch (fixed upstream)
+- Remove pcre patch (fixed upstream)
+- Remove mozjs patch (now using v8 upstream)
+- Update to 2.2.1
+
 * Tue Oct 02 2012 Troy Dawson <tdawson at redhat.com> - 2.2.0-6
 - full flag patch to get 32 bit builds to work 
 
diff --git a/sources b/sources
index 1d046e7..4be4858 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 832bdb6cc659176fd8d6b16a660ccfc6  mongodb-src-r2.2.0.tar.gz
+f41ee6fd3ac3f21ac5309db3e20e10ea  mongodb-src-r2.2.1.tar.gz


More information about the scm-commits mailing list