commit proj for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2012-02-14 13:10:10

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.changes2011-09-23 
12:41:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes   2012-02-14 
13:10:12.0 +0100
@@ -2 +2,12 @@
-Sat Mar 19 00:00:00 UTC 2011 - das...@gbd-consult.de
+Thu Aug 18 11:25:37 UTC 2011 - idon...@novell.com
+
+- Remove wrong -static-devel package 
+
+---
+Thu Aug 18 11:15:07 UTC 2011 - otto.das...@gmx.de
+
+- added a static devel package, because GRASS and QGIS don't find 
+  the external PROJ.4 data directory anymore
+
+---
+Sat Mar 19 00:00:00 UTC 2011 - Otto Dassau 4.7.0



Other differences:
--
++ proj.spec ++
--- /var/tmp/diff_new_pack.HQCNMb/_old  2012-02-14 13:10:14.0 +0100
+++ /var/tmp/diff_new_pack.HQCNMb/_new  2012-02-14 13:10:14.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   proj
 Version:4.7.0
 Release:1
@@ -67,7 +65,7 @@
 
 %install
 %makeinstall
-rm -f %{buildroot}%{_libdir}/*.la
+rm %{buildroot}/%{_libdir}/*.la
 
 %post -n libproj0 -p /sbin/ldconfig
 


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



commit proj for openSUSE:Factory

2012-03-22 Thread h_root
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.changes2012-02-14 
13:10:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes   2012-03-22 
12:38:44.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.UBUCre/_new  2012-03-22 12:38:45.0 +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



commit proj for openSUSE:Factory

2012-04-23 Thread h_root
Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2012-04-23 09:16:21

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.changes2012-03-22 
12:38:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes   2012-04-23 
09:16:23.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 20 12:09:29 UTC 2012 - tzot...@opensuse.org
+
+- minor fix to install projects.h needed in devel package.
+
+---



Other differences:
--
++ proj.spec ++
--- /var/tmp/diff_new_pack.aydSG1/_old  2012-04-23 09:16:24.0 +0200
+++ /var/tmp/diff_new_pack.aydSG1/_new  2012-04-23 09:16:24.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   proj
 Version:4.8.0
-Release:1
-License:MIT
+Release:0
 Summary:Cartographic projection software
-Url:ftp://ftp.remotesensing.org/proj/
+License:MIT
 Group:  Productivity/Scientific/Other
+Url:ftp://ftp.remotesensing.org/proj/
 Source0:proj-%{version}.tar.bz2
 Source1:proj-datumgrid-1.5.zip
 BuildRequires:  bzip2
@@ -73,6 +72,8 @@
 %install
 %makeinstall
 rm %{buildroot}/%{_libdir}/*.la
+cd src
+cp projects.h %{buildroot}/%{_includedir}/projects.h
 
 %post -n libproj0 -p /sbin/ldconfig
 


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



commit proj for openSUSE:Factory

2011-08-16 Thread h_root

Hello community,

here is the log from the commit of package proj for openSUSE:Factory
checked in at Tue Aug 16 14:31:37 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/proj/proj.changes  2011-08-15 
10:48:09.0 +0200
@@ -0,0 +1,56 @@
+---
+Sat Mar 19 00:00:00 UTC 2011 - das...@gbd-consult.de
+
+- removed debug_package
+
+---
+Tue Nov 24 00:00:00 UTC 2009 - Otto Dassau 4.7.0
+
+- update to new proj4 version
+- update to new datumgrid version 1.5
+
+---
+Sun Oct 19 00:00:00 UTC 2008 - dl...@gmx.de
+
+- change spec to build on factory
+
+---
+Wed Sep 17 00:00:00 UTC 2008 - Otto Dassau 4.6.1
+
+- version update
+
+---
+Wed Jul  9 00:00:00 UTC 2008 - Otto Dassau 4.6.0
+
+- update and rpmlind fixes
+
+---
+Mon Aug 13 00:00:00 UTC 2007 - Dirk Stöcker 4.5.0
+
+- adapted to BuildService
+
+---
+Fri Jan  5 00:00:00 UTC 2007 - Otto Dassau 4.5.0
+
+- moved *.so from files devel to files
+
+---
+Tue Dec 19 00:00:00 UTC 2006 - Otto Dassau 4.5.0
+
+- rebuilt for SuSE 10.2
+
+---
+Wed Jan 25 00:00:00 UTC 2006 - Otto Dassau 4.4.9
+
+- rebuilt for SuSE 10.0 and added devel package
+
+---
+Thu Nov 17 00:00:00 UTC 2005 - Markus Neteler 4.4.9
+
+- upgraded to Mandriva 2006
+
+---
+Fri Aug  5 00:00:00 UTC 2005 - Otto Dassau 4.4.9
+
+- Applied for Mandrake 10.1 RPM
+

calling whatdependson for head-i586


New:

  proj-4.7.0.tar.bz2
  proj-datumgrid-1.5.zip
  proj.changes
  proj.spec



Other differences:
--
++ proj.spec ++
#
# spec file for package proj
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   proj
Version:4.7.0
Release:1
License:MIT
Summary:Cartographic projection software
Url:ftp://ftp.remotesensing.org/proj/
Group:  Productivity/Scientific/Other
Source0:proj-%{version}.tar.bz2
Source1:proj-datumgrid-1.5.zip
BuildRequires:  bzip2
BuildRequires:  unzip
Provides:   libproj = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Prefix: %{_prefix}

%package -n libproj0

Summary:Cartographic projection software
Group:  Applications/GIS

%package -n libproj-devel

Summary:Development files for PROJ
Group:  Development/Libraries/C and C++
Requires:   libproj0 = %{version}

%description -n libproj0
This package the library for performing respective
forward and inverse transformation of cartographic data to or from cartesian
data with a wide range of selectable projection functions.

%description
This package offers the commandline tools for performing respective
forward and inverse transformation of cartographic data to or from cartesian
data with a wide range of selectable projection functions.

%description -n libproj-devel
This package contains libproj and the appropriate header files and man pages.

%prep
%setup -q -b 0 -n proj-%{version}
cd nad
unzip -o %{SOURCE1}

%build
%configure  --disable-static
make

%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la

%post -n libproj0 -p /sbin/ldconfig

%postun -n libproj0 -p /sbin/ldconfig

%clean

%files -n libproj0
%defattr(0644,root,root)
%{_libdir}/*.so.*

%files
%defattr(-,root,root)
%doc NEWS AUTHORS COPYING README ChangeLog
%defattr(0755,root,root)
%{_bindir}/*
%dir %{_datadir}/proj
%defattr(0644,root,root)
%{_mandir}/man1/*.1*
%{_datadir}/proj/*

%files -n libproj-devel
%defattr(0644,root,root)
%{_mandir}/man3/*.3*
%{_includedir}/*.h
%{_libdir}/*.so

%changelog