rpms/hdf/devel hdf-4.2r3-maxavailfiles.patch, NONE, 1.1 hdf.spec, 1.27, 1.28 hdf-4.2r1p4-maxavailfiles.patch, 1.1, NONE

Orion Poplawski orion at fedoraproject.org
Wed Oct 1 18:00:20 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/hdf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2410

Modified Files:
	hdf.spec 
Added Files:
	hdf-4.2r3-maxavailfiles.patch 
Removed Files:
	hdf-4.2r1p4-maxavailfiles.patch 
Log Message:
* Wed Oct  1 2008 Orion Poplawski <orion at cora.nwra.com> 4.2.r3-4
- Rebase maxavailfiles patch


hdf-4.2r3-maxavailfiles.patch:

--- NEW FILE hdf-4.2r3-maxavailfiles.patch ---
--- HDF4.2r3/mfhdf/libsrc/file.c.maxavailfiles	2008-01-27 09:47:11.000000000 -0700
+++ HDF4.2r3/mfhdf/libsrc/file.c	2008-10-01 11:48:53.000000000 -0600
@@ -45,7 +45,7 @@
 
 /* Maximum number of files can be opened at one time; subtract 3 from
    the system allowed to account for stdin, stdout, and stderr */
-#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 3)
+#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 10)
 
 static int _curr_opened = 0 ; /* the number of files currently opened */
 /* NOTE: _ncdf might have been the number of files currently opened, yet it


Index: hdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf/devel/hdf.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hdf.spec	1 Oct 2008 17:16:30 -0000	1.27
+++ hdf.spec	1 Oct 2008 17:59:49 -0000	1.28
@@ -1,12 +1,12 @@
 Name: hdf
 Version: 4.2r3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
 URL: http://hdfgroup.org/products/hdf4/index.html
 Source0: ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/HDF%{version}.tar.gz
-Patch0: hdf-4.2r1p4-maxavailfiles.patch
+Patch0: hdf-4.2r3-maxavailfiles.patch
 Patch1: hdf-4.2r3-ppc.patch
 Patch2: hdf-4.2r2-sparc.patch
 Patch3: hdf-4.2r2-s390.patch
@@ -109,6 +109,9 @@
 
 
 %changelog
+* Wed Oct  1 2008 Orion Poplawski <orion at cora.nwra.com> 4.2.r3-4
+- Rebase maxavailfiles patch
+
 * Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 4.2r3-3
 - Fix Patch0:/%%patch mismatch.
 


--- hdf-4.2r1p4-maxavailfiles.patch DELETED ---




More information about the fedora-extras-commits mailing list