Accepting request 1220032 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1220032 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=47
This commit is contained in:
commit
86590e1ff2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
|
||||
size 5665272
|
3
proj-9.5.0.tar.gz
Normal file
3
proj-9.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99
|
||||
size 5694279
|
58
proj.changes
58
proj.changes
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 21:50:45 UTC 2024 - Libor Pechacek <lpechacek@gmx.com>
|
||||
|
||||
- update to 9.5.0:
|
||||
o Database: add constraint for unicity of CRS and operation
|
||||
names (#4071)
|
||||
o Make a few more functions that accept a PJ* to actually
|
||||
acccept a const PJ* (#4074)
|
||||
o Database: Increase consistency in trigger checks (#4080)
|
||||
o Speed-up +proj=cart +inv (#4087)
|
||||
o Added EPSG:9656 "Cartesian Grid Offsets" operation method,
|
||||
and imported related records (#4094)
|
||||
o Add a WKTParser::grammarErrorList() method so that
|
||||
proj_create_from_wkt() can behave as documented (#4108)
|
||||
o CRS::stripVerticalComponent(): Redirect it to
|
||||
demoteTo2D(std::string(), nullptr) (#4127)
|
||||
o Add proj_context_set_user_writable_directory() to public
|
||||
API (#4144)
|
||||
o CMake: for Windows builds, defaults PROJ DLL to be just
|
||||
proj_${PROJ_MAJOR_VERSION}.dll (#4167)
|
||||
o Add toWGS84AutocorrectWrongValues() method and use it in
|
||||
PROJ.4 and WKT1 CRS import (#4172)
|
||||
o WKT import: add support for Oracle WKT
|
||||
"Albers_Conical_Equal_Area" spelling (#4181)
|
||||
o Limit number of C++ exceptions thrown & caught
|
||||
internally (#4183)
|
||||
o Database: update to EPSG 11.016 (#4241)
|
||||
o CMake: add option EMBED_PROJ_DATA_PATH (#4207)
|
||||
o Add SEA Inverse projection (#4211)
|
||||
o projinfo: Add 2 args equivalent to usage of -s and -t (#4218)
|
||||
o CMake: add TESTING_USE_NETWORK configure option (#4220)
|
||||
o Add PROJ_ERR_COORD_TRANSFM_MISSING_TIME and
|
||||
proj_coordoperation_requires_per_coordinate_input_time() (#4221)
|
||||
o Add new Conversion "Local Orthographic" (#4228, #4229)
|
||||
o Add data/ITRF2020 with ITRF2020 to ITRFother, and ITRF2020
|
||||
plate motion models (#4235)
|
||||
* Fix imoll and imoll_o zone calculations to correct inverse
|
||||
transformations near the "seams" (#4159)
|
||||
* Fix wrong EPSG conversion code for UTM south (#4166)
|
||||
* BoundCRS::exportToPROJ(): handle case of NADCON conus
|
||||
grid (#4168)
|
||||
* +proj=gridshift: make projected grids work with
|
||||
PROJ_NETWORK=ON (#4174)
|
||||
* createOperations(): make it work when transforming from/to a
|
||||
CompoundCRS with a DerivedVerticalCRS with ellipsoidal
|
||||
height (#4176)
|
||||
* Support default context as nullptr in
|
||||
CoordinateTransformer (#4177)
|
||||
* cct: emit error message and return error code when not being
|
||||
able to open input file (#4200)
|
||||
* Fix race condition surrounding DB reopening during
|
||||
fork (#4231)
|
||||
* GeographicBoundingBox::create(): accept degenerate bounding
|
||||
box reduced to a point or a line (#4237)
|
||||
* createOperation(): tune so that ITRF2000->ETRS89 does not
|
||||
return only NKG grid based operations but also time-dependent
|
||||
Helmert (#4244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 14:38:33 UTC 2024 - Manfred Schwarb <manfred99@gmx.ch>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define sover 25
|
||||
%define libname lib%{name}%{sover}
|
||||
Name: proj
|
||||
Version: 9.4.1
|
||||
Version: 9.5.0
|
||||
Release: 0
|
||||
Summary: Cartographic projection software
|
||||
License: MIT
|
||||
@ -149,7 +149,7 @@ rm -rf %{buildroot}%{_datadir}/doc/${name}
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files
|
||||
%doc NEWS AUTHORS README ChangeLog
|
||||
%doc NEWS.md AUTHORS.md README.md ChangeLog
|
||||
%defattr(0755,root,root)
|
||||
%{_bindir}/cs2cs
|
||||
%{_bindir}/cct
|
||||
@ -176,6 +176,7 @@ rm -rf %{buildroot}%{_datadir}/doc/${name}
|
||||
%{_datadir}/%{name}/ITRF2000
|
||||
%{_datadir}/%{name}/ITRF2008
|
||||
%{_datadir}/%{name}/ITRF2014
|
||||
%{_datadir}/%{name}/ITRF2020
|
||||
%{_datadir}/%{name}/README.DATA
|
||||
%{_datadir}/%{name}/cz_cuzk_CR-2005.tif
|
||||
%{_datadir}/%{name}/cz_cuzk_README.txt
|
||||
|
Loading…
Reference in New Issue
Block a user