Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2018-10-01 09:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdal (Old)
 and      /work/SRC/openSUSE:Factory/.gdal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdal"

Mon Oct  1 09:08:09 2018 rev:34 rq:639255 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdal/gdal.changes        2018-08-03 
12:35:31.315411201 +0200
+++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes   2018-10-01 
09:08:44.363721930 +0200
@@ -1,0 +2,12 @@
+Sat Sep 29 13:11:22 UTC 2018 - Bruno Friedmann <[email protected]>
+
+- Update to new bugfix 2.3.2 version
+  See details https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News 
+  This adds 65 bug fixes on top of 2.3.1. 
+  The C and C++ API and ABI are unchanged.
+- Packaging: 
+  + spec-cleaner -m -i URL and Requires order changes
+  + Remove patch gdal-fix_ecw5_detection.patch (merged upstream)
+  + Redone patch GDALmake.opt.in.patch with version 2.3.2
+
+-------------------------------------------------------------------

Old:
----
  gdal-2.3.1.tar.xz
  gdal-fix_ecw5_detection.patch

New:
----
  gdal-2.3.2.tar.xz

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

Other differences:
------------------
++++++ gdal.spec ++++++
--- /var/tmp/diff_new_pack.Xe3fVD/_old  2018-10-01 09:08:45.007721382 +0200
+++ /var/tmp/diff_new_pack.Xe3fVD/_new  2018-10-01 09:08:45.007721382 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,28 +24,23 @@
 %bcond_with ecw5_support
 %bcond_with fgdb_support
 Name:           gdal
-Version:        2.3.1
+Version:        2.3.2
 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
 Group:          Development/Libraries/C and C++
-Url:            http://www.gdal.org/
+URL:            http://www.gdal.org/
 Source0:        
http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz
 Patch0:         gdal-perl.patch
 # Fix occasional parallel build failure
 Patch1:         GDALmake.opt.in.patch
-# PATCH-FIX-UPSTREAM - gdal-fix_ecw5_detection.patch: fix ECW5 detection in 
configure
-Patch3:         gdal-fix_ecw5_detection.patch
+BuildRequires:  KEALib-devel
 BuildRequires:  blas-devel
 BuildRequires:  chrpath
 BuildRequires:  curl-devel
 BuildRequires:  dos2unix
 BuildRequires:  doxygen >= 1.4.2
 BuildRequires:  fdupes
-%if %{with fgdb_support}
-BuildRequires:  filegdb_api-devel
-%endif
-BuildRequires:  KEALib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  geos-devel >= 3
 BuildRequires:  giflib-devel
@@ -80,6 +75,9 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(xerces-c)
 BuildRequires:  pkgconfig(zlib) >= 1.1.4
+%if %{with fgdb_support}
+BuildRequires:  filegdb_api-devel
+%endif
 %if %{with ecw5_support}
 BuildRequires:  ERDAS-ECW_JPEG_2000_SDK-devel
 %else
@@ -120,9 +118,9 @@
 Summary:        GDAL library header files
 Group:          Development/Languages/C and C++
 Requires:       lib%{name}%{soversion} = %{version}
+Requires:       pkgconfig(libopenjp2)
 Provides:       lib%{name}%{soversion}-devel
 Provides:       lib%{name}-devel
-Requires:       pkgconfig(libopenjp2)
 
 %description devel
 Development Libraries for the GDAL file format library
@@ -170,7 +168,6 @@
 %setup -q -n %{sourcename}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch3 -p1
 
 # Set the right (build) libproj.so version
 PROJSOVER=$(ls -1 %_libdir/libproj.so.?? | awk -F '.' '{print $3}')
@@ -189,7 +186,7 @@
 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.
-%if 0%{suse_version} >= 1500
+%if 0%{?suse_version} >= 1500
 %define ecw_abi_conf newabi
 %else
 %define ecw_abi_conf ""

++++++ GDALmake.opt.in.patch ++++++
--- /var/tmp/diff_new_pack.Xe3fVD/_old  2018-10-01 09:08:45.019721371 +0200
+++ /var/tmp/diff_new_pack.Xe3fVD/_new  2018-10-01 09:08:45.019721371 +0200
@@ -1,6 +1,6 @@
 diff -rup a/GDALmake.opt.in b/GDALmake.opt.in
---- a/GDALmake.opt.in  2018-05-04 18:05:45.000000000 +0200
-+++ b/GDALmake.opt.in  2018-05-14 09:47:11.178524546 +0200
+--- a/GDALmake.opt.in  2018-09-21 11:01:50.000000000 +0200
++++ b/GDALmake.opt.in  2018-09-29 15:21:42.993179662 +0200
 @@ -67,7 +67,7 @@ INST_DOCS    =       @exec_prefix@/doc
  INST_MAN      =       @mandir@
  INST_HTML     =       $(HOME)/www/gdal

++++++ gdal-2.3.1.tar.xz -> gdal-2.3.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/gdal/gdal-2.3.1.tar.xz 
/work/SRC/openSUSE:Factory/.gdal.new/gdal-2.3.2.tar.xz differ: char 25, line 1


Reply via email to