rpms/wordwarvi/devel wordwarvi-0.23-pa-crash.patch, NONE, 1.1 wordwarvi.spec, 1.13, 1.14

Hans de Goede jwrdegoede at fedoraproject.org
Mon Dec 8 12:48:27 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/wordwarvi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6999

Modified Files:
	wordwarvi.spec 
Added Files:
	wordwarvi-0.23-pa-crash.patch 
Log Message:
* Mon Dec  8 2008 Hans de Goede <hdegoede at redhat.com> 0.23-2
- Fix wordwarvi crashing when used with a portaudio which has been patched to
  work with pulseaudio (rh 445644)


wordwarvi-0.23-pa-crash.patch:

--- NEW FILE wordwarvi-0.23-pa-crash.patch ---
diff -up wordwarvi-0.23/wwviaudio.c~ wordwarvi-0.23/wwviaudio.c
--- wordwarvi-0.23/wwviaudio.c~	2008-12-08 12:00:55.000000000 +0100
+++ wordwarvi-0.23/wwviaudio.c	2008-12-08 12:00:55.000000000 +0100
@@ -302,7 +302,7 @@ int wwviaudio_initialize_portaudio(int m
 		patestCallback, NULL /* cookie */);    
 	if (rc != paNoError)
 		goto error;
-	if ((rc = Pa_StartStream(stream)) != paNoError);
+	if ((rc = Pa_StartStream(stream)) != paNoError)
 		goto error;
 	return rc;
 error:


Index: wordwarvi.spec
===================================================================
RCS file: /cvs/extras/rpms/wordwarvi/devel/wordwarvi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wordwarvi.spec	30 Nov 2008 14:38:01 -0000	1.13
+++ wordwarvi.spec	8 Dec 2008 12:48:27 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           wordwarvi
 Version:        0.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Side-scrolling shoot 'em up '80s style arcade game
 Group:          Amusements/Games
 License:        GPLv2+ and CC-BY and CC-BY-SA
@@ -8,6 +8,7 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
+Patch0:         wordwarvi-0.23-pa-crash.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk2-devel portaudio-devel libvorbis-devel desktop-file-utils
 Requires:       hicolor-icon-theme
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -74,6 +76,10 @@
 
 
 %changelog
+* Mon Dec  8 2008 Hans de Goede <hdegoede at redhat.com> 0.23-2
+- Fix wordwarvi crashing when used with a portaudio which has been patched to
+  work with pulseaudio (rh 445644)
+
 * Sun Nov 30 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.23-1
 - New upstream release 0.23 (The xmas release)
 




More information about the fedora-extras-commits mailing list