update to version 4.8.0

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=10
This commit is contained in:
Otto Dassau 2012-03-14 09:04:29 +00:00 committed by Git OBS Bridge
parent 7c07728e74
commit 9f55ccdf2c
4 changed files with 34 additions and 5 deletions

View File

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

3
proj-4.8.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Mar 14 08:57:02 UTC 2012 - dassau@gbd-consult.de
- update to version 4.8.0
- Added the Natural Earth projection.
- Added HEALPIX, rHEALPIX and Icosahedral Snyder Equal Area projections.
- nad2bin now produces "CTable2" format grid shift files by default which
are platform independent.
- nad2nad removed, use cs2cs for datum shift operations.
- projects.h no longer installed as a public include file. Please try to
only use proj_api.h.
- Add pj_get_spheroid_defn() accessor.
- Added an alternate version of pj_init() that takes a projCtx (execution
context) structure to address multithreading issues with error management
and to provide a support for application hookable error reporting and
logging.
- Upgrade to EPSG 7.9. Some changes in ideal datum selection.
- JNI bindings reworked, org.proj4.Projections deprecated in favor of
org.proj4.PJ.
- Added preliminary vertical datum support.
- Fix various multithreading issues, particular in datum grid handling code.
- Added support for the +axis= option for alternate axis orientations as
part of a coordinate system (used for TM South Orientated support).
- +proj=omerc implementatioin replaced with code from libproj4. +rot_conv
flag no longer works, and some coordinate systems (ie. Malaysian) will
need to use +gamma instead. "epsg" init file updated accordingly.
-------------------------------------------------------------------
Thu Aug 18 11:25:37 UTC 2011 - idonmez@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package proj
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,8 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: proj
Version: 4.7.0
Version: 4.8.0
Release: 1
License: MIT
Summary: Cartographic projection software