Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2017-11-25 08:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdal (Old)
 and      /work/SRC/openSUSE:Factory/.gdal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdal"

Sat Nov 25 08:42:48 2017 rev:22 rq:545073 version:2.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdal/gdal.changes        2017-11-09 
14:06:31.320042526 +0100
+++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes   2017-11-25 
08:42:49.341900584 +0100
@@ -1,0 +2,10 @@
+Thu Nov 23 20:34:20 UTC 2017 - [email protected]
+
+- Update to new upstream bugfix release 2.2.3
+  See details https://trac.osgeo.org/gdal/wiki/Release/2.2.3-News 
+- Packaging : 
+  + remove wrong /usr/bin/env python shebang
+  + use /usr/bin/python3 for all /usr/bin/gdal*.py scripts
+- Remove gdal-2.2.2-mariadb_102_build_fix.patch merged upstream
+
+-------------------------------------------------------------------

Old:
----
  gdal-2.2.2-mariadb_102_build_fix.patch
  gdal-2.2.2.tar.xz

New:
----
  gdal-2.2.3.tar.xz

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

Other differences:
------------------
++++++ gdal.spec ++++++
--- /var/tmp/diff_new_pack.1mLA1n/_old  2017-11-25 08:42:50.373862985 +0100
+++ /var/tmp/diff_new_pack.1mLA1n/_new  2017-11-25 08:42:50.377862839 +0100
@@ -23,7 +23,7 @@
 %define sourcename gdal
 
 Name:           gdal
-Version:        2.2.2
+Version:        2.2.3
 Release:        0
 Summary:        GDAL/OGR - a translator library for raster and vector 
geospatial data formats
 License:        MIT and BSD-3-Clause and SUSE-Public-Domain
@@ -36,8 +36,6 @@
 # Fix hard coded name of libproj library
 # But libproj.so is valid if libproj-devel is installed ?
 Patch2:         gdal-libproj.patch
-# PATCH-FIX-UPSTREAM [email protected] -- fix build with MariaDB 10.2
-Patch3:         gdal-2.2.2-mariadb_102_build_fix.patch
 BuildRequires:  blas-devel
 BuildRequires:  chrpath
 BuildRequires:  curl-devel
@@ -160,7 +158,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # Fix mandir
 sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
@@ -170,6 +167,10 @@
   find . -name "${F}" -exec dos2unix {} \;
 done
 
+#Fix wrong /usr/bin/env phyton
+#Create the move to python3
+find . -iname "*.py" -exec sed -i 's,^#!/usr/bin/env 
python$,#!/usr/bin/python3,' {} \;
+
 %build
 # need to regenerate (old one does not accept CFLAGS)
 autoreconf -fi

++++++ gdal-2.2.2.tar.xz -> gdal-2.2.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/gdal/gdal-2.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.gdal.new/gdal-2.2.3.tar.xz differ: char 27, line 1


Reply via email to