Accepting request 948075 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/948075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=34
This commit is contained in:
commit
0e4042c49b
@ -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
3
proj-8.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76ed3d0c3a348a6693dfae535e5658bbfd47f71cb7ff7eb96d9f12f7e068b1cf
|
||||||
|
size 5882136
|
21
proj.changes
21
proj.changes
@ -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>
|
Fri Nov 26 18:32:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package proj
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define sover 22
|
%define sover 22
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: proj
|
Name: proj
|
||||||
Version: 8.2.0
|
Version: 8.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