This is an automated email from the git hooks/post-receive script. mestre-guest pushed a commit to branch master in repository libmongodb-perl.
commit 61c0749d164eaee07fc1f7b5461e349d0d4aafa7 Author: Nuno Carvalho <sm...@cpan.org> Date: Tue Aug 30 14:27:43 2016 +0100 Update spelling patch --- debian/changelog | 8 ++- debian/patches/spelling.patch | 119 +++++++++++++++++++++++++++--------------- 2 files changed, 83 insertions(+), 44 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ded08a..a40dca5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -libmongodb-perl (1.2.3-2) UNRELEASED; urgency=medium +libmongodb-perl (1.4.5-1) UNRELEASED; urgency=medium + [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. - -- gregor herrmann <gre...@debian.org> Fri, 20 May 2016 12:07:01 +0200 + [ Nuno Carvalho ] + * Update and forward spelling.patch. + + -- Nuno Carvalho <sm...@cpan.org> Tue, 30 Aug 2016 11:23:59 +0100 libmongodb-perl (1.2.3-1) unstable; urgency=medium diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch index 5981296..2edf02d 100644 --- a/debian/patches/spelling.patch +++ b/debian/patches/spelling.patch @@ -1,12 +1,14 @@ Description: spelling mistake Origin: vendor Author: gregor herrmann <gre...@debian.org> -Last-Update: 2016-04-17 -Fowarded: no, should go to https://jira.mongodb.org/browse/PERL +Last-Update: 2016-08-30 +Fowarded: https://github.com/mongodb/mongo-perl-driver/pull/137 ---- a/lib/MongoDB/Examples.pod -+++ b/lib/MongoDB/Examples.pod -@@ -346,7 +346,7 @@ +Index: libmongodb-perl/lib/MongoDB/Examples.pod +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/Examples.pod ++++ libmongodb-perl/lib/MongoDB/Examples.pod +@@ -346,7 +346,7 @@ courses in which that student is enrolle The C<$unwind> stage of the aggregation query "peels off" elements of the courses array one-by-one and places them in their own documents. After this phase completes, there is a separate document for each (course, student) pair. The C<$project> stage @@ -15,9 +17,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL pulls the student ID field out of its subdocument and creates a top-level field with the key C<student_id>. Last, we group by student ID, using C<$addToSet> in order to add the unique courses for each student to the C<courses> array. ---- a/lib/MongoDB/Collection.pm -+++ b/lib/MongoDB/Collection.pm -@@ -1871,7 +1871,7 @@ +Index: libmongodb-perl/lib/MongoDB/Collection.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/Collection.pm ++++ libmongodb-perl/lib/MongoDB/Collection.pm +@@ -1878,7 +1878,7 @@ call C<get_collection> on a L<MongoDB::D =head2 Error handling @@ -26,7 +30,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL an error occurs. The error types are documented in L<MongoDB::Error>. To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules -@@ -2728,7 +2728,7 @@ +@@ -2746,7 +2746,7 @@ The C<get_collection> method is deprecat relationship that is purely notional. The C<ensure_index>, C<drop_indexes>, C<drop_index>, and C<get_index> @@ -35,9 +39,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL through the C<indexes> method, and offer greater consistency in behavior across drivers. ---- a/lib/MongoDB/Database.pm -+++ b/lib/MongoDB/Database.pm -@@ -433,7 +433,7 @@ +Index: libmongodb-perl/lib/MongoDB/Database.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/Database.pm ++++ libmongodb-perl/lib/MongoDB/Database.pm +@@ -473,7 +473,7 @@ call C<get_database> on a L<MongoDB::Mon =head2 Error handling @@ -46,9 +52,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL an error occurs. The error types are documented in L<MongoDB::Error>. To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules ---- a/lib/MongoDB/Error.pm -+++ b/lib/MongoDB/Error.pm -@@ -317,11 +317,11 @@ +Index: libmongodb-perl/lib/MongoDB/Error.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/Error.pm ++++ libmongodb-perl/lib/MongoDB/Error.pm +@@ -317,11 +317,11 @@ version v1.4.5 =head1 DESCRIPTION @@ -62,9 +70,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL an error occurs. To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules ---- a/lib/MongoDB/GridFS.pm -+++ b/lib/MongoDB/GridFS.pm -@@ -504,7 +504,7 @@ +Index: libmongodb-perl/lib/MongoDB/GridFS.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/GridFS.pm ++++ libmongodb-perl/lib/MongoDB/GridFS.pm +@@ -502,7 +502,7 @@ using one over the other is a matter of =head2 Error handling @@ -73,9 +83,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL an error occurs. The error types are documented in L<MongoDB::Error>. To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules ---- a/lib/MongoDB/GridFS/File.pm -+++ b/lib/MongoDB/GridFS/File.pm -@@ -177,7 +177,7 @@ +Index: libmongodb-perl/lib/MongoDB/GridFS/File.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/GridFS/File.pm ++++ libmongodb-perl/lib/MongoDB/GridFS/File.pm +@@ -177,7 +177,7 @@ version v1.4.5 =head2 Error handling @@ -84,9 +96,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL an error occurs. The error types are documented in L<MongoDB::Error>. To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules ---- a/lib/MongoDB/QueryResult.pm -+++ b/lib/MongoDB/QueryResult.pm -@@ -308,7 +308,7 @@ +Index: libmongodb-perl/lib/MongoDB/QueryResult.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/QueryResult.pm ++++ libmongodb-perl/lib/MongoDB/QueryResult.pm +@@ -308,7 +308,7 @@ sub DEMOLISH { #pod #pod =head2 Error handling #pod @@ -95,7 +109,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL #pod an error occurs. The error types are documented in L<MongoDB::Error>. #pod #pod To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules -@@ -363,7 +363,7 @@ +@@ -363,7 +363,7 @@ more efficient. =head2 Error handling @@ -104,9 +118,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL an error occurs. The error types are documented in L<MongoDB::Error>. To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules ---- a/lib/MongoDB/Upgrading.pod -+++ b/lib/MongoDB/Upgrading.pod -@@ -719,7 +719,7 @@ +Index: libmongodb-perl/lib/MongoDB/Upgrading.pod +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/Upgrading.pod ++++ libmongodb-perl/lib/MongoDB/Upgrading.pod +@@ -719,7 +719,7 @@ triggering Perl memory bugs under thread longer support fetching directly from L<MongoDB::DBRef>; users will need to implement their own methods for dereferencing. @@ -115,7 +131,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL specification for DBRefs. Also, all attributes (C<ref>, C<id> and C<db>) are now read-only, -@@ -766,7 +766,7 @@ +@@ -766,7 +766,7 @@ get_collection — This method implied =item * @@ -124,9 +140,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL =item * ---- a/lib/MongoDB/WriteConcern.pm -+++ b/lib/MongoDB/WriteConcern.pm -@@ -51,7 +51,7 @@ +Index: libmongodb-perl/lib/MongoDB/WriteConcern.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/WriteConcern.pm ++++ libmongodb-perl/lib/MongoDB/WriteConcern.pm +@@ -51,7 +51,7 @@ has w => ( #pod =attr wtimeout #pod #pod Specifies how long to wait for the write concern to be satisfied (in @@ -135,7 +153,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL #pod #pod =cut -@@ -168,7 +168,7 @@ +@@ -168,7 +168,7 @@ Specifies the desired acknowledgement le =head2 wtimeout Specifies how long to wait for the write concern to be satisfied (in @@ -144,9 +162,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL =head2 j ---- a/lib/MongoDB/DataTypes.pod -+++ b/lib/MongoDB/DataTypes.pod -@@ -354,7 +354,7 @@ +Index: libmongodb-perl/lib/MongoDB/DataTypes.pod +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/DataTypes.pod ++++ libmongodb-perl/lib/MongoDB/DataTypes.pod +@@ -354,7 +354,7 @@ JSON::Tiny "OID" stands for "Object ID", and is a unique id for identifying documents. OIDs are 12 bytes, which are guaranteed to be unique. Their string form is @@ -155,9 +175,11 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL To create a unique id: ---- a/lib/MongoDB/OID.pm -+++ b/lib/MongoDB/OID.pm -@@ -38,7 +38,7 @@ +Index: libmongodb-perl/lib/MongoDB/OID.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/OID.pm ++++ libmongodb-perl/lib/MongoDB/OID.pm +@@ -38,7 +38,7 @@ use namespace::clean; #pod =head2 value #pod #pod The OID value. A random value will be generated if none exists already. @@ -166,7 +188,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL #pod #pod Its string representation is the 24-character string. #pod -@@ -85,7 +85,7 @@ +@@ -85,7 +85,7 @@ sub _new_oid { #pod #pod my $hex = $oid->to_string; #pod @@ -175,7 +197,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL #pod #pod =cut -@@ -183,7 +183,7 @@ +@@ -183,7 +183,7 @@ OID generation is thread safe. =head2 value The OID value. A random value will be generated if none exists already. @@ -184,7 +206,7 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL Its string representation is the 24-character string. -@@ -193,7 +193,7 @@ +@@ -193,7 +193,7 @@ Its string representation is the 24-char my $hex = $oid->to_string; @@ -193,3 +215,16 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL =head2 get_time +Index: libmongodb-perl/lib/MongoDB/GridFSBucket.pm +=================================================================== +--- libmongodb-perl.orig/lib/MongoDB/GridFSBucket.pm ++++ libmongodb-perl/lib/MongoDB/GridFSBucket.pm +@@ -586,7 +586,7 @@ streaming: you provide a file handle to + + =head2 Error handling + +-Unless otherwise explictly documented, all methods throw exceptions if ++Unless otherwise explicitly documented, all methods throw exceptions if + an error occurs. The error types are documented in L<MongoDB::Error>. + + =head1 ATTRIBUTES -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits