rpms/gdal/devel gdal-sincos.patch,NONE,1.1 gdal.spec,1.36,1.37

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


Author: rezso

Update of /cvs/pkgs/rpms/gdal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12745/devel

Modified Files:
	gdal.spec 
Added Files:
	gdal-sincos.patch 
Log Message:

 ----------------------------------------------------------------------
 Modified Files:
 	devel/gdal.spec 
 Added Files:
 	devel/gdal-sincos.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/devel/gdal.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gdal.spec	15 May 2008 14:10:14 -0000	1.36
+++ gdal.spec	23 May 2008 20:31:07 -0000	1.37
@@ -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,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}-sincos.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,8 +376,11 @@
 %{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 a sed option for koji
+- 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