rpms/manaworld/devel tmw-0.0.24-gcc43.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 manaworld.spec, 1.11, 1.12 sources, 1.8, 1.9 tmw-0.0.23-gcc43.patch, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Apr 4 18:16:58 UTC 2008


Author: wart

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

Modified Files:
	.cvsignore manaworld.spec sources 
Added Files:
	tmw-0.0.24-gcc43.patch 
Removed Files:
	tmw-0.0.23-gcc43.patch 
Log Message:
Update to 0.0.24 to fix long standing BZ #240664



tmw-0.0.24-gcc43.patch:

--- NEW FILE tmw-0.0.24-gcc43.patch ---
--- tmw-0.0.24/src/being.h.orig	2008-04-04 11:07:35.000000000 -0700
+++ tmw-0.0.24/src/being.h	2008-04-04 11:07:56.000000000 -0700
@@ -28,6 +28,7 @@
 #include <string>
 #include <SDL_types.h>
 #include <vector>
+#include <memory>
 
 #include "sprite.h"
 #include "map.h"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	20 Aug 2007 04:41:27 -0000	1.8
+++ .cvsignore	4 Apr 2008 18:16:20 -0000	1.9
@@ -1 +1 @@
-tmw-0.0.23.tar.gz
+tmw-0.0.24.tar.gz


Index: manaworld.spec
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/manaworld.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- manaworld.spec	14 Feb 2008 16:27:41 -0000	1.11
+++ manaworld.spec	4 Apr 2008 18:16:20 -0000	1.12
@@ -1,13 +1,13 @@
 Name:           manaworld
-Version:        0.0.23
-Release:        2%{?dist}
+Version:        0.0.24
+Release:        1%{?dist}
 Summary:        2D MMORPG world
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://themanaworld.org
 Source0:        http://downloads.sourceforge.net/themanaworld/tmw-%{version}.tar.gz
-Patch0:         tmw-0.0.23-gcc43.patch
+Patch0:         tmw-0.0.24-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  guichan-devel desktop-file-utils physfs-devel
@@ -21,6 +21,7 @@
 
 %prep
 %setup -q -n tmw-%{version}
+
 %patch0 -p1
 
 
@@ -74,6 +75,9 @@
 
 
 %changelog
+* Fri Apr 4 2008 Wart <wart at kobold.org> 0.0.24-1
+- Update to 0.0.24 (fixes BZ #240664)
+
 * Wed Feb 13 2008 Wart <wart at kobold.org> 0.0.23-2
 - Rebuild for gcc 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	20 Aug 2007 04:41:27 -0000	1.8
+++ sources	4 Apr 2008 18:16:20 -0000	1.9
@@ -1 +1 @@
-4c4233a3b904dcf2935685e5ec1e6e5a  tmw-0.0.23.tar.gz
+d782ac4a73ac57b25df64efbe582b5ab  tmw-0.0.24.tar.gz


--- tmw-0.0.23-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list