[Git][debian-gis-team/proj][experimental] 4 commits: New upstream version 5.0.0~rc4
Bas Couwenberg
gitlab at salsa.debian.org
Wed Feb 21 17:30:08 UTC 2018
Bas Couwenberg pushed to branch experimental at Debian GIS Project / proj
Commits:
1c892e27 by Bas Couwenberg at 2018-02-21T18:11:52+01:00
New upstream version 5.0.0~rc4
- - - - -
b3a2db9d by Bas Couwenberg at 2018-02-21T18:11:56+01:00
Merge tag 'upstream/5.0.0_rc4' into experimental
Upstream version 5.0.0~rc4
- - - - -
fc76b1b4 by Bas Couwenberg at 2018-02-21T18:12:11+01:00
New upstream release candidate.
- - - - -
85ecc9bc by Bas Couwenberg at 2018-02-21T18:20:07+01:00
Set distribution to experimental.
- - - - -
5 changed files:
- NEWS
- README
- debian/changelog
- src/proj_4D_api.c
- test/gie/builtins.gie
Changes:
=====================================
NEWS
=====================================
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ This version of PROJ introduces some significant extensions and
improvements to (primarily) the geodetic functionality of the system.
The main driver for introducing the new features is the emergence of
-dynamic reference frames, the increasing use of high accuracy GNNS,
+dynamic reference frames, the increasing use of high accuracy GNSS,
and the related growing demand for accurate coordinate
transformations. While older versions of PROJ included some geodetic
functionality, the new framework lays the foundation for turning PROJ
=====================================
README
=====================================
--- a/README
+++ b/README
@@ -82,16 +82,22 @@ script out of the Visual C++ tree.
The `makefile.vc` builds `proj.exe`, `proj.dll` and `proj.lib`.
+On Windows you have to set the PROJ_LIB environment variable to make
+sure that PROJ can find the resource files that it needs. For the
+default install directory you can set PROJ_LIB with:
+
+ C:\> set PROJ_LIB C:\PROJ\share
+
### Distribution files and format
Sources are distributed in one or more files. The principle elements
-of the system are in a compress tar file named `PROJ-x.y.z.tar.gz` where
+of the system are in a compress tar file named `proj-x.y.z.tar.gz` where
"x" will indicate major release number, "y" indicates minor release
number and "z" indicates the patch number of the release.
In addition to the PROJ software package, a distribution of datum
conversion grid files is also available. The grid package is
-distributed under the name `PROJ-datumgrid-x.y.zip`, where "x" is the
+distributed under the name `proj-datumgrid-x.y.zip`, where "x" is the
major release version and "y" the minor release version numbers.
The grid package can be downloaded from the PROJ.4 website.
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-proj (5.0.0~rc3-1~exp2) UNRELEASED; urgency=medium
+proj (5.0.0~rc4-1~exp1) experimental; urgency=medium
+ * New upstream release candidate.
* Ignore test failures on more problematic architectures.
* Update watch file to use HTTPS.
* Rename PROJ.4 to PROJ.
- -- Bas Couwenberg <sebastic at debian.org> Wed, 14 Feb 2018 09:53:22 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 21 Feb 2018 18:19:41 +0100
proj (5.0.0~rc3-1~exp1) experimental; urgency=medium
=====================================
src/proj_4D_api.c
=====================================
--- a/src/proj_4D_api.c
+++ b/src/proj_4D_api.c
@@ -734,6 +734,7 @@ int proj_errno_reset (const PJ *P) {
pj_ctx_set_errno (pj_get_ctx ((PJ *) P), 0);
errno = 0;
+ pj_errno = 0;
return last_errno;
}
=====================================
test/gie/builtins.gie
=====================================
--- a/test/gie/builtins.gie
+++ b/test/gie/builtins.gie
@@ -627,7 +627,7 @@ Chamberlin Trimetric
-------------------------------------------------------------------------------
operation +proj=chamb +R=6400000 +lat_1=0.5 +lat_2=2
-------------------------------------------------------------------------------
-tolerance 0.1 mm
+tolerance 0.5 mm
accept 2 1
expect -27864.779586801 -223364.324593274
accept 2 -1
@@ -4315,7 +4315,7 @@ van der Grinten II
-------------------------------------------------------------------------------
operation +proj=vandg2 +a=6400000 +lat_1=0.5 +lat_2=2
-------------------------------------------------------------------------------
-tolerance 0.1 mm
+tolerance 0.5 mm
accept 2 1
expect 223395.247850437 111718.491037226
accept 2 -1
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/compare/c93283d8d9a9995d16ee16daafc0ee9dbc4c341d...85ecc9bc7f6d3e91559f8f04076f0160debcaa70
---
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/compare/c93283d8d9a9995d16ee16daafc0ee9dbc4c341d...85ecc9bc7f6d3e91559f8f04076f0160debcaa70
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180221/b8c19cf5/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list