From d0ace0a5e9019003af9024ebb62a5cb7e4c998d4 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 20 Jul 2010 20:05:32 +0000 Subject: [PATCH] - Rebuild with grass support --- gdal.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index c575d6f..b72609a 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -29,7 +29,7 @@ BuildRequires: ant swig ruby java-devel-gcj %endif # enable/disable grass support, for bootstrapping -%define grass_support 0 +%define grass_support 1 # enable/disable refman generation %define build_refman 1 @@ -536,6 +536,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jul 20 2010 Orion Poplawski - 1.7.2-4 +- Rebuild with grass support + * Thu Jul 17 2010 Orion Poplawski - 1.7.2-3 - Add patch to change AISConnect() to Connect() for libdap 3.10 - build without grass for libdap soname bump