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
This commit is contained in:
Martin Pluskal 2021-11-29 06:54:59 +00:00 committed by Git OBS Bridge
parent 7ce3ca16d6
commit 361bb83d82
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82f1345e5fa530c407cb1fc0752e83f8d08d2b98772941bbdc7820241f7fada2
size 5797853

3
proj-8.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de93df9a4aa88d09459ead791f2dbc874b897bf67a5bbb3e4b68de7b1bdef13c
size 5880399

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Nov 26 18:32:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <opensuse@navlost.eu>

View File

@ -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