Accepting request 621337 from home:bruno_friedmann:branches:Application:Geo
- Upgrade to new bugfix 2.3.1 version See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News + Fix build with recent Poppler (0.64) (#573) + PDF driver: fix build against PDFium (#612) + Do not use json-c private API RDA and AmigoCloud? drivers(#618) + fix build against MySQL 8.0 + Include gdalsse_priv.h from user defined paths + Unix: - update GRASS drivers to support GRASS 7.4.0 (#633) - configure: use CXXFLAGS when CXX is used (#693) - Packaging : redone patches against new version + gdal-perl.patch OBS-URL: https://build.opensuse.org/request/show/621337 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=67
This commit is contained in:
parent
dbcbfde867
commit
e619bec7c2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f75e49aa30de140525ccb58688667efe3a2d770576feb7fbc91023b7f552aa2
|
|
||||||
size 8760248
|
|
3
gdal-2.3.1.tar.xz
Normal file
3
gdal-2.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c4625c45a3ee7e49a604ef221778983dd9fd8104922a87f20b99d9bedb7725a
|
||||||
|
size 8768888
|
@ -1,23 +1,21 @@
|
|||||||
diff -rup a/swig/perl/GNUmakefile b/swig/perl/GNUmakefile
|
diff -rup a/swig/perl/GNUmakefile b/swig/perl/GNUmakefile
|
||||||
--- a/swig/perl/GNUmakefile 2017-04-28 18:07:38.000000000 +0200
|
--- a/swig/perl/GNUmakefile 2018-06-23 17:05:47.000000000 +0200
|
||||||
+++ b/swig/perl/GNUmakefile 2017-05-19 21:09:04.906101672 +0200
|
+++ b/swig/perl/GNUmakefile 2018-07-05 14:42:01.858099024 +0200
|
||||||
@@ -30,7 +30,7 @@ build: gdal_wrap.cc Makefile_Geo__GDAL
|
@@ -31,6 +31,7 @@ gdal_wrap.cc: generate
|
||||||
gdal_wrap.cc: generate
|
|
||||||
|
|
||||||
Makefile_Geo__GDAL:
|
Makefile_Geo__GDAL: gdal_wrap.cc
|
||||||
- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
|
perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
|
||||||
+ perl Makefile.PL INSTALLDIRS=vendor
|
+ perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
$(MAKE) -f Makefile_Geo__GDAL test
|
$(MAKE) -f Makefile_Geo__GDAL test
|
||||||
diff -rup a/swig/perl/Makefile b/swig/perl/Makefile
|
diff -rup a/swig/perl/Makefile b/swig/perl/Makefile
|
||||||
--- a/swig/perl/Makefile 2017-04-28 18:07:38.000000000 +0200
|
--- a/swig/perl/Makefile 2018-06-23 17:05:47.000000000 +0200
|
||||||
+++ b/swig/perl/Makefile 2017-05-19 21:09:20.618146109 +0200
|
+++ b/swig/perl/Makefile 2018-07-05 14:42:41.822293920 +0200
|
||||||
@@ -7,7 +7,7 @@ build: Makefile_Geo__GDAL
|
@@ -8,6 +8,7 @@ build: Makefile_Geo__GDAL
|
||||||
$(MAKE) -f Makefile_Geo__OSR
|
|
||||||
|
|
||||||
Makefile_Geo__GDAL:
|
Makefile_Geo__GDAL:
|
||||||
- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
|
perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
|
||||||
+ perl Makefile.PL INSTALLDIRS=vendor
|
+ perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
|
16
gdal.changes
16
gdal.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 6 11:20:45 UTC 2018 - bruno@ioda-net.ch
|
||||||
|
|
||||||
|
- Upgrade to new bugfix 2.3.1 version
|
||||||
|
See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
|
||||||
|
+ Fix build with recent Poppler (0.64) (#573)
|
||||||
|
+ PDF driver: fix build against PDFium (#612)
|
||||||
|
+ Do not use json-c private API RDA and AmigoCloud? drivers(#618)
|
||||||
|
+ fix build against MySQL 8.0
|
||||||
|
+ Include gdalsse_priv.h from user defined paths
|
||||||
|
+ Unix:
|
||||||
|
- update GRASS drivers to support GRASS 7.4.0 (#633)
|
||||||
|
- configure: use CXXFLAGS when CXX is used (#693)
|
||||||
|
- Packaging : redone patches against new version
|
||||||
|
+ gdal-perl.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 08:36:31 UTC 2018 - guillaume.gardet@opensuse.org
|
Thu Jun 14 08:36:31 UTC 2018 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%bcond_with ecw5_support
|
%bcond_with ecw5_support
|
||||||
%bcond_with fgdb_support
|
%bcond_with fgdb_support
|
||||||
Name: gdal
|
Name: gdal
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats
|
Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats
|
||||||
License: MIT AND BSD-3-Clause AND SUSE-Public-Domain
|
License: MIT AND BSD-3-Clause AND SUSE-Public-Domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user