Accepting request 110419 from Application:Geo
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/110419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=5
This commit is contained in:
commit
490d6665c6
@ -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
3
proj-4.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da9e5054454ff24bea11074ff4eadd3bb078d9b2d42f57e7a362e8067ac394f5
|
||||||
|
size 597580
|
28
proj.changes
28
proj.changes
@ -1,4 +1,32 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
- Added BuildRequires pkg-config
|
||||||
|
- Added %{_libdir}/pkgconfig/proj.pc
|
||||||
|
-------------------------------------------------------------------
|
||||||
Thu Aug 18 11:25:37 UTC 2011 - idonmez@novell.com
|
Thu Aug 18 11:25:37 UTC 2011 - idonmez@novell.com
|
||||||
|
|
||||||
- Remove wrong -static-devel package
|
- Remove wrong -static-devel package
|
||||||
|
12
proj.spec
12
proj.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package proj
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,8 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: proj
|
Name: proj
|
||||||
Version: 4.7.0
|
Version: 4.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Cartographic projection software
|
Summary: Cartographic projection software
|
||||||
@ -26,6 +28,11 @@ Source0: proj-%{version}.tar.bz2
|
|||||||
Source1: proj-datumgrid-1.5.zip
|
Source1: proj-datumgrid-1.5.zip
|
||||||
BuildRequires: bzip2
|
BuildRequires: bzip2
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
%if 0%{?centos_version} || 0%{?rhel_version}
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
%else
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
%endif
|
||||||
Provides: libproj = %{version}
|
Provides: libproj = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -92,5 +99,6 @@ rm %{buildroot}/%{_libdir}/*.la
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/pkgconfig/proj.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user