From bb6b7ced86c05dd7b1330506356f0e3a71549193c27358f51e8cfd6894e3b326 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 27 Jul 2018 07:37:42 +0000 Subject: [PATCH] Accepting request 625683 from home:Guillaume_G:branches:home:Le_Docteur - Fix FileGDB support OBS-URL: https://build.opensuse.org/request/show/625683 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=73 --- gdal.changes | 5 +++++ gdal.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gdal.changes b/gdal.changes index 7e6ad9a..bb274a4 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 07:08:28 UTC 2018 - guillaume.gardet@opensuse.org + +- Fix FileGDB support + ------------------------------------------------------------------- Tue Jul 17 12:12:35 UTC 2018 - guillaume.gardet@opensuse.org diff --git a/gdal.spec b/gdal.spec index 63bacdf..0eb1685 100644 --- a/gdal.spec +++ b/gdal.spec @@ -254,6 +254,7 @@ autoreconf -fi %if %{with fgdb_support} --with-fgdb \ --with-static-proj4 \ + --with-proj5-api=no \ %endif %if 0%{?suse_version} > 1320 --with-opencl \