From 361bb83d82dffb654ec679d8a1fee1e7f47a5f9fa6561fca998571935f71fbe2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 29 Nov 2021 06:54:59 +0000 Subject: [PATCH] Accepting request 934171 from home:dirkmueller:Factory - update 8.2.0: * Added the S2 projection (#2749) * Added support for Degree Sign on input (#2791) * ESRI WKT: add support for import/export of (non interrupted) Goode Homolosine (#2827) * Make filemanager aware of UWP Win32 API (#2831) * Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address netCDF datasets using a pole rotation method (#2835) * Emit better debug message when a grid isn't found (#2838) * Add support for GeodeticCRS using a Spherical planetocentric coordinate system * PROJJSON: support additional properties allowed in id object (version, authority_citation, uri) for parity with WKT2:2019 (#2850) * Database layout modified to include "anchor" field to geodetic_datum and vertical_datum tables, consequently database layout version is increased * proj_factors(): accept P to be a projected CRS (#2868) * Add IAU_2015 CRS definitions (#2876) * CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (#2877) * Added proj_trans_bounds() (#2882) * Add fallback strategy for tinshift transform to use closest triangle for points not in any (#2907) * Database: update to EPSG v10.038 (#2910) * Fix O(n^2) performance patterns where n is the number of steps of a pipeline (#2820) * Detect ESRI WKT better in certain circumstances (#2823) * Fix performance issue on pipeline instanciation of huge (broken) pipelines (#2824) OBS-URL: https://build.opensuse.org/request/show/934171 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=61 --- proj-8.1.1.tar.gz | 3 --- proj-8.2.0.tar.gz | 3 +++ proj.changes | 31 +++++++++++++++++++++++++++++++ proj.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 proj-8.1.1.tar.gz create mode 100644 proj-8.2.0.tar.gz diff --git a/proj-8.1.1.tar.gz b/proj-8.1.1.tar.gz deleted file mode 100644 index 96aa1fc..0000000 --- a/proj-8.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f1345e5fa530c407cb1fc0752e83f8d08d2b98772941bbdc7820241f7fada2 -size 5797853 diff --git a/proj-8.2.0.tar.gz b/proj-8.2.0.tar.gz new file mode 100644 index 0000000..1d4ea61 --- /dev/null +++ b/proj-8.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de93df9a4aa88d09459ead791f2dbc874b897bf67a5bbb3e4b68de7b1bdef13c +size 5880399 diff --git a/proj.changes b/proj.changes index 9e01f22..0ead84d 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Nov 26 18:32:18 UTC 2021 - Dirk Müller + +- update 8.2.0: + * Added the S2 projection (#2749) + * Added support for Degree Sign on input (#2791) + * ESRI WKT: add support for import/export of (non interrupted) + Goode Homolosine (#2827) + * Make filemanager aware of UWP Win32 API (#2831) + * Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to + address netCDF datasets using a pole rotation method (#2835) + * Emit better debug message when a grid isn't found (#2838) + * Add support for GeodeticCRS using a Spherical planetocentric + coordinate system + * PROJJSON: support additional properties allowed in id object (version, + authority_citation, uri) for parity with WKT2:2019 (#2850) + * Database layout modified to include "anchor" field to geodetic_datum and + vertical_datum tables, consequently database layout version is increased + * proj_factors(): accept P to be a projected CRS (#2868) + * Add IAU_2015 CRS definitions (#2876) + * CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (#2877) + * Added proj_trans_bounds() (#2882) + * Add fallback strategy for tinshift transform to use closest triangle for + points not in any (#2907) + * Database: update to EPSG v10.038 (#2910) + * Fix O(n^2) performance patterns where n is the number of steps of + a pipeline (#2820) + * Detect ESRI WKT better in certain circumstances (#2823) + * Fix performance issue on pipeline instanciation of huge (broken) + pipelines (#2824) + ------------------------------------------------------------------- Sun Oct 24 17:31:24 UTC 2021 - D. Berge diff --git a/proj.spec b/proj.spec index 59bc026..e30b8b5 100644 --- a/proj.spec +++ b/proj.spec @@ -20,7 +20,7 @@ %define sover 22 %define libname lib%{name}%{sover} Name: proj -Version: 8.1.1 +Version: 8.2.0 Release: 0 Summary: Cartographic projection software License: MIT