Hello community, here is the log from the commit of package gdal for openSUSE:Factory checked in at 2015-12-13 09:39:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdal (Old) and /work/SRC/openSUSE:Factory/.gdal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdal" Changes: -------- --- /work/SRC/openSUSE:Factory/gdal/gdal.changes 2015-09-30 05:52:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes 2015-12-13 09:40:00.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 9 16:05:00 UTC 2015 - [email protected] + +- Enable opencl and freexl support +- Update dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdal.spec ++++++ --- /var/tmp/diff_new_pack.DrqDWK/_old 2015-12-13 09:40:01.000000000 +0100 +++ /var/tmp/diff_new_pack.DrqDWK/_new 2015-12-13 09:40:01.000000000 +0100 @@ -53,6 +53,7 @@ BuildRequires: libtiff-devel >= 3.6.0 BuildRequires: libtool BuildRequires: libxerces-c-devel +BuildRequires: libxml2-devel BuildRequires: netcdf-devel BuildRequires: openjpeg2-devel BuildRequires: poppler-devel @@ -71,10 +72,14 @@ %if 0%{?suse_version} >= 1310 BuildRequires: autoconf BuildRequires: automake +BuildRequires: freexl-devel BuildRequires: hdf5-devel -%endif -%if 0%{?suse_version} > 1310 && 0%{?suse_version} != 1315 BuildRequires: libwebp-devel +%endif +%if 0%{?suse_version} > 1320 +BuildRequires: libjson-c-devel +BuildRequires: ocl-icd-devel +BuildRequires: opencl-headers BuildRequires: perl-ExtUtils-MakeMaker %else BuildRequires: hdf-devel >= 4.0 @@ -160,7 +165,7 @@ %build # need to regenerate (old one does not accpet CFLAGS) %if 0%{?suse_version} >= 1310 -autoreconf -fi +autoreconf -fiv %endif %configure \ @@ -196,6 +201,7 @@ --with-python \ --with-perl \ --with-mysql \ + --with-freexl \ --with-xerces=yes \ --with-xerces-lib="-lxerces-c" \ --with-xerces-inc=%{_includedir}/xercesc \ @@ -203,6 +209,9 @@ --with-ecw \ CFLAGS="$CFLAGS -pthread" \ %endif +%if 0%{?suse_version} > 1320 + --with-opencl \ +%endif %if 0%{?suse_version} > 1310 --without-hdf4 \ --with-hdf5 \
