r74457 - in /branches/upstream/libdevel-patchperl-perl/current: Changes META.json META.yml Makefile.PL README bin/patchperl dist.ini lib/Devel/PatchPerl.pm lib/Devel/PatchPerl/Hints.pm

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun May 15 13:24:59 UTC 2011


Author: ghedo-guest
Date: Sun May 15 13:24:43 2011
New Revision: 74457

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74457
Log:
[svn-upgrade] new version libdevel-patchperl-perl (0.36)

Modified:
    branches/upstream/libdevel-patchperl-perl/current/Changes
    branches/upstream/libdevel-patchperl-perl/current/META.json
    branches/upstream/libdevel-patchperl-perl/current/META.yml
    branches/upstream/libdevel-patchperl-perl/current/Makefile.PL
    branches/upstream/libdevel-patchperl-perl/current/README
    branches/upstream/libdevel-patchperl-perl/current/bin/patchperl
    branches/upstream/libdevel-patchperl-perl/current/dist.ini
    branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl.pm
    branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl/Hints.pm

Modified: branches/upstream/libdevel-patchperl-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/Changes?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/Changes (original)
+++ branches/upstream/libdevel-patchperl-perl/current/Changes Sun May 15 13:24:43 2011
@@ -1,3 +1,22 @@
+==============================
+2011-05-14 10:07:23 +0100 0.36
+==============================
+
+  commit 9adaa25602a33f3946c2e0108c4e433d91a7ebcf
+  Author: Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
+  Date:   Sat May 14 10:07:23 2011 +0100
+  
+    chmod of hints files was too aggressive, make it only set 644 instead
+    of 755.
+
+    The 5.13.x branch of perls introduced 'porting/exec-bit.t' which is
+    failing
+
+    when files that shouldn't have execute bit in the source tree do.
+
+    Highlighted by Randy Stauner (magnificent-tears) as an issue on
+    Github. 
+
 ==============================
 2011-05-11 09:16:15 +0100 0.34
 ==============================

Modified: branches/upstream/libdevel-patchperl-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/META.json?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/META.json (original)
+++ branches/upstream/libdevel-patchperl-perl/current/META.json Sun May 15 13:24:43 2011
@@ -38,6 +38,6 @@
          "web" : "http://github.com/bingos/devel-patchperl"
       }
    },
-   "version" : "0.34"
+   "version" : "0.36"
 }
 

Modified: branches/upstream/libdevel-patchperl-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/META.yml?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/META.yml (original)
+++ branches/upstream/libdevel-patchperl-perl/current/META.yml Sun May 15 13:24:43 2011
@@ -21,4 +21,4 @@
 resources:
   homepage: http://github.com/bingos/devel-patchperl
   repository: http://github.com/bingos/devel-patchperl
-version: 0.34
+version: 0.36

Modified: branches/upstream/libdevel-patchperl-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/Makefile.PL?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/Makefile.PL (original)
+++ branches/upstream/libdevel-patchperl-perl/current/Makefile.PL Sun May 15 13:24:43 2011
@@ -27,7 +27,7 @@
     'IPC::Cmd' => '0.40',
     'MIME::Base64' => '0'
   },
-  'VERSION' => '0.34',
+  'VERSION' => '0.36',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libdevel-patchperl-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/README?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/README (original)
+++ branches/upstream/libdevel-patchperl-perl/current/README Sun May 15 13:24:43 2011
@@ -2,7 +2,7 @@
     Devel::PatchPerl - Patch perl source a la Devel::PPort's buildperl.pl
 
 VERSION
-    version 0.34
+    version 0.36
 
 SYNOPSIS
       use strict;

Modified: branches/upstream/libdevel-patchperl-perl/current/bin/patchperl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/bin/patchperl?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/bin/patchperl (original)
+++ branches/upstream/libdevel-patchperl-perl/current/bin/patchperl Sun May 15 13:24:43 2011
@@ -19,7 +19,7 @@
 
 =head1 VERSION
 
-version 0.34
+version 0.36
 
 =head1 AUTHOR
 

Modified: branches/upstream/libdevel-patchperl-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/dist.ini?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/dist.ini (original)
+++ branches/upstream/libdevel-patchperl-perl/current/dist.ini Sun May 15 13:24:43 2011
@@ -1,5 +1,5 @@
 name = Devel-PatchPerl
-version = 0.34
+version = 0.36
 author = Chris Williams <chris at bingosnet.co.uk>
 license = Perl_5
 copyright_holder = Chris Williams and Marcus Holland-Moritz

Modified: branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl.pm?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl.pm (original)
+++ branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl.pm Sun May 15 13:24:43 2011
@@ -1,6 +1,6 @@
 package Devel::PatchPerl;
 BEGIN {
-  $Devel::PatchPerl::VERSION = '0.34';
+  $Devel::PatchPerl::VERSION = '0.36';
 }
 
 # ABSTRACT: Patch perl source a la Devel::PPort's buildperl.pl
@@ -223,7 +223,7 @@
 sub _patch_hints {
   return unless my ($file,$data) = hint_file();
   my $path = File::Spec->catfile( 'hints', $file );
-  chmod 0755, $path or die "$!\n";
+  chmod 0644, $path or die "$!\n";
   open my $fh, '>', $path or die "$!\n";
   print $fh $data;
   close $fh;
@@ -1722,7 +1722,7 @@
 
 =head1 VERSION
 
-version 0.34
+version 0.36
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl/Hints.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl/Hints.pm?rev=74457&op=diff
==============================================================================
--- branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl/Hints.pm (original)
+++ branches/upstream/libdevel-patchperl-perl/current/lib/Devel/PatchPerl/Hints.pm Sun May 15 13:24:43 2011
@@ -1,6 +1,6 @@
 package Devel::PatchPerl::Hints;
 BEGIN {
-  $Devel::PatchPerl::Hints::VERSION = '0.34';
+  $Devel::PatchPerl::Hints::VERSION = '0.36';
 }
 
 #ABSTRACT: replacement 'hints' files
@@ -661,7 +661,7 @@
 
 =head1 VERSION
 
-version 0.34
+version 0.36
 
 =head1 SYNOPSIS
 




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