SHA256
1
0
forked from pool/proj

Compare commits

...

8 Commits

Author SHA256 Message Date
Ana Guerrero
afc330285d Accepting request 1227920 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1227920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=49
2024-12-03 19:46:43 +00:00
Martin Pluskal
873f33bbd4 update to 9.5.1
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=93
2024-12-03 07:19:22 +00:00
Ana Guerrero
785c9f718a Accepting request 1226921 from Application:Geo
- Update data to version 1.19
- Bump gcc version used for Leap building to 13

OBS-URL: https://build.opensuse.org/request/show/1226921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=48
2024-11-27 21:15:18 +00:00
Martin Pluskal
3d861288ea - Update data to version 1.19
- Bump gcc version used for Leap building to 13

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=91
2024-11-27 14:40:30 +00:00
Dominique Leuenberger
86590e1ff2 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
2024-11-01 20:07:10 +00:00
Martin Pluskal
041d6c26e7 - update to 9.5.0
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=89
2024-11-01 09:13:46 +00:00
Dominique Leuenberger
1d9c265be0 Accepting request 1219336 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1219336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=46
2024-10-30 16:37:49 +00:00
Martin Pluskal
a842c2b08c - Leap 16.0 (suse_version==1600) has GCC 13 as default compiler
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=87
2024-10-30 08:11:54 +00:00
6 changed files with 113 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
size 5665272

3
proj-9.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3
size 5702286

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc18bfe967f51eb05bb2fd61cb7045548d992d20842d2c38f4cbc37d904dfd50
size 735652646

3
proj-data-1.19.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc197199fedee975b6d12865f7efe3ae6c3287526b1f656d75f113fc47a95d54
size 781676813

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Dec 2 18:16:48 UTC 2024 - Libor Pechacek <lpechacek@gmx.com>
- update to 9.5.1:
o Database: update to EPSG v11.022 (#4254, #4275, #4297, #4312)
o Speed-up dramatically proj.db build time (#4280)
o Database: ingest deprecated ESRI names to be able to better
import old WKT ESRI (#4282)
* findsOpsInRegistryWithIntermediate(): Restrict to using known
source/target CRS that have the same originating authority
(#4252)
* isTimeDependent(): Do not mark "static" Coordinate Frame
helmert transformations as time-dependent, only
time-dependent ones (#4259)
* Fix clang-19 "warning: empty paragraph passed to '@throw'
command [-Wdocumentation]" (#4263)
* WKT importer: fix nullptr dereference on invalid VERTCS[]
(#4266)
* Fixed sql_filelist.cmake relative path issue (#4296)
* Fail consistently on network error and grid transformations
(#4302)
* Fix -Wshadow warnings between parammappings.cpp and
singleoperation.cpp with unity builds (#4304)
* Removed leftover setting of CMAKE_REQUIRED_FLAGS (#4322)
* WKT1 ESRI export: fix wrong mapping of Lambert Cylindrical
Equal Area to Behrmann (#4328)
* Numerous documentation fixes (#4248, #4267, #4291, #4293)
-------------------------------------------------------------------
Wed Nov 27 14:24:13 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update data to version 1.19
- Bump gcc version used for Leap building to 13
-------------------------------------------------------------------
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>
- Leap 16.0 (suse_version==1600) has GCC 13 as default compiler
-------------------------------------------------------------------
Wed Jul 3 19:55:43 UTC 2024 - Stephan Hemeier <Sauerlandlinux@gmx.de>

View File

@ -16,11 +16,11 @@
#
%define data_version 1.18
%define data_version 1.19
%define sover 25
%define libname lib%{name}%{sover}
Name: proj
Version: 9.4.1
Version: 9.5.1
Release: 0
Summary: Cartographic projection software
License: MIT
@ -29,8 +29,8 @@ URL: https://proj.org/
Source0: https://github.com/OSGeo/PROJ/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/OSGeo/PROJ-data/releases/download/%{data_version}.0/%{name}-data-%{data_version}.tar.gz
BuildRequires: cmake >= 3.16
%if 0%{?suse_version} <= 1650
BuildRequires: gcc11-c++
%if 0%{?suse_version} < 1600
BuildRequires: gcc13-c++
%else
BuildRequires: gcc-c++
%endif
@ -120,13 +120,13 @@ License: MIT
%autosetup
%build
%if 0%{?suse_version} <= 1650
export CC=gcc-11
export CXX=g++-11
%if 0%{?suse_version} < 1600
export CC=gcc-13
export CXX=g++-13
%endif
# c++14 needed to build tests using gtest >= 1.14
%cmake \
%if 0%{?suse_version} >= 1650
%if 0%{?suse_version} >= 1600
-DCMAKE_CXX_STANDARD=14 \
%endif
%{nil}
@ -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