Hello community, here is the log from the commit of package proj for openSUSE:Factory checked in at 2019-09-30 15:58:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proj (Old) and /work/SRC/openSUSE:Factory/.proj.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "proj" Mon Sep 30 15:58:51 2019 rev:22 rq:733687 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/proj/proj.changes 2019-06-25 22:21:42.537091887 +0200 +++ /work/SRC/openSUSE:Factory/.proj.new.2352/proj.changes 2019-09-30 15:58:55.413292534 +0200 @@ -1,0 +2,16 @@ +Fri Sep 27 13:16:36 UTC 2019 - Martin Pluskal <mpluskal@suse.com> + +- Update to version 6.2.0: + * Introduced PROJJSON, a JSON encoding of WKT2 (#1547) + * Support CRS instantiation of OGC URN's (#1505) + * Expose scope and remarks of database objects (#1537) + * EPSG Database updated to version 9.7.0 (#1558) + * Added C API function proj_grid_get_info_from_database() (#1494) + * Added C API function + proj_operation_factory_context_set_discard_superseded() (#1534) + * Added C API function proj_context_set_autoclose_database() (#1566) + * Added C API function proj_create_crs_to_crs_from_pj() (#1567) + * Added C API function proj_cleanup() (#1569) + * Fixed build failure on Solaris systems (#1554) + +------------------------------------------------------------------- Old: ---- proj-6.1.0.tar.gz New: ---- proj-6.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proj.spec ++++++ --- /var/tmp/diff_new_pack.f52Vz4/_old 2019-09-30 15:58:56.181290490 +0200 +++ /var/tmp/diff_new_pack.f52Vz4/_new 2019-09-30 15:58:56.185290480 +0200 @@ -20,7 +20,7 @@ %define sover 15 %define libname lib%{name}%{sover} Name: proj -Version: 6.1.0 +Version: 6.2.0 Release: 0 Summary: Cartographic projection software License: MIT @@ -32,11 +32,9 @@ BuildRequires: pkgconfig >= 0.9.0 BuildRequires: sqlite3 BuildRequires: unzip +BuildRequires: pkgconfig(gtest) BuildRequires: pkgconfig(sqlite3) >= 3.7 Provides: libproj = %{version} -%if 0%{?suse_version} > 1500 -BuildRequires: pkgconfig(gtest) -%endif %description This package offers the commandline tools for performing respective @@ -69,11 +67,9 @@ %build %configure \ -%if 0%{?suse_version} > 1500 --with-external-gtest \ -%endif --disable-static -make %{?_smp_mflags} +%make_build %install %make_install @@ -115,6 +111,7 @@ %files devel %{_includedir}/*.h %{_includedir}/proj +%{_includedir}/proj_json_streaming_writer.hpp %{_libdir}/libproj.so %{_libdir}/pkgconfig/proj.pc %{_mandir}/man3/geodesic.3%{?ext_man} ++++++ proj-6.1.0.tar.gz -> proj-6.2.0.tar.gz ++++++ ++++ 41692 lines of diff (skipped)