Accepting request 733687 from Application:Geo

- 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)

OBS-URL: https://build.opensuse.org/request/show/733687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2019-09-30 13:58:51 +00:00 committed by Git OBS Bridge
commit 263c465c28
4 changed files with 24 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008
size 2453402

3
proj-6.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b300c0f872f632ad7f8eb60725edbf14f0f8f52db740a3ab23e7b94f1cd22a50
size 2685319

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 12 14:00:25 UTC 2019 - Martin Pluskal <mpluskal@suse.com> Wed Jun 12 14:00:25 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -20,7 +20,7 @@
%define sover 15 %define sover 15
%define libname lib%{name}%{sover} %define libname lib%{name}%{sover}
Name: proj Name: proj
Version: 6.1.0 Version: 6.2.0
Release: 0 Release: 0
Summary: Cartographic projection software Summary: Cartographic projection software
License: MIT License: MIT
@ -32,11 +32,9 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig >= 0.9.0
BuildRequires: sqlite3 BuildRequires: sqlite3
BuildRequires: unzip BuildRequires: unzip
BuildRequires: pkgconfig(gtest)
BuildRequires: pkgconfig(sqlite3) >= 3.7 BuildRequires: pkgconfig(sqlite3) >= 3.7
Provides: libproj = %{version} Provides: libproj = %{version}
%if 0%{?suse_version} > 1500
BuildRequires: pkgconfig(gtest)
%endif
%description %description
This package offers the commandline tools for performing respective This package offers the commandline tools for performing respective
@ -69,11 +67,9 @@ unzip -o %{SOURCE1}
%build %build
%configure \ %configure \
%if 0%{?suse_version} > 1500
--with-external-gtest \ --with-external-gtest \
%endif --disable-static
--disable-static %make_build
make %{?_smp_mflags}
%install %install
%make_install %make_install
@ -115,6 +111,7 @@ make %{?_smp_mflags} check
%files devel %files devel
%{_includedir}/*.h %{_includedir}/*.h
%{_includedir}/proj %{_includedir}/proj
%{_includedir}/proj_json_streaming_writer.hpp
%{_libdir}/libproj.so %{_libdir}/libproj.so
%{_libdir}/pkgconfig/proj.pc %{_libdir}/pkgconfig/proj.pc
%{_mandir}/man3/geodesic.3%{?ext_man} %{_mandir}/man3/geodesic.3%{?ext_man}