From 97966d74dd9422a0ceb3e9b4169703da95ce4d7f Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Thu, 27 Mar 2008 22:05:15 +0000 Subject: [PATCH] - enable build against newer grass - enable build of reference manuals ---------------------------------------------------------------------- Modified Files: devel/.cvsignore devel/gdal.spec devel/sources ---------------------------------------------------------------------- --- .cvsignore | 2 +- gdal.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6aac271..700987a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -gdalautotest-1.5.0.tar.gz gdal-1.5.1-fedora.tar.gz +gdalautotest-1.5.0.tar.gz diff --git a/gdal.spec b/gdal.spec index 1e67a67..841a6ce 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -20,9 +20,9 @@ BuildRequires: python-devel >= 2.4 xerces-c-devel BuildRequires: perl(ExtUtils::MakeMaker) # enable/disable grass support, for bootstrapping -%define grass_support 0 +%define grass_support 1 # enable/disable refman generation -%define build_refman 0 +%define build_refman 1 %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") @@ -372,6 +372,10 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/* %changelog +* Fri Mar 28 2008 Balint Cristian - 1.5.1-2 +- enable build against newer grass +- enable build of reference manuals + * Tue Mar 25 2008 Balint Cristian - 1.5.1-1 - new bugfix release from upstream - drop large parts from gcc43 patch, some are upstream now diff --git a/sources b/sources index 1e92b60..5ed14b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e8a9a020f086a4ed977b30921785006f gdalautotest-1.5.0.tar.gz 6027a5c46da797133ecee063cacec9c3 gdal-1.5.1-fedora.tar.gz +e8a9a020f086a4ed977b30921785006f gdalautotest-1.5.0.tar.gz