rpms/manaworld/devel tmw-0.0.22-nowerror.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 manaworld.spec, 1.7, 1.8 sources, 1.5, 1.6

Michael Thomas (wart) fedora-extras-commits at redhat.com
Wed Jan 17 17:14:12 UTC 2007


Author: wart

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

Modified Files:
	.cvsignore manaworld.spec sources 
Added Files:
	tmw-0.0.22-nowerror.patch 
Log Message:
Update to 0.0.22, with patch to remove harmless compiler warnings that get
treated as errors.



tmw-0.0.22-nowerror.patch:

--- NEW FILE tmw-0.0.22-nowerror.patch ---
--- src/Makefile.am.orig	2007-01-11 20:45:39.000000000 -0800
+++ src/Makefile.am	2007-01-11 20:45:59.000000000 -0800
@@ -267,6 +267,6 @@
 
 # the library search path.
 tmw_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH) `pkg-config --libs libxml-2.0`
-tmw_CXXFLAGS = -Wall -Werror $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` $(CURL_CFLAGS)
+tmw_CXXFLAGS = -Wall $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` $(CURL_CFLAGS)
 tmw_LDADD = $(LIBSDL_LIBS) -lguichan_sdl $(OPENGL_LIBS) $(CURL_LIBS)
 tmw_TARGET = tmw
--- src/Makefile.in.orig	2007-01-11 20:45:53.000000000 -0800
+++ src/Makefile.in	2007-01-11 20:46:04.000000000 -0800
@@ -489,7 +489,7 @@
 
 # the library search path.
 tmw_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH) `pkg-config --libs libxml-2.0`
-tmw_CXXFLAGS = -Wall -Werror $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` $(CURL_CFLAGS)
+tmw_CXXFLAGS = -Wall $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` $(CURL_CFLAGS)
 tmw_LDADD = $(LIBSDL_LIBS) -lguichan_sdl $(OPENGL_LIBS) $(CURL_LIBS)
 tmw_TARGET = tmw
 all: all-am


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	21 Nov 2006 16:54:51 -0000	1.5
+++ .cvsignore	17 Jan 2007 17:13:42 -0000	1.6
@@ -1 +1 @@
-tmw-0.0.21.1.tar.gz
+tmw-0.0.22.tar.gz


Index: manaworld.spec
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/manaworld.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- manaworld.spec	14 Dec 2006 04:41:43 -0000	1.7
+++ manaworld.spec	17 Jan 2007 17:13:42 -0000	1.8
@@ -1,12 +1,13 @@
 Name:           manaworld
-Version:        0.0.21.1
-Release:        2%{?dist}
+Version:        0.0.22
+Release:        1%{?dist}
 Summary:        2D MMORPG world
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://themanaworld.org
 Source0:        http://dl.sourceforge.net/themanaworld/tmw-%{version}.tar.gz
+Patch0:         tmw-0.0.22-nowerror.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  guichan-devel desktop-file-utils physfs-devel
@@ -20,6 +21,7 @@
 
 %prep
 %setup -q -n tmw-%{version}
+%patch0
 
 
 %build
@@ -69,6 +71,9 @@
 
 
 %changelog
+* Thu Jan 11 2007 Wart <wart at kobold.org> 0.0.22-1
+- Update to 0.0.22
+
 * Wed Dec 13 2006 Wart <wart at kobold.org> 0.0.21.1-2
 - Add opengl support
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	21 Nov 2006 16:54:51 -0000	1.5
+++ sources	17 Jan 2007 17:13:42 -0000	1.6
@@ -1 +1 @@
-d5eacb0f5355ea105771bc5383bd99aa  tmw-0.0.21.1.tar.gz
+f2028ac0aa4ebd325ddef119ba7f1051  tmw-0.0.22.tar.gz




More information about the scm-commits mailing list