Accepting request 607382 from home:bruno_friedmann:branches:Application:Geo

- Upgrade to new 2.3.0 version
  See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News   
  + Source code is now hosted on github
  + RFC 70: Guessing output format from output file name extension
    for utilities
    https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess
  + RFC 68: C++11 Compilation requirement
    https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11
    GDAL now requires a C++11 compatible compiler. External code 
    using GDAL C++ API will also need to enable at least C++11 
    compilation mode, if the compiler defaults to C++98/C++03.
  + Stricter const-ness in OGRGeomFieldDefn, OGRFeatureDefn and 
    OGRFeature classes, impacting out-of-tree drivers that subclass
    them.
- Packaging : redone patches against new version
  + GDALmake.opt.in.patch
  + gdal-libproj.patch

- Add optional support to ECW5 JPEG lib support disabled by default

OBS-URL: https://build.opensuse.org/request/show/607382
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=60
This commit is contained in:
Martin Pluskal
2018-05-15 08:54:45 +00:00
committed by Git OBS Bridge
parent ffc5ccf679
commit 9df2edffde
6 changed files with 60 additions and 14 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 14 14:03:36 UTC 2018 - bruno@ioda-net.ch
- Upgrade to new 2.3.0 version
See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
+ Source code is now hosted on github
+ RFC 70: Guessing output format from output file name extension
for utilities
https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess
+ RFC 68: C++11 Compilation requirement
https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11
GDAL now requires a C++11 compatible compiler. External code
using GDAL C++ API will also need to enable at least C++11
compilation mode, if the compiler defaults to C++98/C++03.
+ Stricter const-ness in OGRGeomFieldDefn, OGRFeatureDefn and
OGRFeature classes, impacting out-of-tree drivers that subclass
them.
- Packaging : redone patches against new version
+ GDALmake.opt.in.patch
+ gdal-libproj.patch
-------------------------------------------------------------------
Mon May 7 12:40:25 UTC 2018 - guillaume.gardet@opensuse.org
- Add optional support to ECW5 JPEG lib support disabled by default
-------------------------------------------------------------------
Thu Apr 5 14:51:21 UTC 2018 - bruno@ioda-net.ch