diff --git a/proj-4.7.0.tar.bz2 b/proj-4.7.0.tar.bz2 deleted file mode 100644 index 1a74bb1..0000000 --- a/proj-4.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4529787d62cd4e1c9c9baa39cdf82c6b209fd772b888c08f279a8dd05aa308 -size 536234 diff --git a/proj-4.8.0.tar.bz2 b/proj-4.8.0.tar.bz2 new file mode 100644 index 0000000..0259a7e --- /dev/null +++ b/proj-4.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9e5054454ff24bea11074ff4eadd3bb078d9b2d42f57e7a362e8067ac394f5 +size 597580 diff --git a/proj.changes b/proj.changes index c8ad855..6d2384b 100644 --- a/proj.changes +++ b/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 - Remove wrong -static-devel package diff --git a/proj.spec b/proj.spec index c783a32..a56a4b5 100644 --- a/proj.spec +++ b/proj.spec @@ -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 @@ -26,6 +28,11 @@ Source0: proj-%{version}.tar.bz2 Source1: proj-datumgrid-1.5.zip BuildRequires: bzip2 BuildRequires: unzip +%if 0%{?centos_version} || 0%{?rhel_version} +BuildRequires: pkgconfig +%else +BuildRequires: pkg-config +%endif Provides: libproj = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} @@ -92,5 +99,6 @@ rm %{buildroot}/%{_libdir}/*.la %{_mandir}/man3/*.3* %{_includedir}/*.h %{_libdir}/*.so +%{_libdir}/pkgconfig/proj.pc %changelog