Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2019-10-11 15:16:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdal (Old)
 and      /work/SRC/openSUSE:Factory/.gdal.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdal"

Fri Oct 11 15:16:38 2019 rev:44 rq:736829 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdal/gdal.changes        2019-09-07 
11:53:31.310273354 +0200
+++ /work/SRC/openSUSE:Factory/.gdal.new.2352/gdal.changes      2019-10-11 
15:16:56.384165846 +0200
@@ -1,0 +2,13 @@
+Thu Oct 10 08:26:00 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Spec file cleanups
+- Remove poppler boost dependnecy
+- Enable LTO and zstd
+
+-------------------------------------------------------------------
+Sun Oct  6 12:00:05 UTC 2019 - Bruno Friedmann <br...@ioda-net.ch>
+
+- Fix build error on TW due to boo#1153146 poppler missing boost
+  devel 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gdal.spec ++++++
--- /var/tmp/diff_new_pack.LUzDZF/_old  2019-10-11 15:16:59.896156192 +0200
+++ /var/tmp/diff_new_pack.LUzDZF/_new  2019-10-11 15:16:59.932156093 +0200
@@ -30,8 +30,7 @@
 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:            https://www.gdal.org/
 Source0:        
http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz
 Source1:        
http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz.md5
 Patch0:         gdal-perl.patch
@@ -54,6 +53,7 @@
 BuildRequires:  hdf5-devel
 BuildRequires:  lapack-devel
 BuildRequires:  libtool
+BuildRequires:  libzstd-devel
 BuildRequires:  mysql-devel
 BuildRequires:  opencl-headers
 BuildRequires:  perl-ExtUtils-MakeMaker
@@ -66,10 +66,10 @@
 BuildRequires:  swig
 BuildRequires:  unixODBC-devel
 BuildRequires:  pkgconfig(OpenCL)
+BuildRequires:  pkgconfig(expat) >= 1.95.0
 BuildRequires:  pkgconfig(freexl)
 BuildRequires:  pkgconfig(json)
 BuildRequires:  pkgconfig(json-c)
-BuildRequires:  pkgconfig(expat) >= 1.95.0
 BuildRequires:  pkgconfig(libgeotiff) >= 1.2.1
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(liblzma)
@@ -111,7 +111,6 @@
 
 %package devel
 Summary:        GDAL library header files
-Group:          Development/Languages/C and C++
 Requires:       lib%{name}%{soversion} = %{version}
 Requires:       pkgconfig(libopenjp2)
 Provides:       lib%{name}%{soversion}-devel = %{version}
@@ -122,7 +121,6 @@
 
 %package -n lib%{name}%{soversion}
 Summary:        GDAL static libraries
-Group:          System/Libraries
 
 %description -n lib%{name}%{soversion}
 GDAL and OGR are translator libraries for raster and vector geospatial data
@@ -131,7 +129,6 @@
 
 %package -n perl-%{name}
 Summary:        Perl bindings for GDAL
-Group:          Development/Languages/Perl
 Requires:       %{name} = %{version}-%{release}
 %{perl_requires}
 
@@ -140,7 +137,6 @@
 
 %package -n python2-%{pypi_package_name}
 Summary:        GDAL Python module
-Group:          Development/Languages/Python
 Requires:       %{name} = %{version}-%{release}
 # Renaming to uppercase 'GDAL' during 2.4.0; previously used lowercase
 Provides:       python2-%{name} = %{version}
@@ -153,7 +149,6 @@
 
 %package -n python3-%{pypi_package_name}
 Summary:        GDAL Python3 module
-Group:          Development/Languages/Python
 Requires:       %{name} = %{version}-%{release}
 Provides:       python3-%{name} = %{version}
 Obsoletes:      python3-%{name} < %{version}
@@ -166,7 +161,7 @@
 %autopatch -p1
 
 # Set the right (build) libproj.so version, use the upper found version.
-PROJSOVER=$(ls -1 %_libdir/libproj.so.?? | tail -n1 | awk -F '.' '{print $3}')
+PROJSOVER=$(ls -1 %{_libdir}/libproj.so.?? | tail -n1 | awk -F '.' '{print 
$3}')
 sed -i "s,#  define LIBNAME \"libproj.so\",#  define LIBNAME 
\"libproj.so.${PROJSOVER}\",g" ogr/ogrct.cpp
 
 # Fix mandir
@@ -254,7 +249,8 @@
         --without-hdf4          \
         --with-hdf5             \
         --with-webp             \
-        --disable-rpath
+        --disable-rpath         \
+        --enable-lto
 
 # regenerate where needed
 for M in perl python;


Reply via email to