rpms/extrema/devel extrema-4.2.10.gcc43.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 extrema.spec, 1.2, 1.3 sources, 1.2, 1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Jan 6 19:12:53 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/extrema/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11999

Modified Files:
	.cvsignore extrema.spec sources 
Added Files:
	extrema-4.2.10.gcc43.patch 
Log Message:
- 4.3.1
- Add patch to build with gcc 4.3



extrema-4.2.10.gcc43.patch:

--- NEW FILE extrema-4.2.10.gcc43.patch ---
diff -uNr -x '*~' extrema-4.2.10.orig/src/Commands/CMD_execute.cpp extrema-4.2.10/src/Commands/CMD_execute.cpp
--- extrema-4.2.10.orig/src/Commands/CMD_execute.cpp	2007-10-16 00:16:09.000000000 +0200
+++ extrema-4.2.10/src/Commands/CMD_execute.cpp	2008-01-06 14:22:55.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <memory>
 #include "CMD_execute.h"
 #include "ECommandError.h"
 #include "ESyntaxError.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Commands/CMD_graph.cpp extrema-4.2.10/src/Commands/CMD_graph.cpp
--- extrema-4.2.10.orig/src/Commands/CMD_graph.cpp	2007-10-16 00:16:09.000000000 +0200
+++ extrema-4.2.10/src/Commands/CMD_graph.cpp	2008-01-06 14:19:40.000000000 +0100
@@ -16,6 +16,7 @@
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 #include <cmath>
+#include <limits>
 
 #include "wx/wx.h"
 
diff -uNr -x '*~' extrema-4.2.10.orig/src/Expression/ExprCodes.cpp extrema-4.2.10/src/Expression/ExprCodes.cpp
--- extrema-4.2.10.orig/src/Expression/ExprCodes.cpp	2007-10-16 00:16:07.000000000 +0200
+++ extrema-4.2.10/src/Expression/ExprCodes.cpp	2008-01-06 14:36:52.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <memory>
 #include "ExprCodes.h"
 #include "RangeVector.h"
 #include "ListVector.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Expression/Expression.cpp extrema-4.2.10/src/Expression/Expression.cpp
--- extrema-4.2.10.orig/src/Expression/Expression.cpp	2007-10-16 00:16:07.000000000 +0200
+++ extrema-4.2.10/src/Expression/Expression.cpp	2008-01-06 14:55:33.000000000 +0100
@@ -15,6 +15,8 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <memory>
+#include <hash_map>
 #include "Expression.h"
 #include "EExpressionError.h"
 #include "ExprCodes.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Expression/Workspace.cpp extrema-4.2.10/src/Expression/Workspace.cpp
--- extrema-4.2.10.orig/src/Expression/Workspace.cpp	2007-10-16 00:16:07.000000000 +0200
+++ extrema-4.2.10/src/Expression/Workspace.cpp	2008-01-06 14:53:23.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include "Workspace.h"
 #include "EExpressionError.h"
 #include "ExprCodes.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Functions/FCN_deriv.cpp extrema-4.2.10/src/Functions/FCN_deriv.cpp
