From be29960f358cfb3b35f43ec048d106c92d8dcd258d118763431f8f8503c11783 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 6 Dec 2022 10:54:49 +0000 Subject: [PATCH] Accepting request 1039883 from home:dirkmueller:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 9.1.1: * Implement alterGeodeticCRS and stripVerticalComponent for DerivedProjected (#3482) * Various improvements to handling of DerivedProjectedCRS (#3482, #3477 , #3342 , #3319, #3317) * Add missing includes (#3459) * cs2cs: better validate value of -W option (#3453) * DatabaseContext::lookForGridInfo(): fix caching of filenames and set correct URLs (#3448) * Database: register in grid_alternatives grids from PROJ-data that have no corresponding transformation record (#3446) * cass projection: fix forward computation of easting (#3433) * Implement Geographic/Vertical Offset conversions (#3413) * vandg projection: handle +over to extend the validity domain outside of |lon|>180deg (#3427) * eqdc projection: avoid floating point division by zero in non-nominal case (#3415) * createOperations(): fix issues when transforming between Geog3D and DerivedGeog3D CRS with Geographic3D offsets method (#3411) * VerticalCRS::_isEquivalentTo(): do not consider VerticalCRS and DerivedVerticalCRS as equivalent (#3408) * cct and cs2cs: Avoid problems when encountering UTF-8 BOM` characters at beginning of input files (#3395) * createFromUserInput(): Improved lookup when approximate name is provided (#3371) * projinfo / cs2cs : auto promotion to 3D of CRS specified by name (#3367) * findsOpsInRegistryWithIntermediate(): make it work when source/target geodetic CRS has no known * createOperations(): emulate PROJ < 6 behavior when doing geocentric <–> geographic transformation between datum with unknown transformation (#3361) * Fix issue when transforming from/into a WKT2 Bound VerticalCRS with a ‘Geographic3D to GravityRelatedHeight’ method (#3355) * proj_normalize_for_visualization(): take into account FORCE_OVER property from source operation * Link geodtest against libm when available (#3341) OBS-URL: https://build.opensuse.org/request/show/1039883 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=65 --- proj-9.1.0.tar.gz | 3 --- proj-9.1.1.tar.gz | 3 +++ proj-data-1.11.tar.gz | 3 --- proj-data-1.12.tar.gz | 3 +++ proj.changes | 29 +++++++++++++++++++++++++++++ proj.spec | 6 +++--- 6 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 proj-9.1.0.tar.gz create mode 100644 proj-9.1.1.tar.gz delete mode 100644 proj-data-1.11.tar.gz create mode 100644 proj-data-1.12.tar.gz diff --git a/proj-9.1.0.tar.gz b/proj-9.1.0.tar.gz deleted file mode 100644 index 391a1a0..0000000 --- a/proj-9.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b2239b94cad0886222cde4f53cb49d34905aad2a1317244a0c30a553db2315 -size 5299132 diff --git a/proj-9.1.1.tar.gz b/proj-9.1.1.tar.gz new file mode 100644 index 0000000..131abc8 --- /dev/null +++ b/proj-9.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003cd4010e52bb5eb8f7de1c143753aa830c8902b6ed01209f294846e40e6d39 +size 5311995 diff --git a/proj-data-1.11.tar.gz b/proj-data-1.11.tar.gz deleted file mode 100644 index def8c0c..0000000 --- a/proj-data-1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a67b7ce4622c30be6bce3a43461e8d848da153c3b171beebbbea28f64d4ef363 -size 597743778 diff --git a/proj-data-1.12.tar.gz b/proj-data-1.12.tar.gz new file mode 100644 index 0000000..6b0eda5 --- /dev/null +++ b/proj-data-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875140e2b676700c6053ae1407a42babaeaac3ffd22a9b685dca03135c947e70 +size 611423889 diff --git a/proj.changes b/proj.changes index f60d9ae..8817c8e 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Dec 3 20:45:00 UTC 2022 - Dirk Müller + +- update to 9.1.1: + * Implement alterGeodeticCRS and stripVerticalComponent for DerivedProjected (#3482) + * Various improvements to handling of DerivedProjectedCRS (#3482, #3477 , #3342 , #3319, #3317) + * Add missing includes (#3459) + * cs2cs: better validate value of -W option (#3453) + * DatabaseContext::lookForGridInfo(): fix caching of filenames and set correct URLs (#3448) + * Database: register in grid_alternatives grids from PROJ-data that have no corresponding transformation + record (#3446) + * cass projection: fix forward computation of easting (#3433) + * Implement Geographic/Vertical Offset conversions (#3413) + * vandg projection: handle +over to extend the validity domain outside of |lon|>180deg (#3427) + * eqdc projection: avoid floating point division by zero in non-nominal case (#3415) + * createOperations(): fix issues when transforming between Geog3D and DerivedGeog3D CRS with + Geographic3D offsets method (#3411) + * VerticalCRS::_isEquivalentTo(): do not consider VerticalCRS and DerivedVerticalCRS as equivalent (#3408) + * cct and cs2cs: Avoid problems when encountering UTF-8 BOM` characters at + beginning of input files (#3395) + * createFromUserInput(): Improved lookup when approximate name is provided (#3371) + * projinfo / cs2cs : auto promotion to 3D of CRS specified by name (#3367) + * findsOpsInRegistryWithIntermediate(): make it work when source/target geodetic CRS has no known + * createOperations(): emulate PROJ < 6 behavior when doing geocentric <–> geographic transformation + between datum with unknown transformation (#3361) + * Fix issue when transforming from/into a WKT2 Bound VerticalCRS with a ‘Geographic3D to GravityRelatedHeight’ method (#3355) + * proj_normalize_for_visualization(): take into account FORCE_OVER property from source operation + * Link geodtest against libm when available (#3341) + ------------------------------------------------------------------- Sun Nov 13 16:36:35 UTC 2022 - Predrag Ivanović diff --git a/proj.spec b/proj.spec index 9a739cd..3bc930a 100644 --- a/proj.spec +++ b/proj.spec @@ -16,17 +16,17 @@ # -%define data_version 1.11 +%define data_version 1.12 %define sover 25 %define libname lib%{name}%{sover} Name: proj -Version: 9.1.0 +Version: 9.1.1 Release: 0 Summary: Cartographic projection software License: MIT Group: Productivity/Scientific/Other URL: https://proj.org/ -Source0: http://download.osgeo.org/proj/%{name}-%{version}.tar.gz +Source0: https://download.osgeo.org/proj/%{name}-%{version}.tar.gz Source1: https://download.osgeo.org/%{name}/%{name}-data-%{data_version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++