rpms/arts/devel arts-1.5.8-gcc43.patch, NONE, 1.1 arts.spec, 1.83, 1.84

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Feb 13 14:23:20 UTC 2008


Author: rdieter

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

Modified Files:
	arts.spec 
Added Files:
	arts-1.5.8-gcc43.patch 
Log Message:
* Wed Feb 13 2008 Rex Dieter <rdieter at fedoraproject.org> 8:1.5.8-5
- gcc43 patch 


arts-1.5.8-gcc43.patch:

--- NEW FILE arts-1.5.8-gcc43.patch ---
diff -up arts-1.5.8/soundserver/soundserverv2_impl.cc.gcc43 arts-1.5.8/soundserver/soundserverv2_impl.cc
--- arts-1.5.8/soundserver/soundserverv2_impl.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
+++ arts-1.5.8/soundserver/soundserverv2_impl.cc	2008-02-13 08:12:00.000000000 -0600
@@ -33,6 +33,8 @@
 #include "soundserverv2_impl.h"
 #include "artsversion.h"
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
diff -up arts-1.5.8/soundserver/artscat.cc.gcc43 arts-1.5.8/soundserver/artscat.cc
--- arts-1.5.8/soundserver/artscat.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
+++ arts-1.5.8/soundserver/artscat.cc	2008-02-13 07:45:53.000000000 -0600
@@ -28,6 +28,7 @@
 #include "artsversion.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <iostream>
diff -up arts-1.5.8/soundserver/artsplay.cc.gcc43 arts-1.5.8/soundserver/artsplay.cc
--- arts-1.5.8/soundserver/artsplay.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
+++ arts-1.5.8/soundserver/artsplay.cc	2008-02-13 07:46:09.000000000 -0600
@@ -28,6 +28,7 @@
 #include <sys/param.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <vector>
 #include <string>
diff -up arts-1.5.8/soundserver/artsshell.cc.gcc43 arts-1.5.8/soundserver/artsshell.cc
--- arts-1.5.8/soundserver/artsshell.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
+++ arts-1.5.8/soundserver/artsshell.cc	2008-02-13 07:54:57.000000000 -0600
@@ -121,6 +121,8 @@ execute <module.arts>
 #include "artsversion.h"
 #include "tradercheck.h"
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <math.h>
 
 bool quiet = false;
diff -up arts-1.5.8/soundserver/artsd.cc.gcc43 arts-1.5.8/soundserver/artsd.cc
--- arts-1.5.8/soundserver/artsd.cc.gcc43	2005-09-10 03:13:31.000000000 -0500
+++ arts-1.5.8/soundserver/artsd.cc	2008-02-13 08:05:02.000000000 -0600
@@ -29,6 +29,7 @@
 #include <math.h>
 #include <iostream>
 #include <stdio.h>
+#include <string.h>
 #include "soundserver.h"
 #include "audiosubsys.h"
 #include "audioio.h"
diff -up arts-1.5.8/soundserver/artsrec.cc.gcc43 arts-1.5.8/soundserver/artsrec.cc
--- arts-1.5.8/soundserver/artsrec.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
+++ arts-1.5.8/soundserver/artsrec.cc	2008-02-13 07:52:23.000000000 -0600
@@ -31,6 +31,7 @@
 #include "debug.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <iostream>
diff -up arts-1.5.8/soundserver/fileinputstream_impl.cc.gcc43 arts-1.5.8/soundserver/fileinputstream_impl.cc
--- arts-1.5.8/soundserver/fileinputstream_impl.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
+++ arts-1.5.8/soundserver/fileinputstream_impl.cc	2008-02-13 07:49:40.000000000 -0600
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <sys/mman.h>
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <iostream>
diff -up arts-1.5.8/artsc/artscbackend.cc.gcc43 arts-1.5.8/artsc/artscbackend.cc
--- arts-1.5.8/artsc/artscbackend.cc.gcc43	2007-10-08 04:47:09.000000000 -0500
+++ arts-1.5.8/artsc/artscbackend.cc	2008-02-13 08:15:46.000000000 -0600
@@ -31,6 +31,7 @@
 #include <queue>
 
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <math.h>
diff -up arts-1.5.8/flow/pipebuffer.cc.gcc43 arts-1.5.8/flow/pipebuffer.cc
--- arts-1.5.8/flow/pipebuffer.cc.gcc43	2005-09-10 03:13:33.000000000 -0500
+++ arts-1.5.8/flow/pipebuffer.cc	2008-02-13 07:37:20.000000000 -0600
@@ -22,6 +22,7 @@
 
 #include "pipebuffer.h"
 #include <assert.h>
+#include <string.h>
 
 using namespace std;
 using namespace Arts;
diff -up arts-1.5.8/flow/audiosubsys.cc.gcc43 arts-1.5.8/flow/audiosubsys.cc
--- arts-1.5.8/flow/audiosubsys.cc.gcc43	2007-10-08 04:47:09.000000000 -0500
+++ arts-1.5.8/flow/audiosubsys.cc	2008-02-13 07:38:42.000000000 -0600
@@ -42,6 +42,7 @@
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <iostream>
 #include <algorithm>


Index: arts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/arts.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- arts.spec	1 Nov 2007 14:41:37 -0000	1.83
+++ arts.spec	13 Feb 2008 14:22:45 -0000	1.84
@@ -10,7 +10,7 @@
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -24,6 +24,7 @@
 Patch6: arts-1.5.8-glibc.patch
 Patch7: arts-1.5.0-check_tmp_dir.patch
 Patch8: arts-1.5.2-multilib.patch
+Patch9: arts-1.5.8-gcc43.patch
 # kde#93359
 Patch50: arts-1.5.4-dlopenext.patch
 Patch51: kde-3.5-libtool-shlibext.patch
@@ -91,6 +92,7 @@
 %patch6 -p1 -b .glibc
 %patch7 -p1 -b .check_tmp_dir
 %patch8 -p1 -b .multilib
+%patch9 -p1 -b .gcc43
 
 %patch50 -p1 -b .dlopenext
 %patch51 -p1 -b .libtool-shlibext
@@ -196,6 +198,9 @@
 
 
 %changelog
+* Wed Feb 13 2008 Rex Dieter <rdieter at fedoraproject.org> 8:1.5.8-5
+- gcc43 patch 
+
 * Wed Oct 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 8:1.5.8-4
 - remove arts/open workaround (#329671)
 




More information about the fedora-extras-commits mailing list