--- extrema-4.2.10.orig/src/Functions/FCN_deriv.cpp	2007-10-16 00:16:12.000000000 +0200
+++ extrema-4.2.10/src/Functions/FCN_deriv.cpp	2008-01-06 15:14:58.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "FCN_deriv.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Functions/FCN_iequal.cpp extrema-4.2.10/src/Functions/FCN_iequal.cpp
--- extrema-4.2.10.orig/src/Functions/FCN_iequal.cpp	2007-10-16 00:16:12.000000000 +0200
+++ extrema-4.2.10/src/Functions/FCN_iequal.cpp	2008-01-06 15:17:39.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "FCN_iequal.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Functions/FCN_interpolate.cpp extrema-4.2.10/src/Functions/FCN_interpolate.cpp
--- extrema-4.2.10.orig/src/Functions/FCN_interpolate.cpp	2007-10-16 00:16:12.000000000 +0200
+++ extrema-4.2.10/src/Functions/FCN_interpolate.cpp	2008-01-06 15:18:18.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "FCN_interpolate.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_axis.cpp extrema-4.2.10/src/Graphics/GRA_axis.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_axis.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_axis.cpp	2008-01-06 15:32:57.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "GRA_axis.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_cartesianAxes.cpp extrema-4.2.10/src/Graphics/GRA_cartesianAxes.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_cartesianAxes.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_cartesianAxes.cpp	2008-01-06 15:33:17.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 #include <stdexcept>
 
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_cartesianCurve.cpp extrema-4.2.10/src/Graphics/GRA_cartesianCurve.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_cartesianCurve.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_cartesianCurve.cpp	2008-01-06 15:33:39.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "GRA_cartesianCurve.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_contour.cpp extrema-4.2.10/src/Graphics/GRA_contour.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_contour.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_contour.cpp	2008-01-06 15:34:13.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "GRA_contour.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_densityPlot.cpp extrema-4.2.10/src/Graphics/GRA_densityPlot.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_densityPlot.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_densityPlot.cpp	2008-01-06 15:36:40.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <memory>
 #include "GRA_densityPlot.h"
 #include "EGraphicsError.h"
 #include "GRA_window.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_diffusionPlot.cpp extrema-4.2.10/src/Graphics/GRA_diffusionPlot.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_diffusionPlot.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_diffusionPlot.cpp	2008-01-06 15:34:29.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "GRA_diffusionPlot.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_ditheringPlot.cpp extrema-4.2.10/src/Graphics/GRA_ditheringPlot.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_ditheringPlot.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_ditheringPlot.cpp	2008-01-06 15:34:45.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "GRA_ditheringPlot.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_gradientPlot.cpp extrema-4.2.10/src/Graphics/GRA_gradientPlot.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_gradientPlot.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_gradientPlot.cpp	2008-01-06 15:35:08.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 
 #include "GRA_gradientPlot.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_postscript.cpp extrema-4.2.10/src/Graphics/GRA_postscript.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_postscript.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_postscript.cpp	2008-01-06 15:35:30.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <iomanip>
 
 #include "GRA_postscript.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Graphics/GRA_window.cpp extrema-4.2.10/src/Graphics/GRA_window.cpp
--- extrema-4.2.10.orig/src/Graphics/GRA_window.cpp	2007-10-16 00:16:08.000000000 +0200
+++ extrema-4.2.10/src/Graphics/GRA_window.cpp	2008-01-06 15:35:47.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 #include <algorithm>
 
diff -uNr -x '*~' extrema-4.2.10.orig/src/Parsing/ParseLine.cpp extrema-4.2.10/src/Parsing/ParseLine.cpp
--- extrema-4.2.10.orig/src/Parsing/ParseLine.cpp	2007-10-16 00:16:09.000000000 +0200
+++ extrema-4.2.10/src/Parsing/ParseLine.cpp	2008-01-06 15:38:35.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <memory>
 #include "ParseLine.h"
 #include "ESyntaxError.h"
 #include "ParseToken.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Parsing/Script.cpp extrema-4.2.10/src/Parsing/Script.cpp
--- extrema-4.2.10.orig/src/Parsing/Script.cpp	2007-10-16 00:16:09.000000000 +0200
+++ extrema-4.2.10/src/Parsing/Script.cpp	2008-01-06 15:55:04.000000000 +0100
@@ -15,8 +15,10 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+
 #include <sstream>
 #include <stdexcept>
+#include <hash_map>
 
 #include "Script.h"
 #include "ESyntaxError.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/Utilities/ExGlobals.cpp extrema-4.2.10/src/Utilities/ExGlobals.cpp
