commit proj for openSUSE:Leap:15.2

2020-04-02 Thread root
Hello community,

here is the log from the commit of package proj for openSUSE:Leap:15.2 checked 
in at 2020-04-02 16:48:33

Comparing /work/SRC/openSUSE:Leap:15.2/proj (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.proj.new.3248 (New)


Package is "proj"

Thu Apr  2 16:48:33 2020 rev:12 rq:790251 version:7.0.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/proj/proj.changes  2020-03-18 
00:36:48.289414113 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.proj.new.3248/proj.changes2020-04-02 
16:48:34.853972905 +0200
@@ -1,0 +2,29 @@
+Tue Mar 31 07:28:07 UTC 2020 - Martin Pluskal 
+
+- Update to version 7.0.0:
+  * Added new file access API to proj.h #866
+  * Updated the name of the most recent version of the WKT2 standard from
+WKT2_2018 to WKT2_2019 to reflect the proper name of the standard (#1585)
+  * Improvements in transformations from/to WGS 84 (G) realizations and
+vertical <--> geog transormations #1608
+  * Update to version 1.50 of the geodesic library (#1629)
+  * Promote proj_assign_context to proj.h from proj_experimental.h (#1630)
+  * Add rotation support to the HEALPix projection (#1638)
+  * Add c function proj_crs_create_bound_vertical_crs() (#1689)
+  * Use Win32 Unicode APIs and expect all strings to be UTF-8 (#1765)
+  * Improved name aliases lookup (#1827)
+  * CMake: Employ better use of CTest with the BUILD_TESTING option (#1870)
+  * Grid correction: fix handling grids spanning antimeridian (#1882)
+  * Remove legacy CMake target name "proj" #1883
+  * projinfo: add --searchpaths switch (#1892)
+  * Add +proj=set operation to set component(s) of a coordinate to a fixed
+value (#1896)
+  * Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)'
+(gr3df97a.txt) and map them to new +proj=xyzgridshift (#1897)
+  * Remove 'null' grid file as it is now a special hardcoded case in grid
+code (#1898)
+  * Add projsync utility (#1903)
+  * Make PROJ the CMake project name #1910
+  * Use relative directory to locate PROJ resource files (#1921)
+
+---

Old:

  proj-6.3.1.tar.gz

New:

  proj-7.0.0.tar.gz



Other differences:
--
++ proj.spec ++
--- /var/tmp/diff_new_pack.GWg5yK/_old  2020-04-02 16:48:35.409973564 +0200
+++ /var/tmp/diff_new_pack.GWg5yK/_new  2020-04-02 16:48:35.413973569 +0200
@@ -17,10 +17,10 @@
 
 
 %define gridver 1.8
-%define sover   15
+%define sover   19
 %define libname lib%{name}%{sover}
 Name:   proj
-Version:6.3.1
+Version:7.0.0
 Release:0
 Summary:Cartographic projection software
 License:MIT
@@ -32,6 +32,8 @@
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  sqlite3
 BuildRequires:  unzip
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(sqlite3) >= 3.11
 Provides:   libproj = %{version}
 %if 0%{?suse_version} > 1500
@@ -72,7 +74,8 @@
 %if 0%{?suse_version} > 1500
   --with-external-gtest \
 %endif
-  --disable-static
+  --disable-static \
+  --enable-lto
 %make_build
 
 %install
@@ -82,7 +85,7 @@
 %check
 # Tests dont work on i586 and noone cares
 %ifnarch %{ix86}
-make %{?_smp_mflags} check
+%make_build check
 %endif
 
 %post -n %{libname} -p /sbin/ldconfig
@@ -98,6 +101,7 @@
 %{_bindir}/invgeod
 %{_bindir}/invproj
 %{_bindir}/proj
+%{_bindir}/projsync
 %{_bindir}/projinfo
 %defattr(0644,root,root)
 %{_mandir}/man1/cs2cs.1%{?ext_man}
@@ -106,6 +110,7 @@
 %{_mandir}/man1/cct.1%{?ext_man}
 %{_mandir}/man1/gie.1%{?ext_man}
 %{_mandir}/man1/projinfo.1%{?ext_man}
+%{_mandir}/man1/projsync.1%{?ext_man}
 %{_datadir}/proj/
 
 %files -n %{libname}
@@ -117,7 +122,5 @@
 %{_includedir}/proj
 %{_libdir}/libproj.so
 %{_libdir}/pkgconfig/proj.pc
-%{_mandir}/man3/geodesic.3%{?ext_man}
-%{_mandir}/man3/pj_init.3%{?ext_man}
 
 %changelog

++ proj-6.3.1.tar.gz -> proj-7.0.0.tar.gz ++
 37950 lines of diff (skipped)





commit proj for openSUSE:Leap:15.2

2020-03-17 Thread root
Hello community,

here is the log from the commit of package proj for openSUSE:Leap:15.2 checked 
in at 2020-03-18 00:36:32

Comparing /work/SRC/openSUSE:Leap:15.2/proj (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.proj.new.3160 (New)


Package is "proj"

Wed Mar 18 00:36:32 2020 rev:11 rq:785811 version:6.3.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/proj/proj.changes  2020-01-15 
15:45:29.871325293 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.proj.new.3160/proj.changes2020-03-18 
00:36:48.289414113 +0100
@@ -1,0 +2,158 @@
+Mon Mar  9 13:42:25 UTC 2020 - Guillaume GARDET 
+
+- Update to 6.3.1:
+  * Updates
+- Update the EPSG database to version 9.8.6
+- Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French grids
+- Database: add mapping for TOR27CSv1.GSB
+  * Bug fixes
+- Fix wrong use of derivingConversionRef() that caused issues with use of
+  +init=epsg: by GDAL (affecting R spatial libraries) or in MapServer
+- fix exporting CoordinateSystem to PROJ JSON with ID
+- projinfo: use No. abbreviation instead of UTF-8 character (#1828)
+- CompoundCRS::identify(): avoid exception when horiz/vertical part is a
+  BoundCRS
+- createOperations(): fix dealing with projected 3D CRS whose Z units != 
metre
+- WKT1_GDAL export: limit datum name massaging to names matching EPSG 
(#1835)
+- unitconvert with mjd time format: avoid potential integer overflow
+  (ossfuzz 20072)
+- ProjectedCRS::identify(): fix wrong identification of some ESRI WKT 
linked
+  to units
+- Database: add a geoid_like value for proj_method column of 
grid_alternatives,
+  fix related entries and simplify/robustify logic to deal with EPSG
+  'Geographic3D to GravityRelatedHeight' methods
+- Fix ingestion of +proj=cea with +k_0 (#1881)
+- Fix performance issue, affecting PROJ.4 string generation of EPSG:7842
+  (#1913)
+- Fix identification of ESRI-style datum names starting with D_ but without
+  alias (#1911)
+- cart: Avoid discontinuity at poles in the inverse case (#1906)
+- Various updates to make regression test suite pass with gcc on i386 
(#1906)
+- Changleog from 6.3.0:
+  * Updates
+- Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 (#1812)
+- Modify verbosity level of some debug/trace messages (#1811)
+- projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL
+  (#1810)
+- proj_trans: add retry logic to select other transformation if the best 
one
+  fails. (#1809)
+- BoundCRS::identify(): improvements to discard CRS that aren't relevant
+  (#1802)
+- Database: update to IGNF v3.1.0 (#1785)
+- Build: Only export symbols if building DLL (#1773)
+- Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database
+  (#1762)
+- createOperations(): chain operations whose middle CRSs are not identical 
but
+  have the same datum (#1734)
+- import/export PROJJSON: support a interpolation_crs key to geoid_model
+  (#1732)
+- Database: update to EPSG v9.8.4 (#1725)
+- Build: require SQLite 3.11 (#1721)
+- Add support for GEOIDMODEL (#1710)
+- Better filtering based on extent and performance improvements (#1709)
+  * Bug fixes
+- Horizontal grid shift: fix issue on iterative inverse computation when
+  switching between (sub)grids (#1797)
+- createOperations(): make filtering out of 'uninteresting' operations less
+  aggressive (#1788)
+- Make EPSG:102100 resolve to ESRI:102100 (#1786)
+- ob_tran: restore traditional handling of +to_meter with pj_transform() 
and
+  proj utility (#1783)
+- CRS identification: use case insensitive comparison for authority name
+  (#1780)
+- normalizeForVisualization() and other methods applying on a 
ProjectedCRS: do
+  not mess the derivingConversion object of the original object (#1746)
+- createOperations(): fix transformation computation from/to a CRS with
+  +geoidgrids and +vunits != m (#1731)
+- Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative 
coord
+  operations (#1726)
+- Database: add an auxiliary concatenated_operation_step table to allow
+  arbitrary number of steps (#1696)
+- Fix errors running gie-based tests in Debug mode on Windows (#1688)
+
+---
+Tue Nov 05 14:00:00 UTC 2019 - Angelos Tzotsos 
+
+- Update to version 6.2.1:
+  * Update the EPSG database to version 9.8.2
+  * Fixed erroneous spelling of "Potsdam" (#1573)
+  * Calculate y-coordinate correctly in bertin1953 in all cases (#1579)
+  * proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583)
+  * PROJStringParser::createFromPROJString(): avoid potential infinite 
recursion (#1574)
+