Accepting request 1184938 from home:dirkmueller:Factory
- update to 9.4.1: o Database: update to EPSG v11.006 (#4086) o Database: update ESRI dataset to ArcGIS Pro 3.3 (#4143) * DatabaseContext::lookForGridInfo(): do not trigger network activity in PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (#4090) * Retry "Connection reset by peer" (#4107) * Use unique names for NKG transformations (#4111) * proj_create()/proj_create_from_database(): recall CRS AUTH:CODE in error message (#4114) * DerivedProjectedCRS: deal with lack of explicit CS in BASEPROJCRS in WKT (#4139) * proj_symbol_rename.h: update with current symbols (#4145) * Improve detection of compatible/incompatible celestial bodies (#4150) OBS-URL: https://build.opensuse.org/request/show/1184938 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=85
This commit is contained in:
parent
b4dc5931d5
commit
c49b0455ce
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216
|
|
||||||
size 5652874
|
|
3
proj-9.4.1.tar.gz
Normal file
3
proj-9.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
|
||||||
|
size 5665272
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a79017954c78f2b46e1619f723d2a7a573c466c15f0b4cd1e8bdefff9b2cab30
|
|
||||||
size 730955623
|
|
3
proj-data-1.18.tar.gz
Normal file
3
proj-data-1.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc18bfe967f51eb05bb2fd61cb7045548d992d20842d2c38f4cbc37d904dfd50
|
||||||
|
size 735652646
|
19
proj.changes
19
proj.changes
@ -3,6 +3,25 @@ Wed Jul 3 19:55:43 UTC 2024 - Stephan Hemeier <Sauerlandlinux@gmx.de>
|
|||||||
|
|
||||||
- * add gcc11 to build with Leap
|
- * add gcc11 to build with Leap
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 2 20:02:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 9.4.1:
|
||||||
|
o Database: update to EPSG v11.006 (#4086)
|
||||||
|
o Database: update ESRI dataset to ArcGIS Pro 3.3 (#4143)
|
||||||
|
* DatabaseContext::lookForGridInfo(): do not trigger network
|
||||||
|
activity in PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when
|
||||||
|
all grids are known (#4090)
|
||||||
|
* Retry "Connection reset by peer" (#4107)
|
||||||
|
* Use unique names for NKG transformations (#4111)
|
||||||
|
* proj_create()/proj_create_from_database(): recall CRS
|
||||||
|
AUTH:CODE in error message (#4114)
|
||||||
|
* DerivedProjectedCRS: deal with lack of explicit CS in
|
||||||
|
BASEPROJCRS in WKT (#4139)
|
||||||
|
* proj_symbol_rename.h: update with current symbols (#4145)
|
||||||
|
* Improve detection of compatible/incompatible celestial
|
||||||
|
bodies (#4150)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 26 08:53:00 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Apr 26 08:53:00 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define data_version 1.17
|
%define data_version 1.18
|
||||||
%define sover 25
|
%define sover 25
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: proj
|
Name: proj
|
||||||
Version: 9.4.0
|
Version: 9.4.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