Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2021-11-10 21:46:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proj (Old)
 and      /work/SRC/openSUSE:Factory/.proj.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proj"

Wed Nov 10 21:46:11 2021 rev:32 rq:930397 version:8.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/proj/proj.changes        2021-03-30 
20:54:52.608350135 +0200
+++ /work/SRC/openSUSE:Factory/.proj.new.1890/proj.changes      2021-11-10 
21:46:32.595813939 +0100
@@ -1,0 +2,131 @@
+Sun Oct 24 17:31:24 UTC 2021 - D. Berge <opens...@navlost.eu>
+
+- Update to version 8.1.1 (data version: 1.7)
+  * EPSG Database updated to version 10.028 (#2773)
+  * Include algorithm header file to avoid build errors on Alpine Linux (#2769)
+  * CMake: fix installation of executables on iOS (#2766)
+  * Associate extents to transformations of CRS's that include GEOIDMODEL 
(#2769)
+  * Logging: avoid some overhead when logging is not enabled (#2775)
+  * ortho: remove useless and invalid log trace (#2777)
+  * CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target 
(#2781)
+  * reateOperations(): fix SourceTargetCRSExtentUse::NONE mode (#2783)
+  * GeoTIFF grid reading: perf improvements (#2788)
+  * Conversion::createUTM(): avoid integer overflow (#2796)
+  * Inverse laea ellipsoidal: return 
PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN
+    when appropriates (#2801)
+  * Make sure that proj_crs_promote_to_3D returns a derived CRS (#2806)
+  * createOperations(): fix missing deg<-->rad conversion when transforming 
with a
+    CRS that has a fallback-to-PROJ4-string behaviour and is a BoundCRS of a
+    GeographicCRS (#2808)
+  * WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] 
(#2812)
+  * BoundCRS: accept importing/exporting in WKT2 and PROJJSON the
+    scope/area/extent/id attributes (#2815)
+  * ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when
+    inverse map projection is involved in non-final step (#2819)
+
+-------------------------------------------------------------------
+Sat Oct 23 20:04:52 UTC 2021 - D. Berge <opens...@navlost.eu>
+
+- Update to version 8.1.0 (data version: 1.7)
+  * Version 8.1.0
+    - Update to EPSG v10.027 (#2751)
+    - Decrease DB size by using WITHOUT ROWID tables (#2730) (#2647)
+    - Add a ANALYZE step during proj.db creation allowing for
+      faster lookups (#2729)
+    - Added a PROJ.VERSION metadata entry (#2646)
+    - Added NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based
+      transformation (#2554)
+    - Additions to the norwegian NKG2020 transformation (#2548)
+    - ESRI projection database updated to version 12.8 (#2717)
+    - Added proj_get_geoid_models_from_database() function that returns a list 
of
+      geoid models available for a given CRS (#2681)
+    - Added proj_get_celestial_body_list_from_database that returns a list
+      of celestial bodies in the PROJ database (#2667)
+    - Added proj_get_celestial_body_name() (#2662)
+    - proj_trans/cs2cs: If two operations have the same accuracy,
+      use the one that is contained within a larger one (#2750)
+    - Share SQLite database handle among all contexts (#2738)
+    - Add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex 
(#2736)
+    - projsync: make it filter out files not intended for the current version 
(#2725)
+    - Improvements related to DerivedVerticalCRS using Change Unit and
+      Height/Depth reversal methods (#2696)
+    - Update internal nlohmann/json to 3.9.1, and add a CMake option to
+      be able to use external nlohmann/json (#2686)
+    - createFromUserInput(): change name of CRS built from URN combined 
references to match
+      the convention of EPSG projected CRS (#2677)
+    - Parse compound id with two authorities, like ESRI:103668+EPSG:5703 
(#2669)
+    - Added projinfo option --list-crs (supports --area) (#2663)
+    - Added support for hyperbolic Cassini-Soldner (#2637)
+    - Added capability to get SQL statements to add custom CRS in the database 
(#2577)
+    - Fix 'Please include winsock2.h before windows.h' warning with msys 
(#2692)
+    - Minor changes to address lint in geodesic.c (#2752)
+    - BoundCRS::identify(): avoid incompatible transformation for
+      WKT1 / TOWGS84 export (#2747)
+    - proj_create(): do not open proj.db if string is a PROJ string,
+      even if proj_context_set_autoclose_database() has been set (#2735)
+    - Fix export of transformation to PROJ string in a particular situation
+      where CompoundCRS are involved (#2721)
+  * Version 8.0.1
+    - Database: update to EPSG v10.018 (#2636)
+    - Add transformations for CHGeo2004, Swiss geoid model (#2604)
+    - Additions to the norwegian NKG2020 transformation (#2600)
+    - pj_vlog(): fix buffer overflow in case of super lengthy error message 
(#2693)
+    - Revert "proj_create_crs_to_crs_from_pj(): do not use 
PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION
+      if area is specified" (#2679)
+    - UTM: error out when value of +zone= is not an integer (#2672)
+    - getCRSInfoList(): make result order deterministic (by increasing 
auth_name,
+      code) (#2661)
+    - createOperation(): make sure no to discard deprecated operations if the
+      replacement uses an unknow grid (#2623)
+    - Fix build on Solaris 11.4 (#2621)
+    - Add mapping of ESRI Equal_Area projection method to EPSG (#2612)
+    - Fix incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG 
transformation (#2599)
+    - fix wrong capitalization of CHENyx06_ETRS.gsb (#2597)
+    - createOperations(): improve handling of vertical transforms when
+      when compound CRSs are used (#2592)
+    - CRS::promoteTo3D(): propagate the extent from the 2D CRS (#2589)
+    - createFromCRSCodesWithIntermediates(): improve performance when there is
+      no match (#2583)
+    - Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that
+      can be returned by proj_create_crs_to_crs() (#2582)
+    - add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER,
+      PROJ_AT_LEAST_VERSION macros (#2581)
+    - Make proj_lp_dist() and proj_geod() work on a PJ* CRS object (#2570)
+    - Fix gcc 11 -Wnonnull compilation warnings (#2559)
+    - Fix use of uninitialized memory in gie tests (#2558)
+    - createOperations(): fix incorrect height transformation between 3D 
promoted RGF93 and CH1903+ (#2555)
+  * Version 8.0.0
+    - With the release of PROJ 8 the proj_api.h API is finally removed.
+    - Several improvements has been made to the command line utilities.
+    - Public header file proj_api.h removed (#837)
+    - Improved accuracy of the Mercator projection (#2397)
+    - Copyright statement wording updated (#2417)
+    - Allow cct to instantiate operations via object codes or names (#2419)
+    - Allow @filename syntax in cct (#2420)
+    - Added geocentric->topocentric conversion (+proj=topocentric) (#2444)
+    - Update GeographicLib to version 1.51 (#2445)
+    - Added option to allow export of Geographic/Projected 3D CRS
+      in WKT1_GDAL (#2450)
+    - Added --area and --bbox options in cs2cs to restrict candidate
+      coordinate operations (#2466)
+    - Added build time option to make PROJ_LIB env var tested last (#2476)
+    - Added --authority switch in cs2cs to control where coordinate operations
+      are looked for. C API function proj_create_crs_to_crs_from_pj() updated
+      accordingly (#2477)
+    - Error codes revised and exposed in the public API (#2487)
+    - Added --accuracy options to projinfo. C API function
+      proj_create_crs_to_crs_from_pj() updated accordingly (#2488)
+    - Added proj_crs_is_derived() function to C API (#2496)
+    - Enabled linking against static cURL on Windows (#2514)
+    - Updated ESRI CRS database to 12.7 (10.8.1/2.6) (#2519)
+    - Allow a WKT BoundCRS to use a PROJ string transformation (#2521)
+    - Update to EPSG v10.015 (#2539)
+    - Default log level set to PJ_LOG_ERROR (#2542)
+    - CMake installs a pkg-config file proj.pc, where supported (#2547)
+    - Do not restrict longitude to [-90;90] range in spherical transverse 
Mercator
+      forward projection (#2471)
+    - createOperations(): fix Compound to Geog3D/Projected3D CRS with 
non-metre ellipsoidal height (#2500)
+    - Avoid error messages to be emitted log level is set to PJ_LOG_NONE 
(#2527)
+    - Close database connection when autoclose set to True (#2532)
+
+-------------------------------------------------------------------

Old:
----
  proj-7.2.1.tar.gz
  proj-data-1.4.tar.gz

New:
----
  proj-8.1.1.tar.gz
  proj-data-1.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ proj.spec ++++++
--- /var/tmp/diff_new_pack.gZWUoS/_old  2021-11-10 21:46:38.983816722 +0100
+++ /var/tmp/diff_new_pack.gZWUoS/_new  2021-11-10 21:46:38.987816724 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define data_version 1.4
-%define sover   19
+%define data_version 1.7
+%define sover   22
 %define libname lib%{name}%{sover}
 Name:           proj
-Version:        7.2.1
+Version:        8.1.1
 Release:        0
 Summary:        Cartographic projection software
 License:        MIT
@@ -98,6 +98,7 @@
 %data_subpkg -c jp -n Japan
 %data_subpkg -c nc -n %{quote:New Caledonia}
 %data_subpkg -c nl -n Netherlands
+%data_subpkg -c no -n Norway
 %data_subpkg -c nz -n %{quote:New Zealand}
 %data_subpkg -c pt -n Portugal
 %data_subpkg -c se -n Sweden
@@ -105,7 +106,6 @@
 %data_subpkg -c uk -n %{quote:United Kingdom}
 %data_subpkg -c us -n %{quote:United States}
 
-
 %prep
 %setup -q
 
@@ -120,6 +120,9 @@
 %make_install
 tar -C %{buildroot}%{_datadir}/%{name} -xf %{SOURCE1}
 find %{buildroot} -type f -name "*.la" -delete -print
+# It would be good to find out where these extra files
+# come from:
+rm -rf %{buildroot}%{_datadir}/doc/${name}
 
 %check
 # Tests dont work on i586 and noone cares

++++++ proj-7.2.1.tar.gz -> proj-8.1.1.tar.gz ++++++
++++ 111861 lines of diff (skipped)

++++++ proj-data-1.4.tar.gz -> proj-data-1.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/proj/proj-data-1.4.tar.gz 
/work/SRC/openSUSE:Factory/.proj.new.1890/proj-data-1.7.tar.gz differ: char 5, 
line 1

Reply via email to