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

Balint Cristian (rezso) fedora-extras-commits at redhat.com
Tue May 20 12:53:56 UTC 2008


Author: rezso

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

Modified Files:
	gdal.spec 
Added Files:
	gdal-x86_64.patch 
Log Message:
gdal-1.5.1-7
 %changelog
* Thu May 15 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.1-7
- fix x86_64 problem

 ----------------------------------------------------------------------
 Modified Files:
 	F-9/gdal.spec 
 Added Files:
 	F-9/gdal-x86_64.patch 
 ----------------------------------------------------------------------


gdal-x86_64.patch:

--- NEW FILE gdal-x86_64.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 !defined(HP9000) && !defined(DEC_ALPHA) && !defined(__x86_64__)
 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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gdal.spec	16 Apr 2008 21:15:08 -0000	1.34
+++ gdal.spec	20 May 2008 12:53:09 -0000	1.35
@@ -1,6 +1,6 @@
 Name:      gdal
 Version:   1.5.1
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   GIS file format library
 Group:     System Environment/Libraries
 License:   MIT
@@ -9,6 +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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool swig pkgconfig
 BuildRequires: doxygen tetex-latex ghostscript
@@ -63,6 +64,7 @@
 %setup -q -n %{name}-%{version}-fedora
 %patch0 -p0 -b .gcc43
 %patch1 -p0 -b .perl510
+%patch2 -p0 -b .x86_64
 
 # unpack test cases olso.
 tar -xzf %{SOURCE1} .
@@ -374,6 +376,9 @@
 %{perl_vendorarch}/*
 
 %changelog
+* Thu May 15 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.1-7
+- fix x86_64 problem
+
 * Wed Apr 16 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.1-6
 - disable fortify source, it crash gdal for now.
 




More information about the fedora-extras-commits mailing list