rpms/qgis/devel gcc43-INT_MAX-qgis-0.9.1.patch, NONE, 1.1 qgis.spec, 1.14, 1.15

Douglas E. Warner (silfreed) fedora-extras-commits at redhat.com
Mon Feb 18 18:23:58 UTC 2008


Author: silfreed

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

Modified Files:
	qgis.spec 
Added Files:
	gcc43-INT_MAX-qgis-0.9.1.patch 
Log Message:
* Mon Feb 18 2008 Douglas E. Warner <silfreed at silfreed.net> 0.9.1-4
- adding gcc43-INT_MAX-qgis-0.9.1.patch


gcc43-INT_MAX-qgis-0.9.1.patch:

--- NEW FILE gcc43-INT_MAX-qgis-0.9.1.patch ---
diff -ruN qgis-0.9.1/src/app/main.cpp qgis-0.9.1-new/src/app/main.cpp
--- qgis-0.9.1/src/app/main.cpp	2007-11-10 16:57:38.000000000 -0500
+++ qgis-0.9.1-new/src/app/main.cpp	2008-02-18 12:57:17.000000000 -0500
@@ -35,6 +35,7 @@
 #include <QTranslator>
 
 #include <iostream>
+#include <climits>
 #include <cstdio>
 #include <stdio.h>
 #include <stdlib.h>


Index: qgis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qgis/devel/qgis.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- qgis.spec	18 Feb 2008 15:54:43 -0000	1.14
+++ qgis.spec	18 Feb 2008 18:23:22 -0000	1.15
@@ -12,6 +12,7 @@
 Source0: http://download.qgis.org/qgis/src/%{name}-%{version}.tar.gz
 Source1: %{name}.desktop
 Patch0: python-site-packages-dir-0.9.1.patch
+Patch1: gcc43-INT_MAX-qgis-0.9.1.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: sip
@@ -81,6 +82,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -207,6 +209,9 @@
 
 
 %changelog
+* Mon Feb 18 2008 Douglas E. Warner <silfreed at silfreed.net> 0.9.1-4
+- adding gcc43-INT_MAX-qgis-0.9.1.patch
+
 * Mon Feb 18 2008 Douglas E. Warner <silfreed at silfreed.net> 0.9.1-3
 - adding Requires sip, PyQt4 for python bindings support
 




More information about the fedora-extras-commits mailing list