rpms/vavoom/devel vavoom-1.30-gcc44-fix.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 vavoom.spec, 1.15, 1.16

Hans de Goede jwrdegoede at fedoraproject.org
Fri Mar 20 08:50:25 UTC 2009


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources vavoom.spec 
Added Files:
	vavoom-1.30-gcc44-fix.patch 
Log Message:
* Fri Mar 20 2009 Hans de Goede <hdegoede at redhat.com> 1.30-1
- New upstream release 1.30
- Fix vavoom not working at all when compiled with gcc-4.4


vavoom-1.30-gcc44-fix.patch:

--- NEW FILE vavoom-1.30-gcc44-fix.patch ---
diff -up vavoom-1.30/source/p_switch.cpp~ vavoom-1.30/source/p_switch.cpp
--- vavoom-1.30/source/p_switch.cpp~	2008-05-18 18:46:18.000000000 +0200
+++ vavoom-1.30/source/p_switch.cpp	2009-03-20 09:31:58.000000000 +0100
@@ -54,6 +54,7 @@ enum EBWhere
 class VButton : public VThinker
 {
 	DECLARE_CLASS(VButton, VThinker, 0)
+	VButton() {}
 
 	vint32		Side;
 	vuint8		Where;
diff -up vavoom-1.30/source/ui_widget.h~ vavoom-1.30/source/ui_widget.h
--- vavoom-1.30/source/ui_widget.h~	2008-01-03 09:36:55.000000000 +0100
+++ vavoom-1.30/source/ui_widget.h	2009-03-20 09:31:59.000000000 +0100
@@ -45,6 +45,7 @@ struct VClipRect
 class VWidget : public VObject
 {
 	DECLARE_CLASS(VWidget, VObject, 0)
+	VWidget() {}
 
 private:
 	//	Parent container widget.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vavoom/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	29 Oct 2008 13:18:22 -0000	1.9
+++ .cvsignore	20 Mar 2009 08:49:54 -0000	1.10
@@ -1 +1 @@
-vavoom-1.29.tar.bz2
+vavoom-1.30.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vavoom/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	29 Oct 2008 13:18:22 -0000	1.9
+++ sources	20 Mar 2009 08:49:54 -0000	1.10
@@ -1 +1 @@
-752a29d890c3c5f4964a13ff54fcbad9  vavoom-1.29.tar.bz2
+205c3645006232d75790fb8779a54e85  vavoom-1.30.tar.bz2


Index: vavoom.spec
===================================================================
RCS file: /cvs/extras/rpms/vavoom/devel/vavoom.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vavoom.spec	25 Feb 2009 23:49:30 -0000	1.15
+++ vavoom.spec	20 Mar 2009 08:49:54 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           vavoom
-Version:        1.29
-Release:        2%{?dist}
+Version:        1.30
+Release:        1%{?dist}
 Summary:        Enhanced Doom, Heretic, Hexen and Strife source port
 Source0:        http://downloads.sourceforge.net/vavoom/%{name}-%{version}.tar.bz2
 Source1:        doom.autodlrc
@@ -19,6 +19,7 @@
 Source14:       tux-b2f.png
 Patch0:         vavoom-1.21-datadir.patch
 Patch1:         vavoom-1.27-CMakeLists.patch
+Patch2:         vavoom-1.30-gcc44-fix.patch
 URL:            http://vavoom-engine.com/
 Group:          Amusements/Games
 License:        GPLv2+
@@ -40,6 +41,7 @@
 %setup -q
 %patch0 -p1 -b .datadir
 %patch1 -p1
+%patch2 -p1
 
 
 %build
@@ -121,6 +123,10 @@
 
 
 %changelog
+* Fri Mar 20 2009 Hans de Goede <hdegoede at redhat.com> 1.30-1
+- New upstream release 1.30
+- Fix vavoom not working at all when compiled with gcc-4.4
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.29-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list