Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proj for openSUSE:Factory checked in at 2024-04-26 23:27:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proj (Old) and /work/SRC/openSUSE:Factory/.proj.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proj" Fri Apr 26 23:27:43 2024 rev:44 rq:1170297 version:9.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/proj/proj.changes 2024-03-01 23:37:21.625266968 +0100 +++ /work/SRC/openSUSE:Factory/.proj.new.1880/proj.changes 2024-04-26 23:28:51.040415502 +0200 @@ -1,0 +2,62 @@ +Fri Apr 26 08:53:00 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 9.4.0: + * Add support for transformations involving coordinate epoch + changes (PointMotionOperation), specifically for Canadian + NAD83(CSRS)(gh#OSGeo/PROJ#3884) + * SSL_OPTIONS: set SSL options on Curl library + (gh#OSGeo/PROJ#3936) + * Add support for unity builds (gh#OSGeo/PROJ#3962) + * Added ability to install *.tif if present in data + (gh#OSGeo/PROJ#3970) + * createOperationsCompoundToGeog(): tune selection logic when + --grid-check known_available is specified (gh#OSGeo/PROJ#3990) + * Increase CMake minimum version from 3.9 to 3.16 + (gh#OSGeo/PROJ#3997) + * CMake: use FetchContent to get googletest-1.12.1 + (gh#OSGeo/PROJ#4006) + * CMake: Replace custom FindSqlite3 with FindSQLite3 built-in + (gh#OSGeo/PROJ#4007) + * tpeqd: use numerically stable formula for computing the + central angle from (phi_1, lam_1) to (phi_2, lam_2) + (gh#OSGeo/PROJ#4009) + * Move content of proj_experimental.h to proj.h + (gh#OSGeo/PROJ#4019) + * Add +proj=mod_krovak projection method for Modified Krovak + that applies to S-JTSK/05 in the Czech Republic + (gh#OSGeo/PROJ#4021) + * PROJString formatter optimizer: simplify pipelines doing + [Modified]Krovak (South West) <--> [Modified]Krovak (East + North) by just doing an axis swap (gh#OSGeo/PROJ#4034) + * +proj=gridshift: enhance to support grids referenced in + projected CRS, and with easting_offset/northing_offset + corrections (gh#OSGeo/PROJ#4038) + * Tune concatenated operation instanciation, reference CR2005 + geoid for Czechia and add (disabled by default) records for + Czechia S-JTSK/05 based transformations (gh#OSGeo/PROJ#4044) + * Database: update to EPSG v11.004 (gh#OSGeo/PROJ#4062) + * Bug fixes + - Fix missing symbols at link time for Windows target in + Visual Studio (gh#OSGeo/PROJ#3984) + - Improve error message in axisswap (gh#OSGeo/PROJ#3885 + - Avoid convergence errors in +proj=gridshift when using + biquadratic interpolation (gh#OSGeo/PROJ#3985) +- Update data to 1.17: + * New revisions of chartdatum norway v2023b + (gh#OSGeo/PROJ-data#112). + * Add fr_ign_RAC23.tif grid for France-Corsica NGF-IGN 1978 to + RGF93-2b (gh#OSGeo/PROJ-data#114). + * Update DVR90 to reflect recent EPSG-changes + (gh#OSGeo/PROJ-data#115). + * UI: show red polygon on 'mouse over' the list + (gh#OSGeo/PROJ-data#116). + * check_gtiff_grid.py: enhance to support grids referenced in + projected⦠(gh#OSGeo/PROJ-data#117). + * Add Czech geoid model CR-2005 (gh#OSGeo/PROJ-data#119). + * Add converter script (only) for Czechia table_yx_3_v1710.dat + grid (gh#OSGeo/PROJ-data#118). + * Add Portuguese geoid model GeodPT08 (gh#OSGeo/PROJ-data#120). +- Pass CMAKE_CXX_STANDARD=14 for builds on openSUSE >= 1650 + (Tumbleweed) for compatibility with gtest >= 1.14. + +------------------------------------------------------------------- Old: ---- proj-9.3.1.tar.gz proj-data-1.16.tar.gz New: ---- proj-9.4.0.tar.gz proj-data-1.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proj.spec ++++++ --- /var/tmp/diff_new_pack.0UMyP0/_old 2024-04-26 23:28:57.936667761 +0200 +++ /var/tmp/diff_new_pack.0UMyP0/_new 2024-04-26 23:28:57.936667761 +0200 @@ -16,18 +16,19 @@ # -%define data_version 1.16 +%define data_version 1.17 %define sover 25 %define libname lib%{name}%{sover} Name: proj -Version: 9.3.1 +Version: 9.4.0 Release: 0 Summary: Cartographic projection software License: MIT URL: https://proj.org/ -Source0: https://download.osgeo.org/proj/%{name}-%{version}.tar.gz -Source1: https://download.osgeo.org/%{name}/%{name}-data-%{data_version}.tar.gz -BuildRequires: cmake +# Download from GitHub, osgeo.org appears to be slow and flaky at the moment +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 BuildRequires: gcc-c++ BuildRequires: pkgconfig >= 0.9.0 BuildRequires: sqlite3 @@ -115,7 +116,12 @@ %autosetup %build -%cmake +# c++14 needed to build tests using gtest >= 1.14 +%cmake \ +%if 0%{?suse_version} >= 1650 + -DCMAKE_CXX_STANDARD=14 \ +%endif + %{nil} %cmake_build %install @@ -163,6 +169,8 @@ %{_datadir}/%{name}/ITRF2008 %{_datadir}/%{name}/ITRF2014 %{_datadir}/%{name}/README.DATA +%{_datadir}/%{name}/cz_cuzk_CR-2005.tif +%{_datadir}/%{name}/cz_cuzk_README.txt %{_datadir}/%{name}/deformation_model.schema.json %{_datadir}/%{name}/nad.lst %{_datadir}/%{name}/nad27 ++++++ proj-9.3.1.tar.gz -> proj-9.4.0.tar.gz ++++++ ++++ 34143 lines of diff (skipped) ++++++ proj-data-1.16.tar.gz -> proj-data-1.17.tar.gz ++++++ /work/SRC/openSUSE:Factory/proj/proj-data-1.16.tar.gz /work/SRC/openSUSE:Factory/.proj.new.1880/proj-data-1.17.tar.gz differ: char 5, line 1