[SCM] branch, master, updated. debian/0.45-1-31-g6d29a24

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Jun 3 19:58:55 UTC 2013


The following commit has been merged in the master branch:
commit 5c700d4360418a17594721d63923950963007a75
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Mon Jun 3 15:57:09 2013 -0400

    Fix minor manpage misspellings.

diff --git a/debian/patches/fix-manpage-spelling.patch b/debian/patches/fix-manpage-spelling.patch
new file mode 100644
index 0000000..838cd86
--- /dev/null
+++ b/debian/patches/fix-manpage-spelling.patch
@@ -0,0 +1,26 @@
+Description: Fix minor spelling error
+Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
+Bug: https://jira.mongodb.org/browse/PERL-239
+Forwarded: yes
+--- a/lib/MongoDB/Connection.pm
++++ b/lib/MongoDB/Connection.pm
+@@ -186,7 +186,7 @@
+ I<MongoDB server version 2.0+: "majority" and Data Center Awareness>
+ 
+ As of MongoDB 2.0+, the 'w' parameter can be passed strings. This can be done by passing it the string "majority" this will wait till the B<majority> of 
+-of the nodes in the relica set have recieved the data. For more information see: http://www.mongodb.org/display/DOCS/getLastError+Command#getLastErrorCommand-majority
++of the nodes in the relica set have received the data. For more information see: http://www.mongodb.org/display/DOCS/getLastError+Command#getLastErrorCommand-majority
+ 
+ This can be useful for "Data Center Awareness." In v2.0+, you can "tag" replica members. With "tagging" you can specify a new "getLastErrorMode" where you can create new
+ rules on how your data is replicated. To used you getLastErrorMode, you pass in the name of the mode to the 'w' parameter. For more infomation see: http://www.mongodb.org/display/DOCS/Data+Center+Awareness
+--- a/lib/MongoDB/OID.pm
++++ b/lib/MongoDB/OID.pm
+@@ -95,7 +95,7 @@
+ 
+     my $id = $collection->insert({'name' => 'Alice', age => 20});
+ 
+-C<$id> will be a C<MongoDB::OID> that can be used to retreive or update the 
++C<$id> will be a C<MongoDB::OID> that can be used to retrieve or update the
+ saved document:
+ 
+     $collection->update({_id => $id}, {'age' => {'$inc' => 1}});
diff --git a/debian/patches/series b/debian/patches/series
index 9fd7c6c..86aeafc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
+fix-manpage-spelling.patch
+fix-broken-test.patch
 5.14-ccflags.patch

-- 




More information about the Pkg-perl-cvs-commits mailing list