rpms/extrema/devel extrema-4.2.10.gcc43.patch, 1.1, 1.2 extrema.spec, 1.3, 1.4

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Jan 6 20:36:50 UTC 2008


Author: terjeros

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

Modified Files:
	extrema-4.2.10.gcc43.patch extrema.spec 
Log Message:
hash_map is a extension?



extrema-4.2.10.gcc43.patch:

Index: extrema-4.2.10.gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/extrema/devel/extrema-4.2.10.gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extrema-4.2.10.gcc43.patch	6 Jan 2008 19:12:11 -0000	1.1
+++ extrema-4.2.10.gcc43.patch	6 Jan 2008 20:36:43 -0000	1.2
@@ -39,7 +39,7 @@
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 +#include <memory>
-+#include <hash_map>
++#include <ext/hash_map>
  #include "Expression.h"
  #include "EExpressionError.h"
  #include "ExprCodes.h"
@@ -218,7 +218,7 @@
 +
  #include <sstream>
  #include <stdexcept>
-+#include <hash_map>
++#include <ext/hash_map>
  
  #include "Script.h"
  #include "ESyntaxError.h"
@@ -262,7 +262,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 <ext/hash_map>
  #include "GraphicsPage.h"
  #include "EGraphicsError.h"
  #include "ExGlobals.h"


Index: extrema.spec
===================================================================
RCS file: /cvs/extras/rpms/extrema/devel/extrema.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extrema.spec	6 Jan 2008 19:12:11 -0000	1.3
+++ extrema.spec	6 Jan 2008 20:36:43 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:   Extrema is a powerful visualization and data analysis tool
 Name:      extrema
 Version:   4.3.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+
 Group:     Applications/Engineering
 URL:       http://exsitewebware.com/extrema/
@@ -63,6 +63,9 @@
 %{_datadir}/%{name}/Help
 
 %changelog
+* Sun Jan  6 2008 Terje Rosten <terje.rosten at ntnu.no> - 4.3.1-2
+- rebuild
+
 * 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




More information about the fedora-extras-commits mailing list