rpms/enigma/devel enigma-gcc-4.3-ftbfs.patch, 1.1, 1.2 enigma.spec, 1.21, 1.22

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Feb 9 14:53:06 UTC 2008


Author: thl

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

Modified Files:
	enigma-gcc-4.3-ftbfs.patch enigma.spec 
Log Message:
* Sat Feb 09 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.01-6
- update gcc43 patch to one from opensuse


enigma-gcc-4.3-ftbfs.patch:

Index: enigma-gcc-4.3-ftbfs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/enigma/devel/enigma-gcc-4.3-ftbfs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enigma-gcc-4.3-ftbfs.patch	4 Jan 2008 14:38:40 -0000	1.1
+++ enigma-gcc-4.3-ftbfs.patch	9 Feb 2008 14:52:52 -0000	1.2
@@ -1,8 +1,35 @@
-# fix some FTBFS with newer, stricter GCCs
-# patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413414
-# thanks, Martin Michlmayr
---- src/gui/widgets.cc~	2007-03-04 21:06:31.000000000 +0000
-+++ src/gui/widgets.cc	2007-03-04 21:13:34.000000000 +0000
+--- lib-src/enigma-core/ecl_util.hh
++++ lib-src/enigma-core/ecl_util.hh
+@@ -19,6 +19,7 @@
+ #ifndef ECL_UTIL_HH_INCLUDED
+ #define ECL_UTIL_HH_INCLUDED
+ 
++#include <algorithm>
+ #include <string>
+ 
+ /* hide GNU extensions for non-gnu compilers: */
+--- src/Utf8ToXML.cc
++++ src/Utf8ToXML.cc
+@@ -21,6 +21,7 @@
+ #include "main.hh"
+ #include <xercesc/util/XMLString.hpp>
+ #include <xercesc/util/TransService.hpp>
++#include <cstring>
+ 
+ XERCES_CPP_NAMESPACE_USE
+ 
+--- src/file.hh
++++ src/file.hh
+@@ -22,6 +22,7 @@
+ #include <iosfwd>
+ #include <vector>
+ #include <list>
++#include <memory>
+ #include "ecl_error.hh"
+ 
+ namespace enigma
+--- src/gui/widgets.cc
++++ src/gui/widgets.cc
 @@ -28,6 +28,7 @@
  #include <cassert>
  #include <algorithm>
@@ -11,13 +38,3 @@
  
  using namespace enigma::gui;
  using namespace ecl;
---- lib-src/enigma-core/ecl_util.hh~	2007-03-04 20:38:24.000000000 +0000
-+++ lib-src/enigma-core/ecl_util.hh	2007-03-04 20:55:44.000000000 +0000
-@@ -20,6 +20,7 @@
- #define ECL_UTIL_HH_INCLUDED
- 
- #include <string>
-+#include <algorithm>
- 
- /* hide GNU extensions for non-gnu compilers: */
- #ifndef __GNU__


Index: enigma.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enigma/devel/enigma.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- enigma.spec	9 Feb 2008 13:52:49 -0000	1.21
+++ enigma.spec	9 Feb 2008 14:52:52 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           enigma
 Version:        1.01
-Release:        5.1
+Release:        6.1
 Summary:        Clone of the ATARI game Oxyd
 
 Group:          Amusements/Games
@@ -78,6 +78,9 @@
 %exclude %{_libdir}/libenet.a
 
 %changelog
+* Sat Feb 09 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.01-6
+- update gcc43 patch to one from opensuse
+
 * Sat Feb 09 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.01-5
 - rebuilt
 




More information about the fedora-extras-commits mailing list