rpms/perl-Proc-ProcessTable/EL-5 perl-Proc-ProcessTable-ARG_MAX.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Proc-ProcessTable.spec, 1.1, 1.2 sources, 1.2, 1.3

Andreas Thienemann ixs at fedoraproject.org
Fri Aug 1 12:58:41 UTC 2008


Author: ixs

Update of /cvs/pkgs/rpms/perl-Proc-ProcessTable/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22283

Modified Files:
	.cvsignore perl-Proc-ProcessTable.spec sources 
Added Files:
	perl-Proc-ProcessTable-ARG_MAX.patch 
Log Message:
* Fri Aug  1 2008 Andreas Thienemnan <athienem at redhat.com> 0.44-1
- Update to 0.44


perl-Proc-ProcessTable-ARG_MAX.patch:

--- NEW FILE perl-Proc-ProcessTable-ARG_MAX.patch ---
diff -up Proc-ProcessTable-0.42/OS.c.BAD Proc-ProcessTable-0.42/OS.c
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>
 
+#ifndef ARG_MAX
+#define ARG_MAX _POSIX_ARG_MAX
+#endif
+
 /****************************************/
 /* Process state strings that we return */
 /****************************************/


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Mar 2007 10:05:09 -0000	1.2
+++ .cvsignore	1 Aug 2008 12:58:11 -0000	1.3
@@ -1 +1 @@
-Proc-ProcessTable-0.41.tar.gz
+Proc-ProcessTable-0.44.tar.gz


Index: perl-Proc-ProcessTable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/EL-5/perl-Proc-ProcessTable.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Proc-ProcessTable.spec	23 Mar 2007 10:05:09 -0000	1.1
+++ perl-Proc-ProcessTable.spec	1 Aug 2008 12:58:11 -0000	1.2
@@ -1,11 +1,12 @@
 Name:           perl-Proc-ProcessTable
-Version:        0.41
+Version:        0.44
 Release:        1%{?dist}
 Summary:        Perl extension to access the unix process table
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Proc-ProcessTable/
 Source0:        http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz
+Patch0:		perl-Proc-ProcessTable-ARG_MAX.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -15,6 +16,7 @@
 
 %prep
 %setup -q -n Proc-ProcessTable-%{version}
+%patch0 -p1
 
 chmod 644 contrib/*
 
@@ -47,6 +49,22 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug  1 2008 Andreas Thienemnan <athienem at redhat.com> 0.44-1
+- Update to 0.44
+
+* Sat Apr  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.42-1
+- update to 0.42
+- patch to define ARG_MAX (since for some unknown reason, it isn't defined anymore)
+
+* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.41-4
+- rebuild for new perl (again)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.41-3
+- Autorebuild for GCC 4.3
+
+* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.41-2
+- rebuild for new perl
+
 * Thu Mar 15 2007 Andreas Thienemann <andreas at bawue.net> 0.41-1
 - Specfile autogenerated by cpanspec 1.69.1.
 - Cleaned up for FE


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Mar 2007 10:05:09 -0000	1.2
+++ sources	1 Aug 2008 12:58:11 -0000	1.3
@@ -1 +1 @@
-3a21e54f864733331e714df6d1fcbb0f  Proc-ProcessTable-0.41.tar.gz
+35f9d55983d77c4ed4f96ef415f16fba  Proc-ProcessTable-0.44.tar.gz




More information about the Fedora-perl-devel-list mailing list