diff --git a/gdal.changes b/gdal.changes index bc1d84a..85044cb 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 10 07:52:21 UTC 2018 - guillaume@opensuse.org + +- Enable KEA support + ------------------------------------------------------------------- Fri Jul 6 11:20:45 UTC 2018 - bruno@ioda-net.ch diff --git a/gdal.spec b/gdal.spec index 41d55c3..6009b91 100644 --- a/gdal.spec +++ b/gdal.spec @@ -46,6 +46,7 @@ BuildRequires: fdupes %if %{with fgdb_support} BuildRequires: filegdb_api-devel %endif +BuildRequires: KEALib-devel BuildRequires: gcc-c++ BuildRequires: geos-devel >= 3 BuildRequires: giflib-devel @@ -213,6 +214,7 @@ autoreconf -fi --with-libz \ --with-liblzma \ --with-cfitsio=no \ + --with-kea=yes \ --with-netcdf \ --with-openjpeg \ --with-curl \