[libtext-vcard-perl] 03/06: Refresh spelling.patch (offset, and one mistake fixed).

gregor herrmann gregoa at debian.org
Sat May 10 14:22:25 UTC 2014


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

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

commit 2b17745c48f04829c1b285617ac377cdc8d4efc6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 10 16:16:17 2014 +0200

    Refresh spelling.patch (offset, and one mistake fixed).
---
 debian/patches/spelling.patch | 23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 9e333fd..a361edf 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -3,11 +3,11 @@ Origin: vendor
 Bug: https://rt.cpan.org/Ticket/Display.html?id=89799
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89799
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-10-27
+Last-Update: 2014-05-10
 
 --- a/lib/Text/vCard.pm
 +++ b/lib/Text/vCard.pm
-@@ -195,7 +195,7 @@
+@@ -193,7 +193,7 @@
        }
    );
  
@@ -16,7 +16,7 @@ Last-Update: 2013-10-27
    my @types = qw(work home);
    my $nodes = $vcard->get(
        {   'node_type' => 'tel',
-@@ -210,7 +210,7 @@
+@@ -208,7 +208,7 @@
  
  Supplied with a scalar or an array ref the methods
  return a list of nodes of a type, where relevant. If any
@@ -25,7 +25,7 @@ Last-Update: 2013-10-27
  returned as the first element of the list.
  
  =cut
-@@ -236,7 +236,7 @@
+@@ -234,7 +234,7 @@
  If multiple elements match, then only the first is returned.  If the object
  isn't found, or doesn't have a simple value, then undef is returned.
   
@@ -34,7 +34,7 @@ Last-Update: 2013-10-27
  array reference if multiple types are selected.
  
  =cut
-@@ -343,7 +343,7 @@
+@@ -341,7 +341,7 @@
    }
  
  This method takes one or two arguments. The group name
@@ -43,7 +43,7 @@ Last-Update: 2013-10-27
  all nodes will have a group, indeed most vcards do not seem
  to use it) and optionally the types of node you with to 
  have returned.
-@@ -480,7 +480,7 @@
+@@ -478,7 +478,7 @@
  
          return undef unless scalar(@to_return);
  
@@ -52,14 +52,3 @@ Last-Update: 2013-10-27
          @to_return = sort { _sort_prefs($b) <=> _sort_prefs($a) } @to_return;
  
          return wantarray ? @to_return : \@to_return;
---- a/lib/Text/vCard/Node.pm
-+++ b/lib/Text/vCard/Node.pm
-@@ -259,7 +259,7 @@
-   }
- 
- This method is the same as is_type (which can take a value of 'pref')
--but it specific to if it is the prefered node. This method is used
-+but it specific to if it is the preferred node. This method is used
- to sort when returning lists of nodes.
- 
- =cut 

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



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