diff options
| -rw-r--r-- | CMakeLists.txt | 6 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | man/man1/cs2cs.1 | 4 | ||||
| -rw-r--r-- | man/man1/geod.1 | 2 | ||||
| -rw-r--r-- | man/man1/nad2nad.1 | 4 | ||||
| -rw-r--r-- | man/man1/proj.1 | 9 | ||||
| -rw-r--r-- | man/man3/geodesic.3 | 2 | ||||
| -rw-r--r-- | man/man3/pj_init.3 | 4 | ||||
| -rw-r--r-- | proj.spec | 18 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 |
11 files changed, 25 insertions, 30 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f998011..1d1baef0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,9 +49,9 @@ colormsg(_HIBLUE_ "Configuring PROJ:") #PROJ version information ################################################################################# include(Proj4Version) -proj_version(MAJOR 4 MINOR 9 PATCH 3) -set(PROJ_API_VERSION "12") -set(PROJ_BUILD_VERSION "12.0.0") +proj_version(MAJOR 5 MINOR 0 PATCH 0) +set(PROJ_API_VERSION "13") +set(PROJ_BUILD_VERSION "13.0.1") ################################################################################# # Build features and variants diff --git a/configure.ac b/configure.ac index e99389ee..072b27d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([PROJ.4 Projections], 4.9.3, [warmerdam@pobox.com], proj) +AC_INIT([PROJ.4 Projections], 5.0.0, [warmerdam@pobox.com], proj) AC_CONFIG_MACRO_DIR([m4]) AC_LANG(C) diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1 index bfebe8ea..5d4d36d0 100644 --- a/man/man1/cs2cs.1 +++ b/man/man1/cs2cs.1 @@ -1,8 +1,8 @@ -.\" release 4 +.\" release 5 .nr LL 5.5i .ad b .hy 1 -.TH CS2CS 1 "2000/03/21 Rel. 4.4" +.TH CS2CS 1 "2018/02/15 Rel. 5.0.0" .SH NAME cs2cs \- cartographic coordinate system filter .SH SYNOPSIS diff --git a/man/man1/geod.1 b/man/man1/geod.1 index 74587612..8e4c18db 100644 --- a/man/man1/geod.1 +++ b/man/man1/geod.1 @@ -2,7 +2,7 @@ .nr LL 7.0i .ad b .hy 1 -.TH GEOD 1 "2017/04/09 Rel. 4.9.3" +.TH GEOD 1 "2018/02/15 Rel. 5.0.0" .SH NAME geod \- direct geodesic computations .br diff --git a/man/man1/nad2nad.1 b/man/man1/nad2nad.1 index c5f57c8f..c25630dc 100644 --- a/man/man1/nad2nad.1 +++ b/man/man1/nad2nad.1 @@ -1,8 +1,8 @@ -.\" release 4 +.\" release 5 .nr LL 5.5i .ad b .hy 1 -.TH NAD2NAD 1 "2000/03/21 Rel. 4.4" +.TH NAD2NAD 1 "2018/02/15 Rel. 5.0.0" .SH NAME nad2nad \- North American Datum conversion filter .SH SYNOPSIS diff --git a/man/man1/proj.1 b/man/man1/proj.1 index 6cb8ad41..44bc08b6 100644 --- a/man/man1/proj.1 +++ b/man/man1/proj.1 @@ -1,8 +1,8 @@ -.\" release 4 +.\" release 5 .nr LL 5.5i .ad b .hy 1 -.TH PROJ 1 "2000/03/21 Rel. 4.4" +.TH PROJ 1 "2018/02/25 Rel. 5.0.0" .SH NAME proj \- forward cartographic projection filter .br @@ -52,11 +52,6 @@ process and allows bypassing formatting operations. Selects binary input only (see .B \-b option). .TP -.BI \-C -Check. Invoke all built in self tests and report. -Get more verbose report by preceding with the -.B \-V option). -.TP .BI \-I alternate method to specify inverse projection. Redundant when used with diff --git a/man/man3/geodesic.3 b/man/man3/geodesic.3 index 52f9b042..6e3c9447 100644 --- a/man/man3/geodesic.3 +++ b/man/man3/geodesic.3 @@ -1,6 +1,6 @@ .\" @(#)geodesic.3 .nr LL 7.0i -.TH GEODESIC 3 "2017/04/09 Rel. 4.9.3" +.TH GEODESIC 3 "2018/02/15 Rel. 5.0.0" .ad b .hy 1 .SH NAME diff --git a/man/man3/pj_init.3 b/man/man3/pj_init.3 index 4c989ced..ae830e71 100644 --- a/man/man3/pj_init.3 +++ b/man/man3/pj_init.3 @@ -1,6 +1,6 @@ -.\" @(#)pj_init.3 - 4.1 +.\" @(#)pj_init.3 - 5.0.0 .nr LL 5.5i -.TH PJ_INIT 3U "2001/04/05 Rel. 4.4" +.TH PJ_INIT 3U "2018/02/15 Rel. 5.0.0" .ad b .hy 1 .SH NAME @@ -1,13 +1,13 @@ %define PACKAGE_NAME proj -%define PACKAGE_VERSION 4.9.3 -%define PACKAGE_URL http://trac.osgeo.org/proj +%define PACKAGE_VERSION 5.0.0 +%define PACKAGE_URL http://proj4.org %define _prefix /usr -Summary: Cartographic projection software +Summary: Cartographic projection and geodetic transformation software Name: %PACKAGE_NAME Version: %PACKAGE_VERSION Release: 1 -Source0: proj-4.9.3.tar.gz +Source0: proj-5.0.0.tar.gz License: MIT, Copyright (c) 2000, Frank Warmerdam Group: Applications/GIS Vendor: Intevation GmbH <http://intevation.net> @@ -19,12 +19,12 @@ BuildRequires: libtool Conflicts: PROJ.4 %description -This package offers commandline tools and a library for performing respective -forward and inverse transformation of cartographic data to or from cartesian -data with a wide range of selectable projection functions. +PROJ is a generic coordinate transformation software, that transforms +coordinates from one coordinate reference system (CRS) to another. This +includes cartographic projections as well as geodetic transformations. %prep -%setup -D -n proj-4.9.3 +%setup -D -n proj-5.0.0 %{_builddir}/%{name}-%{version}/autogen.sh %configure @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT %makeinstall %clean -rm -rf %{_builddir}/proj-4.9.3 +rm -rf %{_builddir}/proj-5.0.0 rm -rf $RPM_BUILD_ROOT %files diff --git a/src/Makefile.am b/src/Makefile.am index e7e53394..aebfc22b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 12:0:0 +libproj_la_LDFLAGS = -no-undefined -version-info 13:0:1 libproj_la_SOURCES = \ pj_list.h proj_internal.h\ diff --git a/src/pj_release.c b/src/pj_release.c index 41d02a8b..fdd66f90 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -2,7 +2,7 @@ #include <projects.h> -char const pj_release[]="Rel. 5.0.0, development version"; +char const pj_release[]="Rel. 5.0.0, 15 february 2018"; const char *pj_get_release() |
