Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2018-06-19 12:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdal (Old)
 and      /work/SRC/openSUSE:Factory/.gdal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdal"

Tue Jun 19 12:02:39 2018 rev:28 rq:617026 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdal/gdal.changes        2018-06-02 
12:14:34.622644847 +0200
+++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes   2018-06-19 
12:02:47.103988878 +0200
@@ -1,0 +2,5 @@
+Thu Jun 14 08:36:31 UTC 2018 - [email protected]
+
+- Add optional filegdb_api support, disabled by default
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdal.spec ++++++
--- /var/tmp/diff_new_pack.8NrYyI/_old  2018-06-19 12:02:49.127913732 +0200
+++ /var/tmp/diff_new_pack.8NrYyI/_new  2018-06-19 12:02:49.135913435 +0200
@@ -22,6 +22,7 @@
 %define sourcename gdal
 %bcond_with ecw_support
 %bcond_with ecw5_support
+%bcond_with fgdb_support
 Name:           gdal
 Version:        2.3.0
 Release:        0
@@ -42,6 +43,9 @@
 BuildRequires:  dos2unix
 BuildRequires:  doxygen >= 1.4.2
 BuildRequires:  fdupes
+%if %{with fgdb_support}
+BuildRequires:  filegdb_api-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  geos-devel >= 3
 BuildRequires:  giflib-devel
@@ -242,6 +246,10 @@
         CFLAGS="$CFLAGS -pthread" \
 %endif
 %endif
+%if %{with fgdb_support}
+       --with-fgdb \
+       --with-static-proj4 \
+%endif
 %if 0%{?suse_version} > 1320
         --with-opencl           \
 %endif


Reply via email to