Accepting request 745525 from Application:Geo:Staging
- Update to version 6.2.1: * Update the EPSG database to version 9.8.2 * Fixed erroneous spelling of "Potsdam" (#1573) * Calculate y-coordinate correctly in bertin1953 in all cases (#1579) * proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583) * PROJStringParser::createFromPROJString(): avoid potential infinite recursion (#1574) * Avoid core dump when setting ctx==NULL in functions proj_coordoperation_is_instantiable and * proj_coordoperation_has_ballpark_transformation (#1590) * createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-kosher options and +towgs84/+nadgrids (#1602) * proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value is passed to the function (#1604) * Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only only allowing +o_proj=longlat (#1601) * Improve backwards compatibility of vertical transforms (#1613) * Improve emulation of deprecated +init style initialization (#1614) * cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563) * Avoid divisions by zero in odd situations (#1620) * Avoid compile error on Solaris (#1639) * proj_create_crs_to_crs(): fix when there are only transformations with ballpark steps (#1643) * PROJ string CRS ingester: recognize more unit-less parameters, and handling of +key=string_value parameters (#1645) * Only call pkg-config in configure when necessary (#1652) * aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin (#1654) * proj_create_crs_to_crs(): remove elimination of Ballpark operations that caused transformation failures in some cases (#1665) * createOperations(): allow transforming from a compoundCRS of a bound verticalCRS to a 2D CRS (#1667) * Avoid segfaults in case of out-of-memory situations (#1679) * createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit (#1683) * importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690) OBS-URL: https://build.opensuse.org/request/show/745525 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=44
This commit is contained in:
parent
092f0b7ee0
commit
8c10a8114a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b300c0f872f632ad7f8eb60725edbf14f0f8f52db740a3ab23e7b94f1cd22a50
|
|
||||||
size 2685319
|
|
3
proj-6.2.1.tar.gz
Normal file
3
proj-6.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f2e0fe63312f1e766057cceb53dc9585c4a335ff6641de45696dbd40d17c340
|
||||||
|
size 2698759
|
29
proj.changes
29
proj.changes
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 05 14:00:00 UTC 2019 - Angelos Tzotsos <tzotsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 6.2.1:
|
||||||
|
* Update the EPSG database to version 9.8.2
|
||||||
|
* Fixed erroneous spelling of "Potsdam" (#1573)
|
||||||
|
* Calculate y-coordinate correctly in bertin1953 in all cases (#1579)
|
||||||
|
* proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583)
|
||||||
|
* PROJStringParser::createFromPROJString(): avoid potential infinite recursion (#1574)
|
||||||
|
* Avoid core dump when setting ctx==NULL in functions proj_coordoperation_is_instantiable and
|
||||||
|
* proj_coordoperation_has_ballpark_transformation (#1590)
|
||||||
|
* createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-kosher options and +towgs84/+nadgrids (#1602)
|
||||||
|
* proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value is passed to the function (#1604)
|
||||||
|
* Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only only allowing +o_proj=longlat (#1601)
|
||||||
|
* Improve backwards compatibility of vertical transforms (#1613)
|
||||||
|
* Improve emulation of deprecated +init style initialization (#1614)
|
||||||
|
* cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563)
|
||||||
|
* Avoid divisions by zero in odd situations (#1620)
|
||||||
|
* Avoid compile error on Solaris (#1639)
|
||||||
|
* proj_create_crs_to_crs(): fix when there are only transformations with ballpark steps (#1643)
|
||||||
|
* PROJ string CRS ingester: recognize more unit-less parameters, and handling of +key=string_value parameters (#1645)
|
||||||
|
* Only call pkg-config in configure when necessary (#1652)
|
||||||
|
* aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin (#1654)
|
||||||
|
* proj_create_crs_to_crs(): remove elimination of Ballpark operations that caused transformation failures in some cases (#1665)
|
||||||
|
* createOperations(): allow transforming from a compoundCRS of a bound verticalCRS to a 2D CRS (#1667)
|
||||||
|
* Avoid segfaults in case of out-of-memory situations (#1679)
|
||||||
|
* createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit (#1683)
|
||||||
|
* importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 29 16:19:00 UTC 2019 - Angelos Tzotsos <tzotsos@opensuse.org>
|
Tue Oct 29 16:19:00 UTC 2019 - Angelos Tzotsos <tzotsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define sover 15
|
%define sover 15
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: proj
|
Name: proj
|
||||||
Version: 6.2.0
|
Version: 6.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cartographic projection software
|
Summary: Cartographic projection software
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user