Hello community, here is the log from the commit of package gdal for openSUSE:Leap:15.2 checked in at 2020-04-18 18:41:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gdal (Old) and /work/SRC/openSUSE:Leap:15.2/.gdal.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdal" Sat Apr 18 18:41:02 2020 rev:29 rq:795311 version:3.0.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gdal/gdal.changes 2020-04-12 15:39:01.338040789 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.gdal.new.2738/gdal.changes 2020-04-18 18:41:07.357965267 +0200 @@ -1,0 +2,5 @@ +Fri Apr 17 09:58:35 UTC 2020 - Guillaume GARDET <[email protected]> + +- Fixes for previous commit "Rework ECW5 SDK handling" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdal.spec ++++++ --- /var/tmp/diff_new_pack.O6vkVQ/_old 2020-04-18 18:41:07.809966222 +0200 +++ /var/tmp/diff_new_pack.O6vkVQ/_new 2020-04-18 18:41:07.809966222 +0200 @@ -184,9 +184,12 @@ find . -iname "*.py" -exec sed -i 's,^#!%{_bindir}/env python$,#!%{_bindir}/python3,' {} \; %if %{with ecw5_support} # gdal configure script looks for a given layout, so reproduce what is expected. -mkdir -p ../ECW/Desktop_Read-Only/lib/x64/ -ln -s %{_libdir} ../ECW/Desktop_Read-Only/lib/x64/release -ln -s %{_includedir} ../ECW/Desktop_Read-Only/include +export ECW_PATH="../ECW/Desktop_Read-Only" +export ECW_LIB_PATH="$ECW_PATH/lib/cpp11abi/x64/release" +export ECW_INC_PATH="$ECW_PATH/include" +mkdir -p $ECW_PATH/lib/cpp11abi/x64/ +ln -s %{_libdir} $ECW_LIB_PATH +ln -s %{_includedir} $ECW_INC_PATH %endif %build
