[libmongodb-perl] 08/15: Drop patch fix-manpage-spelling.patch, merged upstream.

gregor herrmann gregoa at debian.org
Sat Jun 21 23:13:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmongodb-perl.

commit a3dd50bcc4d437d0930a5d49ebe073961c4db322
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 22 00:14:25 2014 +0200

    Drop patch fix-manpage-spelling.patch, merged upstream.
---
 debian/patches/fix-manpage-spelling.patch | 29 -----------------------------
 debian/patches/series                     |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/fix-manpage-spelling.patch b/debian/patches/fix-manpage-spelling.patch
deleted file mode 100644
index 26431d3..0000000
--- a/debian/patches/fix-manpage-spelling.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Fix minor spelling error
-Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
-Author: Dominic Hargreaves <dom at earth.li>
-Bug: https://jira.mongodb.org/browse/PERL-239
-Forwarded: yes
---- a/lib/MongoDB/Connection.pm
-+++ b/lib/MongoDB/Connection.pm
-@@ -183,7 +183,7 @@ safe insert times out and croaks.
- 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 replica set have recieved the data. For more information see: http://www.mongodb.org/display/DOCS/getLastError+Command#getLastErrorCommand-majority
-+of the nodes in the replica 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
-diff --git a/lib/MongoDB/OID.pm b/lib/MongoDB/OID.pm
-index fe24e8c..b1be426 100644
---- a/lib/MongoDB/OID.pm
-+++ b/lib/MongoDB/OID.pm
-@@ -96,7 +96,7 @@ C<_id> field will be added with a new C<MongoDB::OID> as its value.
- 
-     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 9b81a30..68e5f06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-fix-manpage-spelling.patch
 5.14-ccflags.patch
 fix-db-test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git



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