rpms/dssi/devel dssi-0.9-cstdlib.patch,NONE,1.1 dssi.spec,1.6,1.7

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Jan 3 19:48:35 UTC 2008


Author: green

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

Modified Files:
	dssi.spec 
Added Files:
	dssi-0.9-cstdlib.patch 
Log Message:
Add gcc 4.3 patch.


dssi-0.9-cstdlib.patch:

--- NEW FILE dssi-0.9-cstdlib.patch ---
--- examples/trivial_sampler_qt_gui.cpp~	2008-01-03 11:42:03.000000000 -0800
+++ examples/trivial_sampler_qt_gui.cpp	2008-01-03 11:43:00.000000000 -0800
@@ -24,6 +24,7 @@
 #include <iostream>
 #include <unistd.h>
 #include <math.h>
+#include <cstdlib>
 #include <sndfile.h>
 #include <math.h>
 


Index: dssi.spec
===================================================================
RCS file: /cvs/extras/rpms/dssi/devel/dssi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dssi.spec	8 Oct 2007 18:40:41 -0000	1.6
+++ dssi.spec	3 Jan 2008 19:48:00 -0000	1.7
@@ -1,13 +1,14 @@
 Summary:      Disposable Soft Synth Interface
 Name:         dssi
 Version:      0.9.1
-Release:      11%{?dist}
+Release:      13%{?dist}
 License:      MIT
 Group:        Applications/Multimedia
 URL:          http://dssi.sourceforge.net/
 Source0:      http://download.sf.net/sourceforge/dssi/dssi-0.9.1.tar.gz
 Patch0:       dssi-0.9-math.patch
 Patch1:       dssi-lib64.patch
+Patch2:       dssi-0.9-cstdlib.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ladspa-devel, alsa-lib-devel
@@ -52,6 +53,8 @@
 %patch1 -p0
 %endif
 
+%patch2 -p0
+
 %build
 %configure
 make 
@@ -90,6 +93,9 @@
 %{_libdir}/pkgconfig/dssi.pc
 
 %changelog
+* Thu Jan 03 2008 Anthony Green <green at redhat.com> 0.9.1-13
+- Add cstdlib patch for gcc 4.3 support.
+
 * Mon Oct 07 2007 Anthony Green <green at redhat.com> 0.9.1-11
 - Rebuild for new lash.
 




More information about the fedora-extras-commits mailing list