Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
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:a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3
|
||||
size 5702286
|
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
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc197199fedee975b6d12865f7efe3ae6c3287526b1f656d75f113fc47a95d54
|
||||
size 781676813
|
97
proj.changes
97
proj.changes
@ -1,100 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
19
proj.spec
19
proj.spec
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define data_version 1.19
|
||||
%define data_version 1.18
|
||||
%define sover 25
|
||||
%define libname lib%{name}%{sover}
|
||||
Name: proj
|
||||
Version: 9.5.1
|
||||
Version: 9.4.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} < 1600
|
||||
BuildRequires: gcc13-c++
|
||||
%if 0%{?suse_version} <= 1650
|
||||
BuildRequires: gcc11-c++
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
@ -120,13 +120,13 @@ License: MIT
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1600
|
||||
export CC=gcc-13
|
||||
export CXX=g++-13
|
||||
%if 0%{?suse_version} <= 1650
|
||||
export CC=gcc-11
|
||||
export CXX=g++-11
|
||||
%endif
|
||||
# c++14 needed to build tests using gtest >= 1.14
|
||||
%cmake \
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%if 0%{?suse_version} >= 1650
|
||||
-DCMAKE_CXX_STANDARD=14 \
|
||||
%endif
|
||||
%{nil}
|
||||
@ -149,7 +149,7 @@ rm -rf %{buildroot}%{_datadir}/doc/${name}
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files
|
||||
%doc NEWS.md AUTHORS.md README.md ChangeLog
|
||||
%doc NEWS AUTHORS README ChangeLog
|
||||
%defattr(0755,root,root)
|
||||
%{_bindir}/cs2cs
|
||||
%{_bindir}/cct
|
||||
@ -176,7 +176,6 @@ 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