Accepting request 790052 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/790052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2020-03-31 15:16:56 +00:00 committed by Git OBS Bridge
commit 9a96bc8b3c
4 changed files with 41 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Mar 31 07:28:07 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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 (Gxxxx) 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)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 9 13:42:25 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org> Mon Mar 9 13:42:25 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

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