[packages/perl-ExtUtils-Install] - up to 2.14

qboosh qboosh at pld-linux.org
Fri Jul 7 21:08:28 CEST 2017


commit 92b3c4244105083b1295e6dbaae5c3841a504d15
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jul 7 21:10:04 2017 +0200

    - up to 2.14

 perl-ExtUtils-Install-write-permissions.patch | 14 +++++++-------
 perl-ExtUtils-Install.spec                    |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec
index 0fa33c2..8249c7d 100644
--- a/perl-ExtUtils-Install.spec
+++ b/perl-ExtUtils-Install.spec
@@ -8,13 +8,13 @@
 Summary:	ExtUtils::AutoInstall - automatic install of dependencies via CPAN
 Summary(pl.UTF-8):	ExtUtils::AutoInstall - automatyczna instalacja zależności z CPAN
 Name:		perl-ExtUtils-Install
-Version:	1.54
+Version:	2.14
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	28d2ab1f23b26f90772d953387f32fe3
+# Source0-md5:	ae6af2689daa6f8c2d01d04a28ab0ef0
 Patch0:		%{name}-write-permissions.patch
 URL:		http://search.cpan.org/dist/ExtUtils-Install/
 BuildRequires:	perl-devel >= 1:5.8.0
diff --git a/perl-ExtUtils-Install-write-permissions.patch b/perl-ExtUtils-Install-write-permissions.patch
index aa25a9f..a4d410f 100644
--- a/perl-ExtUtils-Install-write-permissions.patch
+++ b/perl-ExtUtils-Install-write-permissions.patch
@@ -1,7 +1,7 @@
---- ExtUtils-Install-1.54/lib/ExtUtils/Install.pm.orig	2009-07-27 23:40:12.000000000 +0200
-+++ ExtUtils-Install-1.54/lib/ExtUtils/Install.pm	2012-05-26 07:22:29.057483086 +0200
-@@ -813,7 +813,7 @@
-                 utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1;
+--- ExtUtils-Install-2.14/lib/ExtUtils/Install.pm.orig	2017-05-28 12:51:53.000000000 +0200
++++ ExtUtils-Install-2.14/lib/ExtUtils/Install.pm	2017-07-07 21:03:00.526230063 +0200
+@@ -825,7 +825,7 @@
+                 utime($atime,$mtime + Is_VMS,$targetfile) unless $dry_run>1;
  
  
 -                $mode = 0444 | ( $mode & 0111 ? 0111 : 0 );
@@ -9,12 +9,12 @@
                  $mode = $mode | 0222
                      if $realtarget ne $targetfile;
                  _chmod( $mode, $targetfile, $verbose );
-@@ -1215,7 +1215,7 @@
+@@ -1233,7 +1233,7 @@
          }
          my($mode,$atime,$mtime) = (stat $from)[2,8,9];
-         utime($atime,$mtime+$Is_VMS,$to);
+         utime($atime,$mtime+Is_VMS,$to);
 -        _chmod(0444 | ( $mode & 0111 ? 0111 : 0 ),$to);
 +        _chmod(0644 | ( $mode & 0111 ? 0111 : 0 ),$to);
          next unless $from =~ /\.pm$/;
-         _autosplit($to,$autodir);
+         _autosplit($to,$autodir) if defined $autodir;
      }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-ExtUtils-Install.git/commitdiff/92b3c4244105083b1295e6dbaae5c3841a504d15



More information about the pld-cvs-commit mailing list