From 223a2b96676dcb376c5671829cf8c4fd92d45977f53e10a2ccf0b1d92351eff8 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sat, 22 Jan 2022 09:28:11 +0000 Subject: [PATCH] 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 --- proj-8.2.0.tar.gz | 3 --- proj-8.2.1.tar.gz | 3 +++ proj.changes | 21 +++++++++++++++++++++ proj.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 proj-8.2.0.tar.gz create mode 100644 proj-8.2.1.tar.gz diff --git a/proj-8.2.0.tar.gz b/proj-8.2.0.tar.gz deleted file mode 100644 index 1d4ea61..0000000 --- a/proj-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de93df9a4aa88d09459ead791f2dbc874b897bf67a5bbb3e4b68de7b1bdef13c -size 5880399 diff --git a/proj-8.2.1.tar.gz b/proj-8.2.1.tar.gz new file mode 100644 index 0000000..65a2c32 --- /dev/null +++ b/proj-8.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ed3d0c3a348a6693dfae535e5658bbfd47f71cb7ff7eb96d9f12f7e068b1cf +size 5882136 diff --git a/proj.changes b/proj.changes index 0ead84d..971f915 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 21 21:35:08 UTC 2022 - Dirk Müller + +- 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 diff --git a/proj.spec b/proj.spec index e30b8b5..171aaf6 100644 --- a/proj.spec +++ b/proj.spec @@ -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