Author: caolanm

Update of /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32084

Modified Files:
        perl-Proc-ProcessTable-ARG_MAX.patch 
        perl-Proc-ProcessTable.spec 
Log Message:
defuzz patches to build

perl-Proc-ProcessTable-ARG_MAX.patch:

Index: perl-Proc-ProcessTable-ARG_MAX.patch
===================================================================
RCS file: 
/cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/perl-Proc-ProcessTable-ARG_MAX.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Proc-ProcessTable-ARG_MAX.patch        5 Apr 2008 23:26:17 -0000       
1.1
+++ perl-Proc-ProcessTable-ARG_MAX.patch        5 Mar 2009 12:15:41 -0000       
1.2
@@ -2,9 +2,9 @@
 diff -up Proc-ProcessTable-0.42/os/Linux.h.BAD 
Proc-ProcessTable-0.42/os/Linux.h
 --- Proc-ProcessTable-0.42/os/Linux.h.BAD      2008-04-05 19:24:02.000000000 
-0400
 +++ Proc-ProcessTable-0.42/os/Linux.h  2008-04-05 19:24:20.000000000 -0400
-@@ -14,6 +14,10 @@
- #include <sys/param.h>
- #include <linux/limits.h>
+@@ -17,6 +17,10 @@
+ #define ARG_MAX sysconf(_SC_ARG_MAX)
+ #endif
  
 +#ifndef ARG_MAX
 +#define ARG_MAX _POSIX_ARG_MAX


Index: perl-Proc-ProcessTable.spec
===================================================================
RCS file: 
/cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/perl-Proc-ProcessTable.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Proc-ProcessTable.spec 27 Feb 2009 00:48:44 -0000      1.7
+++ perl-Proc-ProcessTable.spec 5 Mar 2009 12:15:41 -0000       1.8
@@ -1,6 +1,6 @@
 Name:           perl-Proc-ProcessTable
 Version:        0.44
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl extension to access the unix process table
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -49,6 +49,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 05 2009 Caolán McNamara <[email protected]> - 0.44-3
+- defuzz patches to build
+
 * Thu Feb 26 2009 Fedora Release Engineering <[email protected]> 
- 0.44-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to