rpms/nyquist/FC-5 .cvsignore, 1.2, 1.3 nyqsrc231-pafix.patch, 1.1, 1.2 nyquist.spec, 1.1, 1.2 sources, 1.2, 1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu Jan 25 21:41:51 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/nyquist/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17190

Modified Files:
	.cvsignore nyqsrc231-pafix.patch nyquist.spec sources 
Log Message:
new version 2.33


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nyquist/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Nov 2006 16:20:57 -0000	1.2
+++ .cvsignore	25 Jan 2007 21:41:20 -0000	1.3
@@ -1 +1 @@
-nyqsrc231.zip
+nyqsrc233.zip

nyqsrc231-pafix.patch:

Index: nyqsrc231-pafix.patch
===================================================================
RCS file: /cvs/extras/rpms/nyquist/FC-5/nyqsrc231-pafix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nyqsrc231-pafix.patch	3 Nov 2006 16:20:57 -0000	1.1
+++ nyqsrc231-pafix.patch	25 Jan 2007 21:41:20 -0000	1.2
@@ -1,11 +1,11 @@
---- nyquist/portaudio/pa_linux_alsa/pa_linux_alsa.c.pafix	2006-11-02 22:17:31.000000000 +0100
-+++ nyquist/portaudio/pa_linux_alsa/pa_linux_alsa.c	2006-11-02 22:18:56.000000000 +0100
+--- nyquist/portaudio/pa_linux_alsa/pa_linux_alsa.c.pafix	2007-01-25 22:33:47.000000000 +0100
++++ nyquist/portaudio/pa_linux_alsa/pa_linux_alsa.c	2007-01-25 22:34:13.000000000 +0100
 @@ -2248,7 +2248,7 @@
-         playbackAvail = playbackAvail == 0 ? INT_MAX : playbackAvail;   /* Disregard if zero */
-     }
-     
--    assert( !(captureAvail == playbackAvail == INT_MAX) );
-+    assert( !(captureAvail == INT_MAX && playbackAvail == INT_MAX) );
- 
-     commonAvail = MIN( captureAvail, playbackAvail );
-     commonAvail -= commonAvail % stream->frames_per_period;
+         playbackAvail = playbackAvail == 0 ? INT_MAX : playbackAvail;   /* Disregard if zero */
+     }
+     
+-    assert( !(captureAvail == playbackAvail == INT_MAX) );
++    assert( !(captureAvail == INT_MAX && playbackAvail == INT_MAX) );
+ 
+     commonAvail = MIN( captureAvail, playbackAvail );
+     commonAvail -= commonAvail % stream->frames_per_period;


Index: nyquist.spec
===================================================================
RCS file: /cvs/extras/rpms/nyquist/FC-5/nyquist.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nyquist.spec	3 Nov 2006 16:20:57 -0000	1.1
+++ nyquist.spec	25 Jan 2007 21:41:20 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           nyquist
-Version:        2.31
-Release:        3%{?dist}
+Version:        2.33
+Release:        2%{?dist}
 Summary:        Sound synthesis and composition language with a Lisp syntax
 
 Group:          Applications/Multimedia
 License:        BSD
 URL:            http://www-2.cs.cmu.edu/~music/music.software.html
-Source0:        http://www-2.cs.cmu.edu/~music/nyquist/nyqsrc231.zip
+Source0:        http://www-2.cs.cmu.edu/~music/nyquist/nyqsrc233.zip
 Patch0:         nyqsrc231-pafix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alsa-lib-devel
@@ -43,7 +43,8 @@
 
 %build
 (cd misc; make %{?_smp_mflags})
-make %{?_smp_mflags} -f sys/unix/linux/Makefile
+rm -f runtime/system.lsp
+make %{?_smp_mflags} -f sys/unix/linux/Makefile ny runtime/system.lsp
 
 
 %install
@@ -77,6 +78,12 @@
 
 
 %changelog
+* Thu Jan 25 2007 Gerard Milmeister <gemi at bluewin.ch> - 2.33-1
+- new version 2.33
+
+* Sun Jan  7 2007 Gerard Milmeister <gemi at bluewin.ch> - 2.32-1
+- new version 2.32
+
 * Thu Nov  2 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.31-3
 - added patch for portaudio bug
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nyquist/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Nov 2006 16:20:57 -0000	1.2
+++ sources	25 Jan 2007 21:41:20 -0000	1.3
@@ -1 +1 @@
-49ff7053ce76b11f61685f22fd068928  nyqsrc231.zip
+aeeec14c62639431b5bbe169b98c6e93  nyqsrc233.zip




More information about the scm-commits mailing list