rpms/perl-IPC-Shareable/devel perl-IPC-Shareable-nostrictrefs.patch, NONE, 1.1 perl-IPC-Shareable.spec, 1.4, 1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Feb 3 16:17:56 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-IPC-Shareable/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30079

Modified Files:
	perl-IPC-Shareable.spec 
Added Files:
	perl-IPC-Shareable-nostrictrefs.patch 
Log Message:
fix for new perl, dont use strict refs

perl-IPC-Shareable-nostrictrefs.patch:

--- NEW FILE perl-IPC-Shareable-nostrictrefs.patch ---
diff -up IPC-Shareable-0.60/lib/IPC/Shareable.pm.BAD IPC-Shareable-0.60/lib/IPC/Shareable.pm
--- IPC-Shareable-0.60/lib/IPC/Shareable.pm.BAD	2008-02-03 11:13:12.000000000 -0500
+++ IPC-Shareable-0.60/lib/IPC/Shareable.pm	2008-02-03 11:13:18.000000000 -0500
@@ -2,6 +2,7 @@ package IPC::Shareable;
 
 require 5.00503;
 use strict;
+no strict 'refs';
 use IPC::Semaphore;
 use IPC::Shareable::SharedMem;
 use IPC::SysV qw(


Index: perl-IPC-Shareable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Shareable/devel/perl-IPC-Shareable.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-IPC-Shareable.spec	2 Feb 2008 19:12:20 -0000	1.4
+++ perl-IPC-Shareable.spec	3 Feb 2008 16:17:19 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Shareable
 Version:        0.60
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Share Perl variables between processes
 
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 URL:            http://search.cpan.org/dist/IPC-Shareable/
 Source0:        http://www.cpan.org/authors/id/B/BS/BSUGARS/IPC-Shareable-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:         perl-IPC-Shareable-nostrictrefs.patch
 
 BuildArch:      noarch
 BuildRequires:  perl(Storable)
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q -n IPC-Shareable-%{version}
+%patch0 -p1
 find eg -type f | xargs chmod -c 644
 
 
@@ -55,6 +57,9 @@
 
 
 %changelog
+* Sun Feb  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.60-5
+- patch for new perl, don't use strict 'refs'
+
 * Sat Feb  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.60-4
 - rebuild for new perl
 




More information about the fedora-extras-commits mailing list