diff --git a/proj-6.3.1.tar.gz b/proj-6.3.1.tar.gz deleted file mode 100644 index f1de1c0..0000000 --- a/proj-6.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de0112778438dcae30fcc6942dee472ce31399b9e5a2b67e8642529868c86f8 -size 2823891 diff --git a/proj-7.0.0.tar.gz b/proj-7.0.0.tar.gz new file mode 100644 index 0000000..ec393bc --- /dev/null +++ b/proj-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0e14c1bd2f9429b1a28999240304c0342ed739ebaea3d4ff44c585b1097be8 +size 2893700 diff --git a/proj.changes b/proj.changes index 81ce100..ae68edc 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +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 (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 diff --git a/proj.spec b/proj.spec index 6575860..41be10e 100644 --- a/proj.spec +++ b/proj.spec @@ -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: gcc-c++ 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 @@ unzip -o %{SOURCE1} %if 0%{?suse_version} > 1500 --with-external-gtest \ %endif - --disable-static + --disable-static \ + --enable-lto %make_build %install @@ -82,7 +85,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %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 @@ make %{?_smp_mflags} check %{_bindir}/invgeod %{_bindir}/invproj %{_bindir}/proj +%{_bindir}/projsync %{_bindir}/projinfo %defattr(0644,root,root) %{_mandir}/man1/cs2cs.1%{?ext_man} @@ -106,6 +110,7 @@ make %{?_smp_mflags} check %{_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 @@ make %{?_smp_mflags} check %{_includedir}/proj %{_libdir}/libproj.so %{_libdir}/pkgconfig/proj.pc -%{_mandir}/man3/geodesic.3%{?ext_man} -%{_mandir}/man3/pj_init.3%{?ext_man} %changelog