rpms/pekwm/devel pekwm-0.1.5-gcc43.patch, NONE, 1.1 pekwm.spec, 1.3, 1.4

Matt Domsch mdomsch at fedoraproject.org
Wed Sep 17 15:22:12 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/pekwm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5034

Modified Files:
	pekwm.spec 
Added Files:
	pekwm-0.1.5-gcc43.patch 
Log Message:
fix FTBFS BZ#434089

pekwm-0.1.5-gcc43.patch:

--- NEW FILE pekwm-0.1.5-gcc43.patch ---
--- pekwm-0.1.5.orig/src/CfgParser.hh	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/CfgParser.hh	2008-09-17 10:04:40.000000000 -0500
@@ -32,6 +32,7 @@
 #include <string>
 #include <iostream>
 #include <cstdlib>
+#include <string.h>
 
 //! @brief Configuration file parser.
 class CfgParser {
--- pekwm-0.1.5.orig/src/Util.hh	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/Util.hh	2008-09-17 10:08:59.000000000 -0500
@@ -17,6 +17,7 @@
 #include <vector>
 #include <functional>
 #include <sstream>
+#include <string.h>
 
 //! @brief Namespace Util used for various small file/string tasks.
 namespace Util {
--- pekwm-0.1.5.orig/src/CfgParserKey.cc	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/CfgParserKey.cc	2008-09-17 10:08:50.000000000 -0500
@@ -15,6 +15,7 @@
 
 #include <iostream>
 #include <cstdlib>
+#include <string.h>
 
 using std::string;
 using std::cerr;
--- pekwm-0.1.5.orig/src/CfgParserSource.cc	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/CfgParserSource.cc	2008-09-17 10:10:34.000000000 -0500
@@ -14,6 +14,7 @@
 #include "Util.hh"
 
 #include <iostream>
+#include <cstdlib>
 
 extern "C" {
 #include <unistd.h>
--- pekwm-0.1.5.orig/src/ColorHandler.hh	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/ColorHandler.hh	2008-09-17 10:11:40.000000000 -0500
@@ -15,6 +15,7 @@
 
 #include <list>
 #include <string>
+#include <string.h>
 
 class ColorHandler {
 public:
--- pekwm-0.1.5.orig/src/PImageNativeLoaderXpm.cc	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/PImageNativeLoaderXpm.cc	2008-09-17 10:12:54.000000000 -0500
@@ -13,6 +13,7 @@
 #include "PImageNativeLoaderXpm.hh"
 
 #include <iostream>
+#include <cstring>
 
 using std::cerr;
 using std::endl;
--- pekwm-0.1.5.orig/src/Util.cc	2008-09-17 10:02:32.000000000 -0500
+++ pekwm-0.1.5/src/Util.cc	2008-09-17 10:14:09.000000000 -0500
@@ -14,6 +14,7 @@
 #include "Util.hh"
 #include <iostream>
 #include <sstream>
+#include <cstdlib>
 
 #include <unistd.h>
 #include <sys/stat.h>


Index: pekwm.spec
===================================================================
RCS file: /cvs/extras/rpms/pekwm/devel/pekwm.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pekwm.spec	28 Aug 2008 15:43:09 -0000	1.3
+++ pekwm.spec	17 Sep 2008 15:21:41 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           pekwm
 Version:        0.1.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        The Pek Window Manager
 
 Group:          User Interface/Desktops
@@ -12,6 +12,7 @@
 Source2:        pekwm-xdg-menu.py
 Patch0:         pekwm_configure.patch
 Patch2:         pekwm_menu.patch
+Patch3:		pekwm-0.1.5-gcc43.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -27,6 +28,7 @@
 %setup -q
 %patch0
 %patch2
+%patch3 -p1
 
 sed -i s,"<BINDIR>",%{_bindir},g data/menu.in
 sed -i s,"XftDrawString8","XftDrawStringUtf8", src/PFont.cc
@@ -83,6 +85,9 @@
 
 
 %changelog
+* Wed Sep 17 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.1.5-8
+- fix FTBFS BZ#434089
+
 * Thu Aug 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.1.5-7
 - fix license tag
 




More information about the fedora-extras-commits mailing list