rpms/lineak-xosdplugin/devel lineak-xosdplugin-0.9-gcc43.patch, NONE, 1.1 lineak-xosdplugin.spec, 1.4, 1.5

Matt Domsch mdomsch at fedoraproject.org
Tue Sep 16 20:27:36 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/lineak-xosdplugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31982

Modified Files:
	lineak-xosdplugin.spec 
Added Files:
	lineak-xosdplugin-0.9-gcc43.patch 
Log Message:
fix FTBFS BZ#434522 by #including cstdlib and cstring

lineak-xosdplugin-0.9-gcc43.patch:

--- NEW FILE lineak-xosdplugin-0.9-gcc43.patch ---
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal lineak-xosdplugin-0.9.orig/xosd_plugin/xosdctrl.cpp lineak-xosdplugin-0.9/xosd_plugin/xosdctrl.cpp
--- lineak-xosdplugin-0.9.orig/xosd_plugin/xosdctrl.cpp	2008-09-16 15:24:19.000000000 -0500
+++ lineak-xosdplugin-0.9/xosd_plugin/xosdctrl.cpp	2008-09-16 15:24:40.000000000 -0500
@@ -17,6 +17,8 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
+#include <cstdlib>
+#include <cstring>
 
 #include <lineak/lconfig.h>
 #include <lineak/lineak_core_functions.h>


Index: lineak-xosdplugin.spec
===================================================================
RCS file: /cvs/extras/rpms/lineak-xosdplugin/devel/lineak-xosdplugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lineak-xosdplugin.spec	7 Aug 2008 17:31:36 -0000	1.4
+++ lineak-xosdplugin.spec	16 Sep 2008 20:27:05 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:           lineak-xosdplugin
 Version:        0.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Plugin for the lineakd keyboard daemon to enable XOSD support
 
 Group:          User Interface/Desktops
@@ -14,6 +14,7 @@
 ################################################################################
 
 Source:         http://dl.sourceforge.net/lineak/%{name}-%{version}.tar.gz
+Patch0:		%{name}-0.9-gcc43.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -42,6 +43,7 @@
 %prep
 
 %setup -q
+%patch0 -p1
 
 ################################################################################
 
@@ -78,6 +80,9 @@
 ################################################################################
 
 %changelog
+* Tue Sep 16 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.9-5
+- fix FTBFS BZ#434522 by #including cstdlib and cstring
+
 * Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.9-4
 - fix license tag
 




More information about the fedora-extras-commits mailing list