diff --git a/proj-6.1.0.tar.gz b/proj-6.1.0.tar.gz deleted file mode 100644 index f51a40b..0000000 --- a/proj-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008 -size 2453402 diff --git a/proj-6.2.0.tar.gz b/proj-6.2.0.tar.gz new file mode 100644 index 0000000..da32a64 --- /dev/null +++ b/proj-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b300c0f872f632ad7f8eb60725edbf14f0f8f52db740a3ab23e7b94f1cd22a50 +size 2685319 diff --git a/proj.changes b/proj.changes index b2ff95f..80c0e5d 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Sep 27 13:16:36 UTC 2019 - Martin Pluskal + +- 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) + ------------------------------------------------------------------- Wed Jun 12 14:00:25 UTC 2019 - Martin Pluskal diff --git a/proj.spec b/proj.spec index b2a7a77..53f8992 100644 --- a/proj.spec +++ b/proj.spec @@ -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: gcc-c++ 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 @@ unzip -o %{SOURCE1} %build %configure \ -%if 0%{?suse_version} > 1500 --with-external-gtest \ -%endif - --disable-static -make %{?_smp_mflags} + --disable-static +%make_build %install %make_install @@ -115,6 +111,7 @@ make %{?_smp_mflags} check %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}