rpms/wordwarvi/F-9 wordwarvi-0.09-pa-crash.patch, NONE, 1.1 wordwarvi.spec, 1.1, 1.2

Hans de Goede jwrdegoede at fedoraproject.org
Mon Feb 9 19:21:09 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/wordwarvi/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30009

Modified Files:
	wordwarvi.spec 
Added Files:
	wordwarvi-0.09-pa-crash.patch 
Log Message:
* Mon Feb  9 2009 Hans de Goede <hdegoede at redhat.com> 0.09-2
- Fix wordwarvi crashing with new portaudio (#445644)


wordwarvi-0.09-pa-crash.patch:

--- NEW FILE wordwarvi-0.09-pa-crash.patch ---
diff -up wordwarvi-0.09/wordwarvi.c~ wordwarvi-0.09/wordwarvi.c
--- wordwarvi-0.09/wordwarvi.c~	2008-05-04 01:51:56.000000000 +0200
+++ wordwarvi-0.09/wordwarvi.c	2009-02-09 11:15:53.000000000 +0100
@@ -9114,7 +9114,7 @@ int initialize_portaudio()
 		patestCallback, NULL /* cookie */);    
 	if (rc != paNoError)
 		goto error;
-	if ((rc = Pa_StartStream(stream)) != paNoError);
+	if ((rc = Pa_StartStream(stream)) != paNoError)
 		goto error;
 #if 0
 	for (i=0;i<20;i++) {


Index: wordwarvi.spec
===================================================================
RCS file: /cvs/extras/rpms/wordwarvi/F-9/wordwarvi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wordwarvi.spec	5 May 2008 18:22:12 -0000	1.1
+++ wordwarvi.spec	9 Feb 2009 19:20:38 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           wordwarvi
 Version:        0.09
-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.09-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,9 @@
 
 
 %changelog
+* Mon Feb  9 2009 Hans de Goede <hdegoede at redhat.com> 0.09-2
+- Fix wordwarvi crashing with new portaudio (#445644)
+
 * Mon May  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.09-1
 - New upstream release 0.09
 




More information about the fedora-extras-commits mailing list