[libmoose-perl] 03/11: Refresh patches.

gregor herrmann gregoa at debian.org
Sat Jan 11 22:20:24 UTC 2014


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

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

commit b064f95b66740bafdfdc810c2166046104b89cd5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 11 22:28:26 2014 +0100

    Refresh patches.
---
 .../0001-Work-around-a-numification-problem-on-ia64.patch  |  8 ++++----
 debian/patches/02_fix-manpages-errors.patch                |  8 ++++----
 debian/patches/03_carp-version.patch                       | 14 +++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch b/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
index 7185270..cb34dcc 100644
--- a/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
+++ b/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
@@ -9,16 +9,16 @@ Bug-Debian: http://bugs.debian.org/588118
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=59478
 Author: Niko Tyni <ntyni at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-04-21
+Last-Update: 2014-01-11
 
 --- a/lib/Moose/Meta/TypeConstraint.pm
 +++ b/lib/Moose/Meta/TypeConstraint.pm
-@@ -252,7 +252,7 @@
+@@ -240,7 +240,7 @@
  
      my $other = Moose::Util::TypeConstraints::find_type_constraint($type_or_name) or return;
  
 -    return 1 if $self == $other;
 +    return 1 if (0+$self == 0+$other);
  
-     if ( $self->has_hand_optimized_type_constraint and $other->has_hand_optimized_type_constraint ) {
-         return 1 if $self->hand_optimized_type_constraint == $other->hand_optimized_type_constraint;
+     return unless $self->constraint == $other->constraint;
+ 
diff --git a/debian/patches/02_fix-manpages-errors.patch b/debian/patches/02_fix-manpages-errors.patch
index ea46ee0..750e090 100644
--- a/debian/patches/02_fix-manpages-errors.patch
+++ b/debian/patches/02_fix-manpages-errors.patch
@@ -2,12 +2,12 @@ Description: Fixes manpage-has-errors-from-man
 Origin: vendor
 Forwarded: no
 Author: Alessandro Ghedini <ghedo at debian.org>
-Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2012-04-30
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-01-11
 
 --- a/lib/Moose/Manual/Attributes.pod
 +++ b/lib/Moose/Manual/Attributes.pod
-@@ -632,7 +632,7 @@
+@@ -636,7 +636,7 @@
  However, we recommend that you use L<Moose::Meta::Attribute::Native> traits
  for these types of attributes, which gives you much more control over how
  they are accessed and manipulated. See also
@@ -18,7 +18,7 @@ Last-Update: 2012-04-30
  
 --- a/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
 +++ b/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
-@@ -171,8 +171,8 @@
+@@ -175,8 +175,8 @@
  When you pass a metaclass to C<has>, it will take the name you provide and
  prefix it with C<Moose::Meta::Attribute::Custom::Trait::>. Then it calls
  C<register_implementation> in the package. In this case, that means Moose ends
diff --git a/debian/patches/03_carp-version.patch b/debian/patches/03_carp-version.patch
index 90335fc..376ab05 100644
--- a/debian/patches/03_carp-version.patch
+++ b/debian/patches/03_carp-version.patch
@@ -2,12 +2,12 @@ Description: Fix required Carp version
 Origin: vendor
 Forwarded: no
 Author: Alessandro Ghedini <ghedo at debian.org>
-Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2013-08-26
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-01-11
 
 --- a/META.json
 +++ b/META.json
-@@ -87,7 +87,7 @@
+@@ -159,7 +159,7 @@
              "Devel::PartialDump" : "0.14"
           },
           "requires" : {
@@ -18,7 +18,7 @@ Last-Update: 2013-08-26
              "Data::OptList" : "0.107",
 --- a/META.yml
 +++ b/META.yml
-@@ -390,7 +390,7 @@
+@@ -915,7 +915,7 @@
  recommends:
    Devel::PartialDump: 0.14
  requires:
@@ -29,7 +29,7 @@ Last-Update: 2013-08-26
    Data::OptList: 0.107
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -28,7 +28,7 @@
+@@ -75,7 +75,7 @@
    "NAME" => "Moose",
    "OBJECT" => "xs/Attribute\$(OBJ_EXT) xs/AttributeCore\$(OBJ_EXT) xs/Class\$(OBJ_EXT) xs/Generated\$(OBJ_EXT) xs/HasAttributes\$(OBJ_EXT) xs/HasMethods\$(OBJ_EXT) xs/Inlined\$(OBJ_EXT) xs/Instance\$(OBJ_EXT) xs/Method\$(OBJ_EXT) xs/Moose\$(OBJ_EXT) xs/MOP\$(OBJ_EXT) xs/Overload\$(OBJ_EXT) xs/Package\$(OBJ_EXT) mop\$(OBJ_EXT)",
    "PREREQ_PM" => {
@@ -40,10 +40,10 @@ Last-Update: 2013-08-26
      "Data::OptList" => "0.107",
 --- a/dist.ini
 +++ b/dist.ini
-@@ -98,7 +98,7 @@
- ;[CheckPrereqsIndexed]
+@@ -149,7 +149,7 @@
  
  [Prereqs]
+ parent                      = 0.223
 -Carp                        = 1.22
 +Carp                        = 1.20
  Class::Load                 = 0.09

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



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