Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2012-03-22 12:38:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proj (Old)
 and      /work/SRC/openSUSE:Factory/.proj.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proj", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/proj/proj.changes        2012-02-14 
13:10:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes   2012-03-22 
12:38:44.000000000 +0100
@@ -1,0 +2,28 @@
+Wed Mar 14 08:57:02 UTC 2012 - das...@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
+-------------------------------------------------------------------

Old:
----
  proj-4.7.0.tar.bz2

New:
----
  proj-4.8.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ proj.spec ++++++
--- /var/tmp/diff_new_pack.UBUCre/_old  2012-03-22 12:38:45.000000000 +0100
+++ /var/tmp/diff_new_pack.UBUCre/_new  2012-03-22 12:38:45.000000000 +0100
@@ -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 @@
 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 @@
 %{_mandir}/man3/*.3*
 %{_includedir}/*.h
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/proj.pc
 
 %changelog

++++++ proj-4.7.0.tar.bz2 -> proj-4.8.0.tar.bz2 ++++++
++++ 90663 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to