From dca2b8f21b22d07b28d5cfbf00d841d7780f3d25 Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Thu, 18 Mar 2010 07:14:56 +0000 Subject: [PATCH] - fix bz#572617 --- gdal.spec | 6 +++++- import.log | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index 8772de9..6ad88a2 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -158,6 +158,7 @@ sed -i 's|-lgeotiff -L$with_geotiff $LIBS|-lgeotiff $LIBS|g' configure sed -i 's|-L\$with_geotiff\/lib -lgeotiff $LIBS|-lgeotiff $LIBS|g' configure sed -i 's|-lmfhdf -ldf|-L$libdir/hdf -lmfhdf -ldf|g' configure sed -i 's|-logdi31|-logdi|g' configure +sed -i 's|libproj.so|libproj.so.0|g' ogr/ogrct.cpp # fix python path for ppc64 sed -i 's|test \"$ARCH\" = \"x86_64\"|test \"$libdir\" = \"\/usr\/lib64\"|g' configure @@ -533,6 +534,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Mar 18 2010 Balint Cristian - 1.7.1-2 +- fix bz#572617 + * Thu Mar 18 2010 Balint Cristian - 1.7.1-1 - new stable branch - re-enable java ColorTable diff --git a/import.log b/import.log index fcbbaf5..1c7d3f5 100644 --- a/import.log +++ b/import.log @@ -8,3 +8,4 @@ gdal-1_6_0-2_fc11:HEAD:gdal-1.6.0-2.fc11.src.rpm:1233238875 gdal-1_6_0-3_fc11:HEAD:gdal-1.6.0-3.fc11.src.rpm:1233609041 gdal-1_6_0-4_fc11:HEAD:gdal-1.6.0-4.fc11.src.rpm:1233754182 gdal-1_7_1-1_fc13:HEAD:gdal-1.7.1-1.fc13.src.rpm:1268888938 +gdal-1_7_1-2_fc13:HEAD:gdal-1.7.1-2.fc13.src.rpm:1268896464