--- extrema-4.2.10.orig/src/Utilities/ExGlobals.cpp	2007-10-16 00:16:14.000000000 +0200
+++ extrema-4.2.10/src/Utilities/ExGlobals.cpp	2008-01-06 15:39:36.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <stdexcept>
 #include <iostream>
 #include <iomanip>
diff -uNr -x '*~' extrema-4.2.10.orig/src/Utilities/UsefulFunctions.cpp extrema-4.2.10/src/Utilities/UsefulFunctions.cpp
--- extrema-4.2.10.orig/src/Utilities/UsefulFunctions.cpp	2007-10-16 00:16:14.000000000 +0200
+++ extrema-4.2.10/src/Utilities/UsefulFunctions.cpp	2008-01-06 15:39:49.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include <cmath>
 #include <iomanip>
 #include <sstream>
diff -uNr -x '*~' extrema-4.2.10.orig/src/Variables/TextVariable.cpp extrema-4.2.10/src/Variables/TextVariable.cpp
--- extrema-4.2.10.orig/src/Variables/TextVariable.cpp	2007-10-16 00:16:13.000000000 +0200
+++ extrema-4.2.10/src/Variables/TextVariable.cpp	2008-01-06 15:40:43.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <limits>
 #include "TextVariable.h"
 #include "EVariableError.h"
 #include "TVariableTable.h"
diff -uNr -x '*~' extrema-4.2.10.orig/src/wxForms/GraphicsPage.cpp extrema-4.2.10/src/wxForms/GraphicsPage.cpp
--- extrema-4.2.10.orig/src/wxForms/GraphicsPage.cpp	2007-10-16 00:16:09.000000000 +0200
+++ extrema-4.2.10/src/wxForms/GraphicsPage.cpp	2008-01-06 16:13:16.000000000 +0100
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
+#include <hash_map>
 #include "GraphicsPage.h"
 #include "EGraphicsError.h"
 #include "ExGlobals.h"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/extrema/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Nov 2007 20:53:27 -0000	1.2
+++ .cvsignore	6 Jan 2008 19:12:11 -0000	1.3
@@ -1 +1 @@
-extrema-4.2.10.tar.gz
+extrema-4.3.1.tar.gz


Index: extrema.spec
===================================================================
RCS file: /cvs/extras/rpms/extrema/devel/extrema.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extrema.spec	18 Nov 2007 18:33:32 -0000	1.2
+++ extrema.spec	6 Jan 2008 19:12:11 -0000	1.3
@@ -1,12 +1,13 @@
 Summary:   Extrema is a powerful visualization and data analysis tool
 Name:      extrema
-Version:   4.2.10
-Release:   3%{?dist}
+Version:   4.3.1
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     Applications/Engineering
 URL:       http://exsitewebware.com/extrema/
 Source0:   http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:    %{name}-4.2.10.desktop.patch
+Patch1:    %{name}-4.2.10.gcc43.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: wxGTK-devel >= 2.6.3
 BuildRequires: desktop-file-utils ImageMagick
@@ -30,6 +31,7 @@
 %prep
 %setup -q
 %patch -p1
+%patch1 -p1
 
 %build
 %configure --disable-static
@@ -61,6 +63,10 @@
 %{_datadir}/%{name}/Help
 
 %changelog
+* Sun Jan  6 2008 Terje Rosten <terje.rosten at ntnu.no> - 4.3.1-1
+- 4.3.1
+- Add patch to build with gcc 4.3
+
 * Sun Nov 18 2007 Terje Rosten <terje.rosten at ntnu.no> - 4.2.10-3
 - Add req. on help subpackage
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/extrema/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Nov 2007 20:53:27 -0000	1.2
+++ sources	6 Jan 2008 19:12:11 -0000	1.3
@@ -1 +1 @@
-3b6911525c1824ab50f82b6e72b05a19  extrema-4.2.10.tar.gz
+d77f194c8a454e99f37c535216ccd26c  extrema-4.3.1.tar.gz




More information about the fedora-extras-commits mailing list