rpms/nyquist/devel .cvsignore, 1.3, 1.4 nyqsrc231-pafix.patch, 1.1, 1.2 nyquist.spec, 1.2, 1.3 sources, 1.3, 1.4

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


Author: gemi

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nyquist/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Jan 2007 13:03:42 -0000	1.3
+++ .cvsignore	25 Jan 2007 21:42:24 -0000	1.4
@@ -1 +1 @@
-nyqsrc232.zip
+nyqsrc233.zip

nyqsrc231-pafix.patch:

Index: nyqsrc231-pafix.patch
===================================================================
RCS file: /cvs/extras/rpms/nyquist/devel/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:42:24 -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/devel/nyquist.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nyquist.spec	7 Jan 2007 13:03:42 -0000	1.2
+++ nyquist.spec	25 Jan 2007 21:42:24 -0000	1.3
@@ -1,12 +1,12 @@
 Name:           nyquist
-Version:        2.32
-Release:        1%{?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/nyqsrc232.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
@@ -78,6 +78,9 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nyquist/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jan 2007 13:03:42 -0000	1.3
+++ sources	25 Jan 2007 21:42:24 -0000	1.4
@@ -1 +1 @@
-2cc5139766d6c10632972c1e894ce6b6  nyqsrc232.zip
+aeeec14c62639431b5bbe169b98c6e93  nyqsrc233.zip




More information about the fedora-extras-commits mailing list