rpms/gdal/F-9 gdal-sincos.patch, NONE, 1.1 gdal.spec, 1.35, 1.36 gdal-x86_64.patch, 1.1, NONE

Balint Cristian (rezso) fedora-extras-commits at redhat.com
Fri May 23 20:39:26 UTC 2008


Author: rezso

Update of /cvs/pkgs/rpms/gdal/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13133/F-9

Modified Files:
	gdal.spec 
Added Files:
	gdal-sincos.patch 
Removed Files:
	gdal-x86_64.patch 
Log Message:
* Thu May 23 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.1-8
- fix sincos on all arch
 ----------------------------------------------------------------------
 Modified Files:
 	F-9/gdal.spec 
 Added Files:
 	F-9/gdal-sincos.patch 
 Removed Files:
 	F-9/gdal-x86_64.patch 
 ----------------------------------------------------------------------


gdal-sincos.patch:

--- NEW FILE gdal-sincos.patch ---
--- frmts/hdf4/hdf-eos/GDapi.c.orig	2008-05-20 15:01:09.000000000 +0300
+++ frmts/hdf4/hdf-eos/GDapi.c	2008-05-20 15:02:07.000000000 +0300
@@ -6258,7 +6258,7 @@
 
 
 
-#if !defined(HP9000) && !defined(DEC_ALPHA)
+#if 0
 void
 sincos(double val, double *sin_val, double *cos_val)
 {


Index: gdal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/F-9/gdal.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gdal.spec	20 May 2008 12:53:09 -0000	1.35
+++ gdal.spec	23 May 2008 20:37:35 -0000	1.36
@@ -1,6 +1,6 @@
 Name:      gdal
 Version:   1.5.1
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   GIS file format library
 Group:     System Environment/Libraries
 License:   MIT
@@ -9,7 +9,7 @@
 Source1:   http://download.osgeo.org/gdal/gdalautotest-1.5.0.tar.gz
 Patch0:    %{name}-gcc43.patch
 Patch1:    %{name}-perl510.patch
-Patch2:    %{name}-x86_64.patch
+Patch2:    %{name}-sincos.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool swig pkgconfig
 BuildRequires: doxygen tetex-latex ghostscript
@@ -64,7 +64,7 @@
 %setup -q -n %{name}-%{version}-fedora
 %patch0 -p0 -b .gcc43
 %patch1 -p0 -b .perl510
-%patch2 -p0 -b .x86_64
+%patch2 -p0 -b .sincos
 
 # unpack test cases olso.
 tar -xzf %{SOURCE1} .
@@ -376,6 +376,9 @@
 %{perl_vendorarch}/*
 
 %changelog
+* Thu May 23 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.1-8
+- fix sincos on all arch
+
 * Thu May 15 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.1-7
 - fix x86_64 problem
 


--- gdal-x86_64.patch DELETED ---




More information about the scm-commits mailing list