diff -Nru node-srs-1.2.0+~2.6.0/debian/changelog node-srs-1.2.0+~2.6.2/debian/changelog --- node-srs-1.2.0+~2.6.0/debian/changelog 2020-12-07 17:23:37.000000000 +0000 +++ node-srs-1.2.0+~2.6.2/debian/changelog 2020-12-15 12:06:22.000000000 +0000 @@ -1,3 +1,10 @@ +node-srs (1.2.0+~2.6.2-1) unstable; urgency=medium + + * Team upload + * New upstream version 1.2.0+~2.6.2 + + -- Xavier Guimard Tue, 15 Dec 2020 13:06:22 +0100 + node-srs (1.2.0+~2.6.0-1) unstable; urgency=medium * Team upload diff -Nru node-srs-1.2.0+~2.6.0/gdal/package.json node-srs-1.2.0+~2.6.2/gdal/package.json --- node-srs-1.2.0+~2.6.0/gdal/package.json 2020-12-03 02:54:22.000000000 +0000 +++ node-srs-1.2.0+~2.6.2/gdal/package.json 2020-12-09 07:13:05.000000000 +0000 @@ -1,6 +1,6 @@ { "name": "gdal-next", - "version": "2.6.0", + "version": "2.6.2", "description": "Bindings to GDAL (Geospatial Data Abstraction Library) [Fork]", "license": "Apache-2.0", "url": "http://github.com/contra/node-gdal-next", @@ -49,7 +49,7 @@ }, "dependencies": { "nan": "^2.14.0", - "node-pre-gyp": "^0.16.0" + "node-pre-gyp": "^0.17.0" }, "bundledDependencies": [ "node-pre-gyp" diff -Nru node-srs-1.2.0+~2.6.0/gdal/README.md node-srs-1.2.0+~2.6.2/gdal/README.md --- node-srs-1.2.0+~2.6.0/gdal/README.md 2020-12-03 02:54:22.000000000 +0000 +++ node-srs-1.2.0+~2.6.2/gdal/README.md 2020-12-09 07:13:05.000000000 +0000 @@ -9,6 +9,7 @@ - Adds `Geometry.fromGeoJson` to parse GeoJSON easily - Adds async support for raster data + opening/parsing files - Adds support for vsimem files using buffers +- Fixes loads of bugs, performance issues, and more See the [ROADMAP](ROADMAP.md) for more info about the future of this fork. All thanks and credit goes to the original maintainers!