Bas Couwenberg pushed to branch master at Debian GIS Project / pgsql-ogr-fdw
Commits: dfcfbc4d by Bas Couwenberg at 2020-05-14T06:01:33+02:00 New upstream version 1.0.11 - - - - - 1c644f42 by Bas Couwenberg at 2020-05-14T06:01:34+02:00 Update upstream source from tag 'upstream/1.0.11' Update to upstream version '1.0.11' with Debian dir 40f8f2ae552d5cc5acf60902b416658d8aba35f0 - - - - - be95d523 by Bas Couwenberg at 2020-05-14T06:01:51+02:00 New upstream release. - - - - - 02faaf03 by Bas Couwenberg at 2020-05-14T06:02:35+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - ogr_fdw.c Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pgsql-ogr-fdw (1.0.11-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Bas Couwenberg <[email protected]> Thu, 14 May 2020 06:02:20 +0200 + pgsql-ogr-fdw (1.0.10-1) unstable; urgency=medium * Team upload. ===================================== ogr_fdw.c ===================================== @@ -969,7 +969,7 @@ ogrSpatialFilterFromList(const List* lst) spatial_filter->minx = floatVal(lsecond(lst)); spatial_filter->miny = floatVal(lthird(lst)); spatial_filter->maxx = floatVal(lfourth(lst)); - spatial_filter->maxy = floatVal(list_nth(lst, 5)); + spatial_filter->maxy = floatVal(list_nth(lst, 4)); /* list_nth counts from zero */ return spatial_filter; } View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/compare/69c9627d3867a487781b49df0312359be01c6900...02faaf03a41adfbcf267dca5d6dbe40a43578e7d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/compare/69c9627d3867a487781b49df0312359be01c6900...02faaf03a41adfbcf267dca5d6dbe40a43578e7d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
