rpms/nyquist/devel nyqsrc303-gcc441.patch, NONE, 1.1 nyquist.spec, 1.13, 1.14

Gérard Milmeister gemi at fedoraproject.org
Sat Aug 8 21:43:29 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/nyquist/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28841

Modified Files:
	nyquist.spec 
Added Files:
	nyqsrc303-gcc441.patch 
Log Message:


nyqsrc303-gcc441.patch:
 FileRead.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE nyqsrc303-gcc441.patch ---
diff -up nyquist/nyqstk/src/FileRead.cpp.gcc441 nyquist/nyqstk/src/FileRead.cpp
--- nyquist/nyqstk/src/FileRead.cpp.gcc441	2009-08-08 15:28:53.000000000 -0600
+++ nyquist/nyqstk/src/FileRead.cpp	2009-08-08 15:29:08.000000000 -0600
@@ -35,6 +35,7 @@
 #include <sys/types.h>
 #include <string.h>
 #include <cmath>
+#include <cstdio>
 
 using namespace Nyq;
 


Index: nyquist.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nyquist/devel/nyquist.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- nyquist.spec	8 Aug 2009 20:56:41 -0000	1.13
+++ nyquist.spec	8 Aug 2009 21:43:29 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           nyquist
 Version:        3.03
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Sound synthesis and composition language with a Lisp syntax
 
 Group:          Applications/Multimedia
@@ -9,6 +9,7 @@ URL:            http://www-2.cs.cmu.edu/
 Source0:        http://www-2.cs.cmu.edu/~music/nyquist/nyqsrc303.zip
 #Patch0:         nyqsrc231-pafix.patch
 Patch3:         nyqsrc303-make.patch
+Patch4:         nyqsrc303-gcc441.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alsa-lib-devel
 BuildRequires:  liblo-devel
@@ -29,6 +30,7 @@ on an interactive Lisp interpreter.
 %prep
 %setup -q -n nyquist
 %patch3 -p1 -b .make
+%patch4 -p1 -b .gcc441
 
 # remove cvs cruft
 find -name CVS | xargs rm -fr




More information about the fedora-extras-commits mailing list