Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2020-07-20 20:59:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdal (Old)
 and      /work/SRC/openSUSE:Factory/.gdal.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdal"

Mon Jul 20 20:59:24 2020 rev:54 rq:821750 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdal/gdal.changes        2020-07-09 
13:22:02.025775211 +0200
+++ /work/SRC/openSUSE:Factory/.gdal.new.3592/gdal.changes      2020-07-20 
21:00:28.309038243 +0200
@@ -1,0 +2,7 @@
+Sun Jul 19 01:20:55 UTC 2020 - Stefan BrĂ¼ns <[email protected]>
+
+- Work-around occasional build failures due to incomplete ordering
+  in Makefile. (https://github.com/OSGeo/gdal/issues/2777)
+- Avoid double gdal prefix for /usr/share/gdal/gdal/*
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gdal.spec ++++++
--- /var/tmp/diff_new_pack.AThETg/_old  2020-07-20 21:00:31.981041964 +0200
+++ /var/tmp/diff_new_pack.AThETg/_new  2020-07-20 21:00:31.989041972 +0200
@@ -202,7 +202,7 @@
 %configure \
         --prefix=%{_prefix}     \
         --includedir=%{_includedir}/gdal \
-        --datadir=%{_datadir}/gdal \
+        --datadir=%{_datadir}   \
         --with-threads          \
         --disable-static        \
         --with-geotiff          \
@@ -266,7 +266,9 @@
   make %{?_smp_mflags} -C swig/${M} generate
 done
 
-make %{?_smp_mflags} VERBOSE=1 all \
+# Workaround incomplete ordering in Makefile
+%make_build lib-dependencies
+%make_build all
 
 # Make Python 3 module
 pushd swig/python


Reply via email to