From a17b25d31c1e0dbc44fc990ada07940d7b2230f9 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 29 Feb 2008 22:51:15 +0000 Subject: [PATCH] - Rebuild for hdf5-1.8.0, use compatability API define --- gdal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index 7503564..19c8273 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -134,6 +134,7 @@ export CPPFLAGS="$CPPFLAGS -I%{_includedir}/netcdf-3" export CPPFLAGS="$CPPFLAGS -I%{_includedir}/hdf" export CPPFLAGS="$CPPFLAGS -I%{_includedir}/libgeotiff" export CPPFLAGS="$CPPFLAGS `dap-config --cflags`" +export CPPFLAGS="$CPPFLAGS -DH5_USE_16_API" export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" @@ -369,6 +370,9 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/* %changelog +* Wed Feb 29 2008 Orion Poplawski - 1.5.0-4 +- Rebuild for hdf5-1.8.0, use compatability API define + * Tue Feb 12 2008 Balint Cristian - 1.5.0-3 - install cpl_config.h manually for bz#430894 - fix gcc4.3 build