Accepting request 948032 from home:dirkmueller:Factory

- update to 8.2.1:
  * BoundCRS WKT import: fix setting of name 
  * PROJStringFormatter::toString
  * Ensure CApi test are cross-platform 
  * createOperations(): do not stop at the first operation in the PROJ namespace
    for vertical transformations 
  * createOperationsCompoundToCompound(): fix null pointer dereference when
    connection to proj.db doesn't exist. 
  * Fix windows.h conflict with Criterion::STRICT 
  * Cache result of proj_get_type() to help for performance of
    proj_factors
  * createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to
   "NAD83
  * WKT1 import: correctly deal with missing rectified_grid_angle
    parameter 
  * Fix and additional options for Peirce Quincuncial projections 
  * Fix build with Intel C++ compiler

OBS-URL: https://build.opensuse.org/request/show/948032
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=62
This commit is contained in:
Angelos Tzotsos 2022-01-22 09:28:11 +00:00 committed by Git OBS Bridge
parent 361bb83d82
commit 223a2b9667
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jan 21 21:35:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 8.2.1:
* BoundCRS WKT import: fix setting of name
* PROJStringFormatter::toString
* Ensure CApi test are cross-platform
* createOperations(): do not stop at the first operation in the PROJ namespace
for vertical transformations
* createOperationsCompoundToCompound(): fix null pointer dereference when
connection to proj.db doesn't exist.
* Fix windows.h conflict with Criterion::STRICT
* Cache result of proj_get_type() to help for performance of
proj_factors
* createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to
"NAD83
* WKT1 import: correctly deal with missing rectified_grid_angle
parameter
* Fix and additional options for Peirce Quincuncial projections
* Fix build with Intel C++ compiler
-------------------------------------------------------------------
Fri Nov 26 18:32:18 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package proj
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define sover 22
%define libname lib%{name}%{sover}
Name: proj
Version: 8.2.0
Version: 8.2.1
Release: 0
Summary: Cartographic projection software
License: MIT